Home
last modified time | relevance | path

Searched refs:selectionIndex (Results 1 – 10 of 10) sorted by relevance

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp429 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 DAccText.cpp199 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 DAccHypertext.cpp202 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 DAccTextBase.h72 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 DAccText.h114 STDMETHOD(removeSelection)(long selectionIndex);//, unsigned char * success);
120 …STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);//, unsigned char *…
H A DAccHypertext.h118 STDMETHOD(removeSelection)(long selectionIndex);
124 STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTextSelection.idl53 …long addSelection( [in] long selectionIndex, [in]long startOffset, [in] long endOffset) raises (::…
55 …boolean removeSelection( [in] long selectionIndex ) raises (::com::sun::star::lang::IndexOutOfBoun…
/trunk/main/sw/source/core/access/
H A Daccpara.hxx445 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 Daccpara.cxx3770 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()
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2595 @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 82 milliseconds