/aoo42x/main/vcl/unx/gtk/a11y/ |
H A D | atkselection.cxx | 36 getSelection( AtkSelection *pSelection ) throw (uno::RuntimeException) in getSelection() function 61 accessibility::XAccessibleSelection* pSelection = getSelection( selection ); in selection_add_selection() 79 accessibility::XAccessibleSelection* pSelection = getSelection( selection ); in selection_clear_selection() 98 accessibility::XAccessibleSelection* pSelection = getSelection( selection ); in selection_ref_selection() 113 accessibility::XAccessibleSelection* pSelection = getSelection( selection ); in selection_get_selection_count() 129 accessibility::XAccessibleSelection* pSelection = getSelection( selection ); in selection_is_child_selected() 145 accessibility::XAccessibleSelection* pSelection = getSelection( selection ); in selection_remove_selection() 163 accessibility::XAccessibleSelection* pSelection = getSelection( selection ); in selection_select_all_selection()
|
/aoo42x/main/sc/workben/ |
H A D | test.cxx | 162 XInterfaceRef xSelInt = xView->getSelection(); in selectionChanged() 903 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Fill() 953 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Sort() 1004 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Filter() 1054 XInterfaceRef xSelInt = xView->getSelection(); in lcl_AutoFilter() 1071 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Merge() 1100 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Outline() 1144 XInterfaceRef xSelInt = xView->getSelection(); in lcl_CellCursor() 1343 XInterfaceRef xSelInt = xView->getSelection(); in lcl_FillTab() 1369 XInterfaceRef xSelInt = xView->getSelection(); in lcl_CellAttrib() [all …]
|
/aoo42x/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/ |
H A D | ScriptSelector.java | 114 XBrowseNode xbn = selectorPanel.getSelection(); in show() 265 public XBrowseNode getSelection() { in getSelection() method in ScriptSelectorPanel 296 XBrowseNode xbn = getSelection(); in initUI()
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | cancelcommandexecution.cxx | 72 = xRequest->getSelection(); in cancelCommandExecution() 111 = xRequest->getSelection(); in cancelCommandExecution()
|
H A D | simplecertificatevalidationrequest.cxx | 56 rtl::Reference< InteractionContinuation > xSelection = getSelection(); in getResponse()
|
/aoo42x/main/toolkit/test/accessibility/ |
H A D | AccessibleSelectionHandler.java | 67 ((AccTreeNode)aParent).getSelection(); in createChild() 138 ((AccTreeNode)aNode).getSelection(); in getActions()
|
H A D | AccessibleTextHandler.java | 585 int getSelectionStart() { return getSelection(true); } in getSelectionStart() 586 int getSelectionEnd() { return getSelection(false); } in getSelectionEnd() 587 int getSelection(boolean bStart) in getSelection() method in TextActionDialog
|
/aoo42x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | TopicsControl.java | 717 Selection selection = getSelection(control); 744 Selection selection = getSelection(control); 873 private Selection getSelection(Object control) 875 return UnoRuntime.queryInterface(XTextComponent.class, control).getSelection();
|
/aoo42x/main/scripting/examples/java/selector/ |
H A D | ScriptSelector.java | 117 XBrowseNode xbn = selectorPanel.getSelection(); in showOrganizer() 366 public XBrowseNode getSelection() { in getSelection() method in ScriptSelectorPanel 397 XBrowseNode xbn = getSelection(); in initUI()
|
/aoo42x/main/qadevOOo/tests/java/ifc/view/ |
H A D | _XSelectionSupplier.java | 122 oldSelection = oObj.getSelection(); in _select() 125 Object curSelection = oObj.getSelection(); in _select()
|
/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XTextComponent.java | 207 (oObj.getSelection(), sel)); in _setSelection() 221 (oObj.getSelection(), sel)); in _getSelection()
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbaglobals.cxx | 129 SwVbaGlobals::getSelection() throw (uno::RuntimeException) in getSelection() function in SwVbaGlobals 131 return getApplication()->getSelection(); in getSelection()
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocument.cxx | 341 uno::Reference<drawing::XShapes> xShapes(xSelectionSupplier->getSelection(), uno::UNO_QUERY); in ScChildrenShapes() 638 xSelectionSupplier->getSelection() >>= xIndexAccess; in IsSelected() 673 uno::Reference<drawing::XShapes> xShapes(xSelectionSupplier->getSelection(), uno::UNO_QUERY); in SelectionChanged() 695 xSelectionSupplier->getSelection() >>= xShapes; in Select() 763 xSelectionSupplier->getSelection() >>= xIndexAccess; in FillShapes() 848 xSelectionSupplier->getSelection() >>= xShapes; in Deselect() 1150 uno::Reference<drawing::XShapes> xShapes (xSelectionSupplier->getSelection(), uno::UNO_QUERY); in FillSelectionSupplier() 1278 …uno::Reference<container::XEnumerationAccess> xEnumAcc(xSelectionSupplier->getSelection(), uno::UN… in AddShape()
|
/aoo42x/main/scripting/examples/beanshell/WordCount/ |
H A D | wordcount.bsh | 79 // the getSelection provides an XIndexAccess to the one or more selections 81 UnoRuntime.queryInterface(XIndexAccess.class, xSelectionSupplier.getSelection());
|
/aoo42x/main/svx/source/form/ |
H A D | fmtextcontrolshell.cxx | 812 awt::Selection aSelection( m_xActiveTextComponent->getSelection() ); in executeClipboardSlot() 821 awt::Selection aSelection( m_xActiveTextComponent->getSelection() ); in executeClipboardSlot() 1035 awt::Selection aSelection = m_xActiveTextComponent->getSelection(); in GetTextAttributeState()
|
/aoo42x/main/formula/source/ui/dlg/ |
H A D | formula.cxx | 869 m_pHelper->getSelection( nOldStart, nOldEnd ); in FillControls() 880 m_pHelper->getSelection( PrivStart, PrivEnd); in FillControls() 1146 m_pHelper->getSelection( nFStart, nFEnd ); in SetData() 1152 m_pHelper->getSelection( PrivStart, PrivEnd); in SetData() 1507 m_pHelper->getSelection( PrivStart, PrivEnd); in UpdateSelection()
|
/aoo42x/main/toolkit/source/controls/tree/ |
H A D | treecontrol.cxx | 164 Any SAL_CALL UnoTreeControl::getSelection() throw (RuntimeException) in getSelection() function in toolkit::UnoTreeControl 166 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->getSelection(); in getSelection()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaglobals.cxx | 157 ScVbaGlobals::getSelection() throw (uno::RuntimeException) in getSelection() function in ScVbaGlobals 159 return getApplication()->getSelection(); in getSelection()
|
/aoo42x/test/testassistant/src/org/openoffice/test/assistant/views/ |
H A D | VclExplorer.java | 343 ISelection selection = viewer.getSelection(); in makeActions() 385 …ection textSelection = (ITextSelection) editorPart.getSite().getSelectionProvider().getSelection(); in doInsertCode()
|
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | dbtreelistbox.cxx | 605 virtual Any SAL_CALL getSelection( ) throw (RuntimeException); 626 Any SAL_CALL SelectionSupplier::getSelection( ) throw (RuntimeException) in getSelection() function in dbaui::__anonacd9e6370211::SelectionSupplier
|
/aoo42x/main/qadevOOo/objdsc/sch/ |
H A D | com.sun.star.comp.office.ChXChartView.csv | 3 "ChXChartView";"com::sun::star::view::XSelectionSupplier";"getSelection()"
|
/aoo42x/main/qadevOOo/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXTextView.csv | 4 "SwXTextView";"com::sun::star::view::XSelectionSupplier";"getSelection()"
|
/aoo42x/main/scripting/examples/python/ |
H A D | Capitalise.py | 50 xIndexAccess = xSelectionSupplier.getSelection()
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | CustomAnimationList.hxx | 75 EffectSequence getSelection() const;
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | DrawController.cxx | 296 Any SAL_CALL DrawController::getSelection() in getSelection() function in sd::DrawController 303 return mxSubController->getSelection(); in getSelection()
|