Home
last modified time | relevance | path

Searched refs:nGlobalCharacterIndex (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx1019 const sal_Int32 nGlobalCharacterIndex) const in GetCharacter()
1021 if (nGlobalCharacterIndex<mnCharacterOffset in GetCharacter()
1022 || nGlobalCharacterIndex>=mnCharacterOffset+msParagraphText.getLength()) in GetCharacter()
1028 return msParagraphText.getStr()[nGlobalCharacterIndex - mnCharacterOffset]; in GetCharacter()
1179 sal_Int32 nGlobalCharacterIndex, in GetCharacterBounds() argument
1195 if (nGlobalCharacterIndex >= rLine.mnLineEndCharacterIndex) in GetCharacterBounds()
1202 const sal_Int32 nCellIndex (nGlobalCharacterIndex - rLine.mnLineStartCharacterIndex); in GetCharacterBounds()
H A DPresenterTextView.hxx129 sal_Unicode GetCharacter (const sal_Int32 nGlobalCharacterIndex) const;
133 const sal_Int32 nGlobalCharacterIndex,
142 sal_Int32 nGlobalCharacterIndex,

Completed in 31 milliseconds