Searched refs:pPrevTextPortion (Results 1 – 2 of 2) sorted by relevance
3188 … TETextPortion* pPrevTextPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in ImpGetPortionXOffset() local3189 … if ( pPrevTextPortion->GetRightToLeft() && ( pPrevTextPortion->GetKind() != PORTIONKIND_TAB ) ) in ImpGetPortionXOffset()3190 nX -= pPrevTextPortion->GetWidth(); in ImpGetPortionXOffset()3213 … TETextPortion* pPrevTextPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in ImpGetPortionXOffset() local3214 … if ( !pPrevTextPortion->IsRightToLeft() && ( pPrevTextPortion->GetKind() != PORTIONKIND_TAB ) ) in ImpGetPortionXOffset()3215 nX -= pPrevTextPortion->GetWidth(); in ImpGetPortionXOffset()
4132 TextPortion* pPrevTextPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in GetPortionXOffset() local4133 … if ( pPrevTextPortion->GetRightToLeft() && ( pPrevTextPortion->GetKind() != PORTIONKIND_TAB ) ) in GetPortionXOffset()4134 nX -= pPrevTextPortion->GetSize().Width(); in GetPortionXOffset()4157 TextPortion* pPrevTextPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in GetPortionXOffset() local4158 … if ( !pPrevTextPortion->IsRightToLeft() && ( pPrevTextPortion->GetKind() != PORTIONKIND_TAB ) ) in GetPortionXOffset()4159 nX -= pPrevTextPortion->GetSize().Width(); in GetPortionXOffset()
Completed in 51 milliseconds