Searched refs:mxSelection (Results 1 – 7 of 7) sorted by relevance
110 mxSelection = maNode.getSelection(); in GetChildrenList()142 mxSelection.selectAccessibleChild (maChildrenSelector.getSelectedIndex()); in select()157 mxSelection.deselectAccessibleChild( in deselect()171 mxSelection.selectAllAccessibleChildren(); in selectAll()176 mxSelection.clearAccessibleSelection(); in clearSelection()198 private XAccessibleSelection mxSelection; field in SelectionDialog
143 mxSelection = (XAccessibleSelection)UnoRuntime.queryInterface( in SetObject()203 mxSelection.selectAllAccessibleChildren(); in SelectAll()208 mxSelection.clearAccessibleSelection(); in ClearSelection()230 mxSelection.selectAccessibleChild (nIndex); in actionPerformed()232 mxSelection.deselectAccessibleChild (nIndex); in actionPerformed()249 private XAccessibleSelection mxSelection; field in SelectionView
150 mxSelection = (XAccessibleSelection)UnoRuntime.queryInterface( in SetObject()208 mxSelection.selectAllAccessibleChildren(); in SelectAll()213 mxSelection.clearAccessibleSelection(); in ClearSelection()236 mxSelection.selectAccessibleChild (nIndex); in actionPerformed()238 mxSelection.deselectAccessibleChild (nIndex); in actionPerformed()261 private XAccessibleSelection mxSelection; field in SelectionView
204 …om::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard > mxSelection;
87 …om::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard > mxSelection;
8749 if( ! mpWindowImpl->mpFrameData->mxSelection.is() ) in GetPrimarySelection()8763 …mpWindowImpl->mpFrameData->mxSelection = uno::Reference< XClipboard >( xFactory->createInstanceWit… in GetPrimarySelection()8774 mpWindowImpl->mpFrameData->mxSelection = s_xSelection; in GetPrimarySelection()8783 mpWindowImpl->mpFrameData->mxSelection.clear(); in GetPrimarySelection()8787 return mpWindowImpl->mpFrameData->mxSelection; in GetPrimarySelection()
1388 return mxSelection; in getClipboard()
Completed in 118 milliseconds