Searched refs:nLocalCharacterIndex (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterAccessibility.cxx | 2083 sal_Int32 nLocalCharacterIndex, in getTextAtIndex() argument 2093 aSegment = mpParagraph->GetTextSegment(0, nLocalCharacterIndex, nTextType); in getTextAtIndex() 2102 sal_Int32 nLocalCharacterIndex, in getTextBeforeIndex() argument 2112 aSegment = mpParagraph->GetTextSegment(-1, nLocalCharacterIndex, nTextType); in getTextBeforeIndex() 2121 sal_Int32 nLocalCharacterIndex, in getTextBehindIndex() argument 2131 aSegment = mpParagraph->GetTextSegment(+1, nLocalCharacterIndex, nTextType); in getTextBehindIndex()
|
H A D | PresenterTextView.cxx | 816 const sal_Int32 nLocalCharacterIndex, in GetWordBoundary() argument 821 if (nLocalCharacterIndex < 0) in GetWordBoundary() 833 if (maWordBoundaries[nIndex] >= nLocalCharacterIndex) in GetWordBoundary() 838 if (maWordBoundaries[nIndex] > nLocalCharacterIndex) in GetWordBoundary()
|
H A D | PresenterTextView.hxx | 152 const sal_Int32 nLocalCharacterIndex,
|
Completed in 41 milliseconds