Lines Matching refs:nTmpPortion

2401 		sal_uInt16 nTmpPortion = pLine->GetStartPortion();  in CreateLines()  local
2414 …while ( ( nTmpWidth <= nXWidth ) && !bEOL && ( nTmpPortion < pTEParaPortion->GetTextPortions().Cou… in CreateLines()
2417 pPortion = pTEParaPortion->GetTextPortions().GetObject( nTmpPortion ); in CreateLines()
2426 if ( ( nTmpWidth >= nXWidth ) && ( nTmpPortion == pLine->GetStartPortion() ) ) in CreateLines()
2449 nTmpPortion++; in CreateLines()
2459 nTmpPortion--; in CreateLines()
2482 pLine->SetEndPortion( nTmpPortion-1 ); in CreateLines()
2487 pLine->SetEndPortion( nTmpPortion-1 ); in CreateLines()
3173 sal_uInt16 nTmpPortion = nTextPortion+1; in ImpGetPortionXOffset() local
3174 while ( nTmpPortion <= pLine->GetEndPortion() ) in ImpGetPortionXOffset()
3176 … TETextPortion* pNextTextPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in ImpGetPortionXOffset()
3181 nTmpPortion++; in ImpGetPortionXOffset()
3184 nTmpPortion = nTextPortion; in ImpGetPortionXOffset()
3185 while ( nTmpPortion > pLine->GetStartPortion() ) in ImpGetPortionXOffset()
3187 --nTmpPortion; in ImpGetPortionXOffset()
3188 … TETextPortion* pPrevTextPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in ImpGetPortionXOffset()
3198 sal_uInt16 nTmpPortion = nTextPortion+1; in ImpGetPortionXOffset() local
3199 while ( nTmpPortion <= pLine->GetEndPortion() ) in ImpGetPortionXOffset()
3201 … TETextPortion* pNextTextPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in ImpGetPortionXOffset()
3206 nTmpPortion++; in ImpGetPortionXOffset()
3209 nTmpPortion = nTextPortion; in ImpGetPortionXOffset()
3210 while ( nTmpPortion > pLine->GetStartPortion() ) in ImpGetPortionXOffset()
3212 --nTmpPortion; in ImpGetPortionXOffset()
3213 … TETextPortion* pPrevTextPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in ImpGetPortionXOffset()