Searched refs:getCurrentSheetIndex (Results 1 – 5 of 5) sorted by relevance
120 inline sal_Int16 getCurrentSheetIndex() const { return mnCurrSheet; } in getCurrentSheetIndex() function in oox::xls::WorkbookGlobals624 sal_Int16 WorkbookHelper::getCurrentSheetIndex() const in getCurrentSheetIndex() function in oox::xls::WorkbookHelper626 return mrBookGlob.getCurrentSheetIndex(); in getCurrentSheetIndex()
84 CellAddress aBaseAddr( getCurrentSheetIndex(), 0, 0 ); in createDataSequence()
1081 Reference<XSpreadsheet> xSheet = getSheetFromDoc( getCurrentSheetIndex() ); in finalizeValidationRanges()
3018 …Type() == FILTER_BIFF) && (getBiff() == BIFF4) && isWorkbookFile() && (getCurrentSheetIndex() > 0); in finalizeImport()
144 sal_Int16 getCurrentSheetIndex() const;
Completed in 53 milliseconds