Searched refs:pTP (Results 1 – 2 of 2) sorted by relevance
674 TextPortion* const pTP = pParaPortion->GetTextPortions()[ nTP ]; in CreateLines() local675 nPos = nPos + pTP->GetLen(); in CreateLines()1107 TextPortion* pTP = pParaPortion->GetTextPortions().GetObject( n ); in CreateLines() local1108 nWidthAfterTab += pTP->GetSize().Width(); in CreateLines()1287 TextPortion* pTP = pParaPortion->GetTextPortions().GetObject( nP ); in CreateLines() local1289 if ( pTP->GetKind() != PORTIONKIND_LINEBREAK ) in CreateLines()1296 nTPos = nTPos + pTP->GetLen(); in CreateLines()1403 TextPortion* pTP = pParaPortion->GetTextPortions().GetObject( pLine->GetEndPortion() ); in CreateLines() local1407 pTP->GetSize().Width() += n; in CreateLines()1971 TextPortion* pTP = pParaPortion->GetTextPortions().GetObject( nEndPortion ); in ImpBreakLine() local[all …]
1824 TETextPortion* pTP = pTEParaPortion->GetTextPortions().GetObject( nEndPortion ); in ImpBreakLine() local1826 pTP->GetWidth() = (long)CalcTextWidth( nPara, nBreakPos-pTP->GetLen(), pTP->GetLen()-1 ); in ImpBreakLine()1846 TETextPortion* pTP = pTEParaPortion->GetTextPortions().GetObject(nSplitPortion); in SplitTextPortion() local1847 nTmpPos = nTmpPos + pTP->GetLen(); in SplitTextPortion()1852 pTextPortion = pTP; in SplitTextPortion()2010 TETextPortion* const pTP = pTEParaPortion->GetTextPortions()[ nTP ]; in RecalcTextPortion() local2011 DBG_ASSERT( pTP, "RecalcTextPortion: Portion nicht gefunden" ); in RecalcTextPortion()2012 pTP->GetLen() = pTP->GetLen() + nNewChars; in RecalcTextPortion()2013 pTP->GetWidth() = (-1); in RecalcTextPortion()2028 TETextPortion* pTP = 0; in RecalcTextPortion() local[all …]