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()
4129 TextPortion* pPrevTextPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in GetPortionXOffset() local4130 … if ( pPrevTextPortion->GetRightToLeft() && ( pPrevTextPortion->GetKind() != PORTIONKIND_TAB ) ) in GetPortionXOffset()4131 nX -= pPrevTextPortion->GetSize().Width(); in GetPortionXOffset()4154 TextPortion* pPrevTextPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in GetPortionXOffset() local4155 … if ( !pPrevTextPortion->IsRightToLeft() && ( pPrevTextPortion->GetKind() != PORTIONKIND_TAB ) ) in GetPortionXOffset()4156 nX -= pPrevTextPortion->GetSize().Width(); in GetPortionXOffset()
Completed in 54 milliseconds