Searched refs:selectionIndex (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/winaccessibility/source/UAccCOM/ |
H A D | AccTextBase.cpp | 429 STDMETHODIMP CAccTextBase::get_selection(long selectionIndex, long * startOffset, long * endOffset) in get_selection() argument 445 if(selectionIndex >= nSelection || selectionIndex < 0 ) in get_selection() 454 *startOffset = pRExtension->getSeletedPositionStart(selectionIndex); in get_selection() 455 *endOffset = pRExtension->getSeletedPositionEnd(selectionIndex); in get_selection() 789 STDMETHODIMP CAccTextBase::removeSelection(long selectionIndex) in removeSelection() argument 808 pRExtension->removeSelection(selectionIndex); in removeSelection()
|
H A D | AccText.cpp | 199 STDMETHODIMP CAccText::removeSelection(long selectionIndex)//, unsigned char * success) in removeSelection() argument 202 return CAccTextBase::removeSelection(selectionIndex);//, success); in removeSelection() 226 STDMETHODIMP CAccText::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection() argument 229 return CAccTextBase::setSelection(selectionIndex, startOffset, in setSelection()
|
H A D | AccHypertext.cpp | 202 STDMETHODIMP CAccHypertext::removeSelection(long selectionIndex) in removeSelection() argument 205 return CAccTextBase::removeSelection(selectionIndex); in removeSelection() 228 STDMETHODIMP CAccHypertext::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection() argument 231 return CAccTextBase::setSelection(selectionIndex, startOffset, in setSelection()
|
H A D | AccTextBase.h | 72 STDMETHOD(get_selection)(long selectionIndex, long * startOffset, long * endOffset); 88 STDMETHOD(removeSelection)(long selectionIndex); 94 STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);
|
H A D | AccText.h | 114 STDMETHOD(removeSelection)(long selectionIndex);//, unsigned char * success); 120 …STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);//, unsigned char *…
|
H A D | AccHypertext.h | 118 STDMETHOD(removeSelection)(long selectionIndex); 124 STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleTextSelection.idl | 53 …long addSelection( [in] long selectionIndex, [in]long startOffset, [in] long endOffset) raises (::… 55 …boolean removeSelection( [in] long selectionIndex ) raises (::com::sun::star::lang::IndexOutOfBoun…
|
/aoo42x/main/sw/source/core/access/ |
H A D | accpara.hxx | 445 virtual sal_Bool SAL_CALL removeSelection( sal_Int32 selectionIndex ) 447 …virtual sal_Int32 SAL_CALL addSelection( sal_Int32 selectionIndex, sal_Int32 startOffset, sal_Int…
|
H A D | accpara.cxx | 3770 sal_Bool SAL_CALL SwAccessibleParagraph::removeSelection( sal_Int32 selectionIndex ) in removeSelection() argument 3773 if(selectionIndex < 0) return sal_False; in removeSelection() 3776 sal_Int32 nSelected = selectionIndex; in removeSelection()
|
/aoo42x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 2595 @param [in] selectionIndex 2606 [in] long selectionIndex, 2784 @param [in] selectionIndex 2791 [in] long selectionIndex 2823 @param [in] selectionIndex 2837 [in] long selectionIndex,
|
Completed in 60 milliseconds