Home
last modified time | relevance | path

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

/aoo41x/main/toolkit/test/accessibility/
H A DSelectionDialog.java110 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
/aoo41x/main/toolkit/test/accessibility/ov/
H A DSelectionView.java143 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
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DSelectionView.java150 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
/aoo41x/main/vcl/inc/
H A Dwindow.h204 …om::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard > mxSelection;
/aoo41x/main/toolkit/inc/toolkit/awt/
H A Dvclxtoolkit.hxx87 …om::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard > mxSelection;
/aoo41x/main/vcl/source/window/
H A Dwindow.cxx8749 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()
/aoo41x/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1388 return mxSelection; in getClipboard()

Completed in 86 milliseconds