Lines Matching refs:in
8 * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
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);
68 long PointsToScreenPixelsX([in] long Points) raises(com::sun::star::script::BasicErrorException);
69 long PointsToScreenPixelsY([in] long Points) 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…