Home
last modified time | relevance | path

Searched refs:nLocalCharacterIndex (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx2083 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 DPresenterTextView.cxx816 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 DPresenterTextView.hxx152 const sal_Int32 nLocalCharacterIndex,

Completed in 42 milliseconds