:: org :: openoffice :: vba ::

interface XWindow
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XWindow
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces

Methods' Summary
SelectedSheets  
SmallScroll  
LargeScroll  
ScrollWorkbookTabs  
Activate  
Close  
Methods' Details
SelectedSheets
any
SelectedSheets( [in] any  aIndex );

SmallScroll
void
SmallScroll( [in] any  Down,
[in] any  Up,
[in] any  ToRight,
[in] any  ToLeft );

LargeScroll
void
LargeScroll( [in] any  Down,
[in] any  Up,
[in] any  ToRight,
[in] any  ToLeft );

ScrollWorkbookTabs
void
ScrollWorkbookTabs( [in] any  Sheets,
[in] any  Position );

Activate
void
Activate();

Close
void
Close( [in] any  SaveChanges,
[in] any  FileName,
[in] any  RouteWorkBook );

Attributes' Summary
Caption  
Attributes' Details
Caption
any Caption;
Top of Page