Lines Matching refs:xSheet
670 XTableSheetRef xSheet = xSheets->getSheetByIndex(0); in lcl_Sheet() local
671 if (!xSheet) return; in lcl_Sheet()
672 XNamedRef xNamed = (XNamed*)xSheet->queryInterface(XNamed::getSmartUik()); in lcl_Sheet()
679 XCellRangeRef xRange = (XCellRange*)xSheet->queryInterface(XCellRange::getSmartUik()); in lcl_Sheet()
689 XColumnRowRangeRef xCRR = (XColumnRowRange*)xSheet->queryInterface(XColumnRowRange::getSmartUik()); in lcl_Sheet()
922 XTableSheetRef xSheet = xSheets->getSheetByIndex(0); in lcl_Audi() local
923 if (!xSheet) return; in lcl_Audi()
925 XSheetAuditingRef xAudi = (XSheetAuditing*)xSheet->queryInterface(XSheetAuditing::getSmartUik()); in lcl_Audi()
1091 XTableSheetRef xSheet = xSheets->getSheetByIndex(0); in lcl_Outline() local
1092 if (!xSheet) return; in lcl_Outline()
1093 XSheetOutlineRef xOut = (XSheetOutline*)xSheet->queryInterface(XSheetOutline::getSmartUik()); in lcl_Outline()
1197 XTableSheetRef xSheet = xSheets->getSheetByIndex(0); in lcl_Notes() local
1198 if (!xSheet) return; in lcl_Notes()
1200 XSheetAnnotationsRef xNotes = xSheet->getAnnotations(); in lcl_Notes()
1232 XTableSheetRef xSheet = xSheets->getSheetByIndex(0); in lcl_Scenario() local
1233 if (!xSheet) return; in lcl_Scenario()
1235 XScenariosRef xColl = xSheet->getScenarios(); in lcl_Scenario()
1530 XTableSheetRef xSheet = xSheets->getSheetByIndex(nTab); in lcl_Pivot() local
1531 if (!xSheet) return; in lcl_Pivot()
1532 XDataPilotTablesRef xPivots = xSheet->getDataPilotTables(); in lcl_Pivot()