Home
last modified time | relevance | path

Searched refs:aTextType (Results 26 – 33 of 33) sorted by relevance

12

/aoo42x/main/svx/inc/svx/
H A DAccessibleShape.hxx409 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
410 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
411 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
/aoo42x/main/accessibility/inc/accessibility/extended/
H A Daccessiblelistboxentry.hxx209 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
210 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
211 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
H A Dtextwindowaccessibility.hxx307 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
308 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
309 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
/aoo42x/main/starmath/source/
H A Daccessibility.cxx716 …L_CALL SmGraphicAccessible::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextAtIndex() argument
728 if ( (AccessibleTextType::CHARACTER == aTextType) && (nIdx < aTxt.Len()) ) in getTextAtIndex()
737 …LL SmGraphicAccessible::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBeforeIndex() argument
750 if ( (AccessibleTextType::CHARACTER == aTextType) && nIdx ) in getTextBeforeIndex()
759 …LL SmGraphicAccessible::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBehindIndex() argument
773 if ( (AccessibleTextType::CHARACTER == aTextType) && (nIdx < aTxt.Len()) ) in getTextBehindIndex()
H A Daccessibility.hxx155 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
156 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
157 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
/aoo42x/main/sc/source/ui/inc/
H A DAccessibleCsvControl.hxx234 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
235 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
236 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
/aoo42x/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx143 …ility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
145 …y::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
147 …y::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::…
/aoo42x/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx466 …ent SAL_CALL ParagraphImpl::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextAtIndex() argument
469 return OCommonAccessibleText::getTextAtIndex(nIndex, aTextType); in getTextAtIndex()
473 …SAL_CALL ParagraphImpl::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBeforeIndex() argument
476 return OCommonAccessibleText::getTextBeforeIndex(nIndex, aTextType); in getTextBeforeIndex()
480 …SAL_CALL ParagraphImpl::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (::com::… in getTextBehindIndex() argument
483 return OCommonAccessibleText::getTextBehindIndex(nIndex, aTextType); in getTextBehindIndex()

Completed in 161 milliseconds

12