Home
last modified time | relevance | path

Searched refs:setSelection (Results 1 – 25 of 128) sorted by relevance

123456

/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleText.java403 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleText.java527 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XTextComponent.java185 oObj.setSelection(new Selection(0,3)); in _getSelectedText()
205 oObj.setSelection(sel); in _setSelection()
219 oObj.setSelection(sel); in _getSelection()
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx872 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()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx316 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 Dvclxaccessibletextcomponent.cxx166 return setSelection( nIndex, nIndex ); in setCaretPosition()
323 sal_Bool VCLXAccessibleTextComponent::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) th… in setSelection() function in VCLXAccessibleTextComponent
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java700 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);
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp83 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 DAccText.cpp226 STDMETHODIMP CAccText::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection() function in CAccText
229 return CAccTextBase::setSelection(selectionIndex, startOffset, in setSelection()
H A DAccHypertext.cpp228 STDMETHODIMP CAccHypertext::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection() function in CAccHypertext
231 return CAccTextBase::setSelection(selectionIndex, startOffset, in setSelection()
H A DAccTextBase.h94 STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);
H A DAccText.h120 …STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);//, unsigned char *…
H A DAccHypertext.h124 STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);
/trunk/main/chart2/source/controller/main/
H A DSelectionHelper.hxx62 bool setSelection( const ::rtl::OUString& rCID );
63 bool setSelection( const ::com::sun::star::uno::Reference<
H A DChartController_Tools.cxx404 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 DSelectionHelper.cxx97 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
/trunk/main/toolkit/test/accessibility/
H A DTextUpdateListener.java161 boolean setSelection( XAccessibleText xText, int p1, int p2 ) in setSelection() method in TextUpdateListener
165 return xText.setSelection( p1, p2 ); in setSelection()
/trunk/main/vcl/unx/gtk/a11y/
H A Datktext.cxx801 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()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/logging/
H A DXAccessibleTextLog.java262 public boolean setSelection(int param, int param1) in setSelection() method in XAccessibleTextLog
264 return unoObject.setSelection(param, param1); in setSelection()
/trunk/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx106 void InteractionRequest::setSelection( in setSelection() function in InteractionRequest
251 m_pImpl->m_pRequest->setSelection( this ); in recordSelection()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextDialogFactory.java50 return xText.setSelection( in CreateSelectionDialog()
/trunk/main/forms/source/component/
H A DFilter.cxx704 …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()
/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.hxx122 void SAL_CALL setSelection( const rtl::OUString& aDirectory );
/trunk/main/reportdesign/source/ui/inc/
H A DFormula.hxx82 virtual void setSelection(xub_StrLen _nStart,xub_StrLen _nEnd);
/trunk/main/formula/inc/formula/
H A DIFunctionDescription.hxx133 virtual void setSelection(xub_StrLen _nStart,xub_StrLen _nEnd) = 0;

Completed in 134 milliseconds

123456