Lines Matching refs:any
40 [attribute] any Caption;
53 [attribute] any ScrollColumn;
54 [attribute] any ScrollRow;
55 [attribute] any View;
57 [attribute] any WindowState;
58 [attribute] any Zoom;
59 any SelectedSheets( [in] any Index );
60 void SmallScroll( [in] any Down, [in] any Up, [in] any ToRight, [in] any ToLeft );
61 void LargeScroll( [in] any Down, [in] any Up, [in] any ToRight, [in] any ToLeft );
62 void ScrollWorkbookTabs( [in] any Sheets, [in] any Position );
64 void Close([in] any SaveChanges, [in] any FileName, [in] any RouteWorkBook);
66 any Selection() raises(com::sun::star::script::BasicErrorException);
70 void PrintOut([in] /*optional short*/ any From,
71 [in] /*optional short*/ any To,
72 [in] /*optional short*/ any Copies,
73 [in] /*optional boolean*/ any Preview,
74 [in] /*optional string*/ any ActivePrinter,
75 [in] /*optional boolean*/ any PrintToFile,
76 [in] /*optional boolean*/ any Collate,
77 [in] /*optional string*/ any PrToFileName
79 …void PrintPreview( [in] /*Optional*/ any EnableChanges ) raises ( com::sun::star::script::BasicEr…