Lines Matching refs:xSelInt
162 XInterfaceRef xSelInt = xView->getSelection(); in selectionChanged() local
163 if (!xSelInt) return; in selectionChanged()
165 xSelInt->queryInterface(XCellCollection::getSmartUik()); in selectionChanged()
903 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Fill() local
904 if (!xSelInt) return; in lcl_Fill()
906 XCellSeriesRef xFill = (XCellSeries*)xSelInt->queryInterface(XCellSeries::getSmartUik()); in lcl_Fill()
953 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Sort() local
954 if (!xSelInt) return; in lcl_Sort()
955 XSortableRef xSort = (XSortable*)xSelInt->queryInterface(XSortable::getSmartUik()); in lcl_Sort()
1004 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Filter() local
1005 if (!xSelInt) return; in lcl_Filter()
1006 XFilterableRef xFilter = (XFilterable*)xSelInt->queryInterface(XFilterable::getSmartUik()); in lcl_Filter()
1054 XInterfaceRef xSelInt = xView->getSelection(); in lcl_AutoFilter() local
1055 if (!xSelInt) return; in lcl_AutoFilter()
1056 XFilterableRef xFilter = (XFilterable*)xSelInt->queryInterface(XFilterable::getSmartUik()); in lcl_AutoFilter()
1071 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Merge() local
1072 if (!xSelInt) return; in lcl_Merge()
1073 XMergeableRef xMerge = (XMergeable*)xSelInt->queryInterface(XMergeable::getSmartUik()); in lcl_Merge()
1100 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Outline() local
1101 if (!xSelInt) return; in lcl_Outline()
1103 xSelInt->queryInterface(XAddressableCellRange::getSmartUik()); in lcl_Outline()
1144 XInterfaceRef xSelInt = xView->getSelection(); in lcl_CellCursor() local
1145 if (!xSelInt) return; in lcl_CellCursor()
1146 …XCellCollectionRef xColl = (XCellCollection*)xSelInt->queryInterface(XCellCollection::getSmartUik(… in lcl_CellCursor()
1343 XInterfaceRef xSelInt = xView->getSelection(); in lcl_FillTab() local
1344 if (!xSelInt) return; in lcl_FillTab()
1346 XCellRangesRef xRanges = (XCellRanges*)xSelInt->queryInterface(XCellRanges::getSmartUik()); in lcl_FillTab()
1347 XIndexAccessRef xIndex = (XIndexAccess*)xSelInt->queryInterface(XIndexAccess::getSmartUik()); in lcl_FillTab()
1369 XInterfaceRef xSelInt = xView->getSelection(); in lcl_CellAttrib() local
1370 if (!xSelInt) return; in lcl_CellAttrib()
1371 XTextRef xText = (XText*)xSelInt->queryInterface(XText::getSmartUik()); in lcl_CellAttrib()
1936 XInterfaceRef xSelInt = xView->getSelection(); in IMPL_LINK() local
1937 if (!xSelInt) return 0; in IMPL_LINK()
1940 XPropertySetRef xProp = (XPropertySet*)xSelInt->queryInterface(XPropertySet::getSmartUik()); in IMPL_LINK()
1953 XIndentRef xInd = (XIndent*)xSelInt->queryInterface(XIndent::getSmartUik()); in IMPL_LINK()
1960 XAutoFormattableRef xAuto = (XAutoFormattable*)xSelInt-> in IMPL_LINK()
1965 XFormulaArrayRef xArr = (XFormulaArray*)xSelInt->queryInterface(XFormulaArray::getSmartUik()); in IMPL_LINK()
1975 XTextRef xText = (XText*)xSelInt->queryInterface(XText::getSmartUik()); in IMPL_LINK()