Home
last modified time | relevance | path

Searched refs:nFirstChar (Results 1 – 3 of 3) sorted by path

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2020 const sal_uInt16 nFirstChar = pLine->GetStart(); in ImpAdjustBlocks() local
2029 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()
/trunk/main/tools/source/string/
H A Dstrimp.cxx1847 xub_StrLen nFirstChar = nIndex; in SetToken() local
1848 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() local
1886 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 …]
/trunk/main/vcl/source/window/
H A Dwindow.cxx428 const int nFirstChar = HasGlyphs( rFont, aTestText ); in ImplCheckUIFont() local
429 const bool bUIFontOk = (nFirstChar >= aTestText.Len()); in ImplCheckUIFont()

Completed in 116 milliseconds