Lines Matching refs:nCharIx
1064 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()
1102 ++nCharIx; in ImplDrawCellText()