Home
last modified time | relevance | path

Searched refs:getSelection (Results 1 – 25 of 153) sorted by relevance

1234567

/trunk/main/vcl/unx/gtk/a11y/
H A Datkselection.cxx36 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()
/trunk/main/sc/workben/
H A Dtest.cxx162 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 …]
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java114 XBrowseNode xbn = selectorPanel.getSelection(); in show()
265 public XBrowseNode getSelection() { in getSelection() method in ScriptSelectorPanel
296 XBrowseNode xbn = getSelection(); in initUI()
/trunk/main/ucbhelper/source/provider/
H A Dcancelcommandexecution.cxx72 = xRequest->getSelection(); in cancelCommandExecution()
111 = xRequest->getSelection(); in cancelCommandExecution()
H A Dsimplecertificatevalidationrequest.cxx56 rtl::Reference< InteractionContinuation > xSelection = getSelection(); in getResponse()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleSelectionHandler.java67 ((AccTreeNode)aParent).getSelection(); in createChild()
138 ((AccTreeNode)aNode).getSelection(); in getActions()
H A DAccessibleTextHandler.java585 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
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java717 Selection selection = getSelection(control);
744 Selection selection = getSelection(control);
873 private Selection getSelection(Object control)
875 return UnoRuntime.queryInterface(XTextComponent.class, control).getSelection();
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java117 XBrowseNode xbn = selectorPanel.getSelection(); in showOrganizer()
366 public XBrowseNode getSelection() { in getSelection() method in ScriptSelectorPanel
397 XBrowseNode xbn = getSelection(); in initUI()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/view/
H A D_XSelectionSupplier.java122 oldSelection = oObj.getSelection(); in _select()
125 Object curSelection = oObj.getSelection(); in _select()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XTextComponent.java207 (oObj.getSelection(), sel)); in _setSelection()
221 (oObj.getSelection(), sel)); in _getSelection()
/trunk/main/sw/source/ui/vba/
H A Dvbaglobals.cxx129 SwVbaGlobals::getSelection() throw (uno::RuntimeException) in getSelection() function in SwVbaGlobals
131 return getApplication()->getSelection(); in getSelection()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx341 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()
/trunk/main/scripting/examples/beanshell/WordCount/
H A Dwordcount.bsh79 // the getSelection provides an XIndexAccess to the one or more selections
81 UnoRuntime.queryInterface(XIndexAccess.class, xSelectionSupplier.getSelection());
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx812 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()
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx869 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()
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx164 Any SAL_CALL UnoTreeControl::getSelection() throw (RuntimeException) in getSelection() function in toolkit::UnoTreeControl
166 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->getSelection(); in getSelection()
/trunk/main/sc/source/ui/vba/
H A Dvbaglobals.cxx157 ScVbaGlobals::getSelection() throw (uno::RuntimeException) in getSelection() function in ScVbaGlobals
159 return getApplication()->getSelection(); in getSelection()
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorer.java343 ISelection selection = viewer.getSelection(); in makeActions()
385 …ection textSelection = (ITextSelection) editorPart.getSite().getSelectionProvider().getSelection(); in doInsertCode()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx605 virtual Any SAL_CALL getSelection( ) throw (RuntimeException);
626 Any SAL_CALL SelectionSupplier::getSelection( ) throw (RuntimeException) in getSelection() function in dbaui::__anon031485ee0211::SelectionSupplier
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sch/
H A Dcom.sun.star.comp.office.ChXChartView.csv3 "ChXChartView";"com::sun::star::view::XSelectionSupplier";"getSelection()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextView.csv4 "SwXTextView";"com::sun::star::view::XSelectionSupplier";"getSelection()"
/trunk/main/scripting/examples/python/
H A DCapitalise.py50 xIndexAccess = xSelectionSupplier.getSelection()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.hxx75 EffectSequence getSelection() const;
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx296 Any SAL_CALL DrawController::getSelection() in getSelection() function in sd::DrawController
303 return mxSubController->getSelection(); in getSelection()

Completed in 117 milliseconds

1234567