/aoo42x/main/toolkit/qa/complex/toolkit/accessibility/ |
H A D | _XAccessibleText.java | 403 oObj.setSelection(0, 0); in _getSelectedText() 410 oObj.setSelection(0, chCount); in _getSelectedText() 418 oObj.setSelection(1, chCount - 1); in _getSelectedText() 452 oObj.setSelection(0, chCount); in _getSelectionStart() 459 oObj.setSelection(1, chCount - 1); in _getSelectionStart() 492 oObj.setSelection(0, chCount); in _getSelectionEnd() 499 oObj.setSelection(1, chCount - 1); in _getSelectionEnd() 534 locRes = oObj.setSelection(-1, chCount - 1); in _setSelection() 544 locRes = oObj.setSelection(0, chCount + 1); in _setSelection() 567 locRes = oObj.setSelection(0, chCount-1); in _setSelection() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/accessibility/ |
H A D | _XAccessibleText.java | 527 oObj.setSelection(0, 0); in _getSelectedText() 535 oObj.setSelection(0, chCount); in _getSelectedText() 543 oObj.setSelection(1, chCount - 1); in _getSelectedText() 578 oObj.setSelection(0, chCount); in _getSelectionStart() 586 oObj.setSelection(1, chCount - 1); in _getSelectionStart() 620 oObj.setSelection(0, chCount); in _getSelectionEnd() 628 oObj.setSelection(1, chCount - 1); in _getSelectionEnd() 674 locRes = oObj.setSelection(0, chCount + 1); in _setSelection() 696 locRes = oObj.setSelection(0, chCount - 1); in _setSelection() 701 locRes = oObj.setSelection(chCount - 1, 0); in _setSelection() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XTextComponent.java | 185 oObj.setSelection(new Selection(0,3)); in _getSelectedText() 205 oObj.setSelection(sel); in _setSelection() 219 oObj.setSelection(sel); in _getSelection()
|
/aoo42x/main/formula/source/ui/dlg/ |
H A D | formula.cxx | 872 m_pHelper->setSelection( nNextFStart, nNextFEnd ); in FillControls() 986 m_pHelper->setSelection(0, aInputFormula.Len()); in DoEnter() 1147 m_pHelper->setSelection( nNextFStart, nNextFEnd ); in SetData() 1398 m_pHelper->setSelection(0, aInputFormula.Len()); in IMPL_LINK() 1400 m_pHelper->setSelection((xub_StrLen)aSel.Min(),(xub_StrLen)aSel.Max()); in IMPL_LINK() 1427 m_pHelper->setSelection((xub_StrLen)aSel.Min(),(xub_StrLen)aSel.Max()); in IMPL_LINK() 1444 m_pHelper->setSelection((xub_StrLen)aSel.Min(),(xub_StrLen)aSel.Max()); in IMPL_LINK() 1495 m_pHelper->setSelection((xub_StrLen)aSel.Min(),(xub_StrLen)aSel.Max()); in IMPL_LINK() 1503 m_pHelper->setSelection((xub_StrLen)aFuncSel.Min(),(xub_StrLen)aFuncSel.Max()); in UpdateSelection() 1525 m_pHelper->setSelection((sal_uInt16)nArgPos,(sal_uInt16)(nArgPos+nLength)); in UpdateSelection()
|
/aoo42x/main/accessibility/source/standard/ |
H A D | vclxaccessibleedit.cxx | 316 return setSelection( nIndex, nIndex ); in setCaretPosition() 427 sal_Bool VCLXAccessibleEdit::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (Inde… in setSelection() function in VCLXAccessibleEdit 441 pVCLXEdit->setSelection( awt::Selection( nStartIndex, nEndIndex ) ); in setSelection() 585 setSelection( nIndex, nIndex ); in replaceText()
|
H A D | vclxaccessibletextcomponent.cxx | 166 return setSelection( nIndex, nIndex ); in setCaretPosition() 323 sal_Bool VCLXAccessibleTextComponent::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) th… in setSelection() function in VCLXAccessibleTextComponent
|
/aoo42x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | TopicsControl.java | 700 xTextComponent.setSelection(new Selection(0, text.length())); 733 setSelection(guiRow + (scroll ? 0 : 1), control, selection); 754 setSelection(guiRow - (scroll ? 0 : 1), control, selection); 892 private void setSelection(int guiRow, Object eventSource, Selection s) 897 UnoRuntime.queryInterface(XTextComponent.class, control).setSelection(s);
|
/aoo42x/main/winaccessibility/source/UAccCOM/ |
H A D | AccTextBase.cpp | 83 GetXInterface()->setSelection(startOffset, endOffset); in get_addSelection() 813 GetXInterface()->setSelection(0, 0); in removeSelection() 854 STDMETHODIMP CAccTextBase::setSelection(long, long startOffset, long endOffset) in setSelection() function in CAccTextBase 867 GetXInterface()->setSelection( startOffset, endOffset ); in setSelection()
|
H A D | AccText.cpp | 226 STDMETHODIMP CAccText::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection() function in CAccText 229 return CAccTextBase::setSelection(selectionIndex, startOffset, in setSelection()
|
H A D | AccHypertext.cpp | 228 STDMETHODIMP CAccHypertext::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection() function in CAccHypertext 231 return CAccTextBase::setSelection(selectionIndex, startOffset, in setSelection()
|
H A D | AccTextBase.h | 94 STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);
|
H A D | AccText.h | 120 …STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);//, unsigned char *…
|
H A D | AccHypertext.h | 124 STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | SelectionHelper.hxx | 62 bool setSelection( const ::rtl::OUString& rCID ); 63 bool setSelection( const ::com::sun::star::uno::Reference<
|
H A D | ChartController_Tools.cxx | 404 m_aSelection.setSelection( xGraphicShape ); in impl_PasteGraphic() 470 m_aSelection.setSelection( xSelShape ); in impl_PasteShapes() 513 m_aSelection.setSelection( xTextShape ); in impl_PasteStringAsTextShape()
|
H A D | SelectionHelper.cxx | 97 bool Selection::setSelection( const ::rtl::OUString& rCID ) in setSelection() function in chart::Selection 107 bool Selection::setSelection( const uno::Reference< drawing::XShape >& xShape ) in setSelection() function in chart::Selection
|
/aoo42x/main/toolkit/test/accessibility/ |
H A D | TextUpdateListener.java | 161 boolean setSelection( XAccessibleText xText, int p1, int p2 ) in setSelection() method in TextUpdateListener 165 return xText.setSelection( p1, p2 ); in setSelection()
|
/aoo42x/main/vcl/unx/gtk/a11y/ |
H A D | atktext.cxx | 801 return pText->setSelection( start_offset, end_offset ); // ? in text_wrapper_add_selection() 819 return pText->setSelection( 0, 0 ); // ? in text_wrapper_remove_selection() 839 return pText->setSelection( start_offset, end_offset ); in text_wrapper_set_selection()
|
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/logging/ |
H A D | XAccessibleTextLog.java | 262 public boolean setSelection(int param, int param1) in setSelection() method in XAccessibleTextLog 264 return unoObject.setSelection(param, param1); in setSelection()
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | interactionrequest.cxx | 106 void InteractionRequest::setSelection( in setSelection() function in InteractionRequest 251 m_pImpl->m_pRequest->setSelection( this ); in recordSelection()
|
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/ |
H A D | TextDialogFactory.java | 50 return xText.setSelection( in CreateSelectionDialog()
|
/aoo42x/main/forms/source/component/ |
H A D | Filter.cxx | 704 …void SAL_CALL OFilterControl::setSelection( const ::com::sun::star::awt::Selection& aSelection ) t… in setSelection() function in frm::OFilterControl 708 xText->setSelection( aSelection ); in setSelection()
|
/aoo42x/main/fpicker/source/win32/folderpicker/ |
H A D | MtaFop.hxx | 122 void SAL_CALL setSelection( const rtl::OUString& aDirectory );
|
/aoo42x/main/formula/inc/formula/ |
H A D | IFunctionDescription.hxx | 133 virtual void setSelection(xub_StrLen _nStart,xub_StrLen _nEnd) = 0;
|
/aoo42x/main/reportdesign/source/ui/inc/ |
H A D | Formula.hxx | 82 virtual void setSelection(xub_StrLen _nStart,xub_StrLen _nEnd);
|