Lines Matching refs:xColl

500 …XCellCollectionRef xColl = (XCellCollection*)xCell->queryInterface(XCellCollection::getSmartUik());  in lcl_Cursor()  local
501 if ( xText && xColl ) in lcl_Cursor()
504 XLineCursorRef xCursor = xColl->createCursor(); in lcl_Cursor()
515 xColl = xCC->getRanges(); in lcl_Cursor()
516 if ( xColl ) in lcl_Cursor()
519 xText = (XText*)xColl->queryInterface(XText::getSmartUik()); in lcl_Cursor()
534 xColl = xCC->getRanges(); in lcl_Cursor()
535 if ( xColl ) in lcl_Cursor()
538 xColl->queryInterface(XPropertySet::getSmartUik()); in lcl_Cursor()
590 xColl->queryInterface(XIndexAccess::getSmartUik()); in lcl_Cursor()
631 XCellCollectionRef xColl = (XCellCollection*) in lcl_Cells() local
633 if (xColl) in lcl_Cells()
635 XEnumerationAccessRef xEnAcc = xColl->getCells(); in lcl_Cells()
1146 …XCellCollectionRef xColl = (XCellCollection*)xSelInt->queryInterface(XCellCollection::getSmartUik(… in lcl_CellCursor() local
1147 if (!xColl) return; in lcl_CellCursor()
1149 XLineCursorRef xCursor = xColl->createCursor(); in lcl_CellCursor()
1235 XScenariosRef xColl = xSheet->getScenarios(); in lcl_Scenario() local
1236 if (!xColl) return; in lcl_Scenario()
1252 xColl->addScenario( aRanges, L"bla", L"bla blubb" ); in lcl_Scenario()
1254 XIndexAccessRef xIndex = (XIndexAccess*)xColl->queryInterface(XIndexAccess::getSmartUik()); in lcl_Scenario()
1259 XScenarioRef xScen = xColl->getScenarioByIndex(0); in lcl_Scenario()
1908 void lcl_FillCells(XCellCollectionRef xColl) in lcl_FillCells() argument
1910 XEnumerationAccessRef xEnAcc = xColl->getCells(); in lcl_FillCells()
2018 XCellCollectionRef xColl = (XCellCollection*) in IMPL_LINK() local
2020 if (!xColl) return 0; in IMPL_LINK()