Searched refs:xSelInt (Results 1 – 1 of 1) sorted by relevance
162 XInterfaceRef xSelInt = xView->getSelection(); in selectionChanged() local163 if (!xSelInt) return; in selectionChanged()165 xSelInt->queryInterface(XCellCollection::getSmartUik()); in selectionChanged()903 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Fill() local904 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() local954 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 …]