Searched refs:xSelSupplier (Results 1 – 5 of 5) sorted by relevance
174 if ( xSelSupplier.is() ) in notifyColumnSelect()178 xSelSupplier->select(makeAny(xColumn)); in notifyColumnSelect()672 if (xSelSupplier.is()) in PreExecuteColumnContextMenu()673 xSelSupplier->select(makeAny(xColumn)); in PreExecuteColumnContextMenu()1121 if (xSelSupplier.is()) in SetDesignMode()1123 Any aSelection = xSelSupplier->getSelection(); in SetDesignMode()1807 if ( xSelSupplier.is() ) in isColumnSelected()1810 xSelSupplier->getSelection() >>= xColumn; in isColumnSelected()2063 if (xSelSupplier.is()) in Select()2069 xSelSupplier->select(makeAny(xColumn)); in Select()[all …]
1742 Reference< XSelectionSupplier > xSelSupplier(m_xColumns, UNO_QUERY); in setColumns() local1743 xSelSupplier->removeSelectionChangeListener(this); in setColumns()1754 Reference< XSelectionSupplier > xSelSupplier(Columns, UNO_QUERY); in setColumns() local1755 xSelSupplier->addSelectionChangeListener(this); in setColumns()2357 Reference< ::com::sun::star::view::XSelectionSupplier > xSelSupplier(evt.Source, UNO_QUERY); in selectionChanged() local2358 Any aSelection = xSelSupplier->getSelection(); in selectionChanged()
92 com.sun.star.view.XSelectionSupplier xSelSupplier = in main() local96 Object oSelection = xSelSupplier.getSelection(); in main()
126 Reference< ::com::sun::star::view::XSelectionSupplier > xSelSupplier(xTable, UNO_QUERY); in init() local128 if (xSelSupplier.is()) in init()129 xSelSupplier->addSelectionChangeListener(xSelListener); in init()
2688 const Reference< ::com::sun::star::view::XSelectionSupplier> xSelSupplier(Element, UNO_QUERY); in impl_AddElement_nothrow() local2689 if (xSelSupplier.is()) in impl_AddElement_nothrow()2690 xSelSupplier->addSelectionChangeListener(this); in impl_AddElement_nothrow()2703 const Reference< ::com::sun::star::view::XSelectionSupplier> xSelSupplier(Element, UNO_QUERY); in impl_RemoveElement_nothrow() local2704 if (xSelSupplier.is()) in impl_RemoveElement_nothrow()2705 xSelSupplier->removeSelectionChangeListener(this); in impl_RemoveElement_nothrow()
Completed in 65 milliseconds