Lines Matching refs:nCnt

210     xub_StrLen nCnt;  member
222 nCnt( _nCnt ), in CalcLinePosData()
245 if ( nEnd < rData.nCnt in lcl_calcLinePos()
248 if( nEnd + 1 == rData.nCnt ) in lcl_calcLinePos()
1618 xub_StrLen nCnt = rInf.GetText().Len(); in DrawText() local
1619 if ( nCnt < rInf.GetIdx() ) in DrawText()
1620 nCnt = 0; in DrawText()
1622 nCnt = nCnt - rInf.GetIdx(); in DrawText()
1623 nCnt = Min( nCnt, rInf.GetLen() ); in DrawText()
1629 if ( ( nCnt == 1 ) && rInf.GetSpace() && ( cChPrev == CH_BLANK ) ) in DrawText()
1674 for ( xub_StrLen i=1; i<nCnt; ++i,nKernSum += rInf.GetKern() ) in DrawText()
1695 if ( i + 1 == nCnt ) in DrawText()
1734 … if ( (bNoHalfSpace || pPrtFont->IsWordLineMode()) && i+1 == nCnt && nCh == CH_BLANK ) in DrawText()
1819 nCnt, bSwitchH2V, bSwitchL2R, in DrawText()
2037 xub_StrLen nCnt = rInf.GetText().Len(); in GetTextSize() local
2038 if ( nCnt < rInf.GetIdx() ) in GetTextSize()
2039 nCnt=0; in GetTextSize()
2041 nCnt = nCnt - rInf.GetIdx(); in GetTextSize()
2042 nCnt = Min (nCnt, nLn); in GetTextSize()
2052 for( xub_StrLen i=1; i<nCnt; i++ ) in GetTextSize()
2203 xub_StrLen nCnt = 0; in GetCrsrOfst() local
2224 nCnt = (sal_uInt16)(rInf.GetOfst() / nWidthPerChar); in GetCrsrOfst()
2225 if ( 2 * ( rInf.GetOfst() - nCnt * nWidthPerChar ) > nWidthPerChar ) in GetCrsrOfst()
2226 ++nCnt; in GetCrsrOfst()
2229 return nCnt; in GetCrsrOfst()
2255 nCnt = j; in GetCrsrOfst()
2260 return nCnt; in GetCrsrOfst()
2311 nCnt = nLastIdx - rInf.GetIdx(); // first half in GetCrsrOfst()
2313 nCnt = nIdx - rInf.GetIdx(); // second half in GetCrsrOfst()
2319 return nCnt; in GetCrsrOfst()