Searched refs:nFirstChar (Results 1 – 3 of 3) sorted by relevance
1847 xub_StrLen nFirstChar = nIndex; in SetToken() local1848 xub_StrLen i = nFirstChar; in SetToken()1860 nFirstChar = i+1; in SetToken()1873 Replace( nFirstChar, i-nFirstChar, rStr ); in SetToken()1885 xub_StrLen nFirstChar = rIndex; in GetToken() local1886 xub_StrLen i = nFirstChar; in GetToken()1898 nFirstChar = i+1; in GetToken()1916 return Copy( nFirstChar, i-nFirstChar ); in GetToken()1998 xub_StrLen i = nFirstChar; in GetQuotedToken()2032 nFirstChar = i+1; in GetQuotedToken()[all …]
2020 const sal_uInt16 nFirstChar = pLine->GetStart(); in ImpAdjustBlocks() local2029 for ( nChar = nFirstChar; nChar <= nLastChar; nChar++ ) in ImpAdjustBlocks()2041 ImpFindKashidas( pNode, nFirstChar, nLastChar, aPositions ); in ImpAdjustBlocks()2056 long nRealWidth = pLine->GetCharPosArray()[nLastChar-nFirstChar]; in ImpAdjustBlocks()2059 nBlankWidth -= pLine->GetCharPosArray()[nLastChar-nFirstChar-1]; in ImpAdjustBlocks()2069 pLine->GetCharPosArray()[nLastChar-nFirstChar] -= nBlankWidth; in ImpAdjustBlocks()2100 pLine->GetCharPosArray()[_n-nFirstChar] += nMore4Everyone; in ImpAdjustBlocks()2102 pLine->GetCharPosArray()[_n-nFirstChar]++; in ImpAdjustBlocks()
428 const int nFirstChar = HasGlyphs( rFont, aTestText ); in ImplCheckUIFont() local429 const bool bUIFontOk = (nFirstChar >= aTestText.Len()); in ImplCheckUIFont()
Completed in 73 milliseconds