Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dscriptedtext.cxx224 sal_Int32 nCharIx = 0; in CalculateBreaks() local
230 … 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()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx1064 xub_StrLen nCharIx = 0; in ImplDrawCellText() local
1067 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 18 milliseconds