Searched refs:nCharIx (Results 1 – 2 of 2) sorted by relevance
224 sal_Int32 nCharIx = 0; in CalculateBreaks() local230 … while( (nScript != i18n::ScriptType::WEAK) && (nCharIx == nNextCharIx) ) in CalculateBreaks()232 …, maText, sal::static_int_cast< sal_uInt16 >(nCharIx), sal::static_int_cast< sal_uInt16 >(nNextPos… in CalculateBreaks()233 if( nCharIx == nNextCharIx ) in CalculateBreaks()236 if( nNextCharIx == nCharIx ) in CalculateBreaks()239 maPosVec.push_back( nCharIx ); in CalculateBreaks()241 nCharIx = nNextCharIx; in CalculateBreaks()243 while( nCharIx < nNextPos ); in CalculateBreaks()
1064 xub_StrLen nCharIx = 0; in ImplDrawCellText() local1067 xub_StrLen nBeginIx = nCharIx; in ImplDrawCellText()1068 String aToken = aPlainText.GetToken( 0, ' ', nCharIx ); in ImplDrawCellText()1077 nCharIx = 0; in ImplDrawCellText()1078 while( (nCharIx = rText.Search( '\t', nCharIx )) != STRING_NOTFOUND ) in ImplDrawCellText()1080 sal_Int32 nX1 = rPos.X() + GetCharWidth() * nCharIx; in ImplDrawCellText()1088 ++nCharIx; in ImplDrawCellText()1090 nCharIx = 0; in ImplDrawCellText()1091 while( (nCharIx = rText.Search( '\n', nCharIx )) != STRING_NOTFOUND ) in ImplDrawCellText()1093 sal_Int32 nX1 = rPos.X() + GetCharWidth() * nCharIx; in ImplDrawCellText()[all …]
Completed in 13 milliseconds