Home
last modified time | relevance | path

Searched refs:xSheetsIA (Results 1 – 10 of 10) sorted by relevance

/trunk/main/oox/source/xls/
H A Dworksheetbuffer.cxx202 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 Dworkbookhelper.cxx680 Reference< XIndexAccess > xSheetsIA( getDocument()->getSheets(), UNO_QUERY_THROW ); in getSheetFromDoc() local
681 xSheet.set( xSheetsIA->getByIndex( nSheet ), UNO_QUERY_THROW ); in getSheetFromDoc()
H A Daddressconverter.cxx764 Reference< XIndexAccess > xSheetsIA( getDocument()->getSheets(), UNO_QUERY_THROW ); in initializeMaxPos() local
765 … Reference< XCellRangeAddressable > xAddressable( xSheetsIA->getByIndex( 0 ), UNO_QUERY_THROW ); in initializeMaxPos()
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java101 …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()
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DInsertDeleteCells.java87 …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()
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbooks.cxx211 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 Dvbapane.cxx84 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()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetDocHelper.cs81 unoidl.com.sun.star.container.XIndexAccess xSheetsIA = in getSpreadsheet()
86 xSheetsIA.getByIndex( nIndex ).Value; in getSpreadsheet()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetDocHelper.java108 com.sun.star.container.XIndexAccess xSheetsIA = in getSpreadsheet() local
112 com.sun.star.sheet.XSpreadsheet.class, xSheetsIA.getByIndex(nIndex)); in getSpreadsheet()
/trunk/main/testtools/source/cliversioning/
H A Dversion.cs295 unoidl.com.sun.star.container.XIndexAccess xSheetsIA = in getSpreadsheet()
300 xSheetsIA.getByIndex( nIndex ).Value; in getSpreadsheet()

Completed in 156 milliseconds