Searched refs:nGlobalCharacterIndex (Results 1 – 2 of 2) sorted by relevance
1019 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() argument1195 if (nGlobalCharacterIndex >= rLine.mnLineEndCharacterIndex) in GetCharacterBounds()1202 const sal_Int32 nCellIndex (nGlobalCharacterIndex - rLine.mnLineStartCharacterIndex); in GetCharacterBounds()
129 sal_Unicode GetCharacter (const sal_Int32 nGlobalCharacterIndex) const;133 const sal_Int32 nGlobalCharacterIndex,142 sal_Int32 nGlobalCharacterIndex,
Completed in 44 milliseconds