Home
last modified time | relevance | path

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

/AOO42X/main/sc/workben/
H A Dtest.cxx162 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
[all …]