Searched refs:xSheetsIA (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/oox/source/xls/ |
H A D | worksheetbuffer.cxx | 202 Reference< XIndexAccess > xSheetsIA( xSheets, UNO_QUERY_THROW ); in createSheet() local 207 if( nSheetPos < xSheetsIA->getCount() ) in createSheet() 211 Reference< XNamed > xSheetName( xSheetsIA->getByIndex( nSheetPos ), UNO_QUERY_THROW ); in createSheet() 221 nCalcSheet = static_cast< sal_Int16 >( xSheetsIA->getCount() ); in createSheet() 225 aPropSet.set( xSheetsIA->getByIndex( nCalcSheet ) ); in createSheet()
|
H A D | workbookhelper.cxx | 680 Reference< XIndexAccess > xSheetsIA( getDocument()->getSheets(), UNO_QUERY_THROW ); in getSheetFromDoc() local 681 xSheet.set( xSheetsIA->getByIndex( nSheet ), UNO_QUERY_THROW ); in getSheetFromDoc()
|
H A D | addressconverter.cxx | 764 Reference< XIndexAccess > xSheetsIA( getDocument()->getSheets(), UNO_QUERY_THROW ); in initializeMaxPos() local 765 … Reference< XCellRangeAddressable > xAddressable( xSheetsIA->getByIndex( 0 ), UNO_QUERY_THROW ); in initializeMaxPos()
|
/aoo4110/test/testuno/source/fvt/uno/sc/rowcolumn/ |
H A D | CreateShowHideEditDeleteComments.java | 101 …XIndexAccess xSheetsIA = (XIndexAccess)UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets… in testCreateEditDeleteComments() local 102 …Object sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex… in testCreateEditDeleteComments() 163 …XIndexAccess xSheetsIA = (XIndexAccess)UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets… in testShowHideComments() local 164 …Object sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex… in testShowHideComments()
|
/aoo4110/test/testuno/source/fvt/uno/sc/cell/ |
H A D | InsertDeleteCells.java | 87 …XIndexAccess xSheetsIA = (XIndexAccess)UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets… in testInsertCells() local 88 …Object sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex… in testInsertCells() 217 …XIndexAccess xSheetsIA = (XIndexAccess)UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets… in testDeleteCells() local 218 …Object sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex… in testDeleteCells()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbaworkbooks.cxx | 211 uno::Reference< container::XIndexAccess > xSheetsIA( xSheets, uno::UNO_QUERY_THROW ); in Add() local 212 while( xSheetsIA->getCount() > 1 ) in Add() 214 …uno::Reference< container::XNamed > xSheetName( xSheetsIA->getByIndex( xSheetsIA->getCount() - 1 )… in Add()
|
H A D | vbapane.cxx | 84 uno::Reference< container::XIndexAccess > xSheetsIA( xDoc->getSheets(), uno::UNO_QUERY_THROW ); in getVisibleRange() local 85 …uno::Reference< sheet::XSpreadsheet > xSheet( xSheetsIA->getByIndex( aRangeAddr.Sheet ), uno::UNO_… in getVisibleRange()
|
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetDocHelper.cs | 81 unoidl.com.sun.star.container.XIndexAccess xSheetsIA = in getSpreadsheet() 86 xSheetsIA.getByIndex( nIndex ).Value; in getSpreadsheet()
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetDocHelper.java | 108 com.sun.star.container.XIndexAccess xSheetsIA = in getSpreadsheet() local 112 com.sun.star.sheet.XSpreadsheet.class, xSheetsIA.getByIndex(nIndex)); in getSpreadsheet()
|
/aoo4110/main/testtools/source/cliversioning/ |
H A D | version.cs | 295 unoidl.com.sun.star.container.XIndexAccess xSheetsIA = in getSpreadsheet() 300 xSheetsIA.getByIndex( nIndex ).Value; in getSpreadsheet()
|
Completed in 71 milliseconds