Home
last modified time | relevance | path

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

/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx173 Reference< XSelectionSupplier > xSelSupplier(xColumns, UNO_QUERY); in notifyColumnSelect() local
174 if ( xSelSupplier.is() ) in notifyColumnSelect()
178 xSelSupplier->select(makeAny(xColumn)); in notifyColumnSelect()
671 Reference< ::com::sun::star::view::XSelectionSupplier > xSelSupplier(xColumns, UNO_QUERY); in PreExecuteColumnContextMenu() local
672 if (xSelSupplier.is()) in PreExecuteColumnContextMenu()
673 xSelSupplier->select(makeAny(xColumn)); in PreExecuteColumnContextMenu()
1120 … Reference< ::com::sun::star::view::XSelectionSupplier > xSelSupplier(xColumns, UNO_QUERY); in SetDesignMode() local
1121 if (xSelSupplier.is()) in SetDesignMode()
1123 Any aSelection = xSelSupplier->getSelection(); in SetDesignMode()
1806 …Reference< ::com::sun::star::view::XSelectionSupplier > xSelSupplier(GetPeer()->getColumns(), UNO… in isColumnSelected() local
[all …]
H A Dfmgridif.cxx1742 Reference< XSelectionSupplier > xSelSupplier(m_xColumns, UNO_QUERY); in setColumns() local
1743 xSelSupplier->removeSelectionChangeListener(this); in setColumns()
1754 Reference< XSelectionSupplier > xSelSupplier(Columns, UNO_QUERY); in setColumns() local
1755 xSelSupplier->addSelectionChangeListener(this); in setColumns()
2357 … Reference< ::com::sun::star::view::XSelectionSupplier > xSelSupplier(evt.Source, UNO_QUERY); in selectionChanged() local
2358 Any aSelection = xSelSupplier->getSelection(); in selectionChanged()
/trunk/main/odk/examples/java/Text/
H A DWriterSelector.java92 com.sun.star.view.XSelectionSupplier xSelSupplier = in main() local
96 Object oSelection = xSelSupplier.getSelection(); in main()
/trunk/main/svx/source/table/
H A Daccessibletableshape.cxx126 Reference< ::com::sun::star::view::XSelectionSupplier > xSelSupplier(xTable, UNO_QUERY); in init() local
128 if (xSelSupplier.is()) in init()
129 xSelSupplier->addSelectionChangeListener(xSelListener); in init()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx2688 const Reference< ::com::sun::star::view::XSelectionSupplier> xSelSupplier(Element, UNO_QUERY); in impl_AddElement_nothrow() local
2689 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() local
2704 if (xSelSupplier.is()) in impl_RemoveElement_nothrow()
2705 xSelSupplier->removeSelectionChangeListener(this); in impl_RemoveElement_nothrow()