Lines Matching refs:nTextPortion
1049 …sal_uInt16 nTextPortion = pParaPortion->GetTextPortions().FindPortion( nIndex, nTextPortionStart, … in ImpGetXPos() local
1051 …DBG_ASSERT( ( nTextPortion >= pLine->GetStartPortion() ) && ( nTextPortion <= pLine->GetEndPortion… in ImpGetXPos()
1053 TETextPortion* pPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in ImpGetXPos()
1055 long nX = ImpGetPortionXOffset( nPara, pLine, nTextPortion ); in ImpGetXPos()
1070 …if ( ( pPortion->GetKind() == PORTIONKIND_TAB ) && ( (nTextPortion+1) < pParaPortion->GetTextPorti… in ImpGetXPos()
1072 … TETextPortion* pNextPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion+1 ); in ImpGetXPos()
3155 long TextEngine::ImpGetPortionXOffset( sal_uLong nPara, TextLine* pLine, sal_uInt16 nTextPortion ) in ImpGetPortionXOffset() argument
3161 for ( sal_uInt16 i = pLine->GetStartPortion(); i < nTextPortion; i++ ) in ImpGetPortionXOffset()
3167 TETextPortion* pDestPortion = pParaPortion->GetTextPortions().GetObject( nTextPortion ); in ImpGetPortionXOffset()
3173 sal_uInt16 nTmpPortion = nTextPortion+1; in ImpGetPortionXOffset()
3184 nTmpPortion = nTextPortion; in ImpGetPortionXOffset()
3198 sal_uInt16 nTmpPortion = nTextPortion+1; in ImpGetPortionXOffset()
3209 nTmpPortion = nTextPortion; in ImpGetPortionXOffset()