Searched refs:pTmpPortion (Results 1 – 6 of 6) sorted by relevance
671 const SwLinePortion* pTmpPortion = this; in MaxAscentDescent() local672 if ( !pTmpPortion->GetLen() && pTmpPortion->GetPortion() ) in MaxAscentDescent()674 pTmpPortion = pTmpPortion->GetPortion(); in MaxAscentDescent()677 while ( pTmpPortion ) in MaxAscentDescent()679 if ( !pTmpPortion->IsBreakPortion() && !pTmpPortion->IsFlyPortion() && in MaxAscentDescent()681 ( !pTmpPortion->IsFlyCntPortion() && in MaxAscentDescent()682 !(pTmpPortion == this && pTmpPortion->GetPortion() ) ) ) ) in MaxAscentDescent()688 const sal_Bool bFlyCmp = pTmpPortion->IsFlyCntPortion() ? in MaxAscentDescent()690 !( pTmpPortion == _pDontConsiderPortion ); in MaxAscentDescent()698 if ( !pTmpPortion->IsFlyCntPortion() && !pTmpPortion->IsGrfNumPortion() ) in MaxAscentDescent()[all …]
199 ParaPortion* pTmpPortion = pEditEngine->pImpEditEngine->GetParaPortions().SaveGetObject( nPara ); in DrawSelection() local200 DBG_ASSERT( pTmpPortion, "Portion in Selektion nicht gefunden!" ); in DrawSelection()201 DBG_ASSERT( !pTmpPortion->IsInvalid(), "Portion in Selektion nicht formatiert!" ); in DrawSelection()203 if ( !pTmpPortion->IsVisible() || pTmpPortion->IsInvalid() ) in DrawSelection()206 long nParaStart = pEditEngine->pImpEditEngine->GetParaPortions().GetYOffset( pTmpPortion ); in DrawSelection()207 if ( ( nParaStart + pTmpPortion->GetHeight() ) < GetVisDocTop() ) in DrawSelection()213 sal_uInt16 nEndLine = pTmpPortion->GetLines().Count() -1; in DrawSelection()215 nStartLine = pTmpPortion->GetLines().FindLine( aTmpSel.Min().GetIndex(), sal_False ); in DrawSelection()217 nEndLine = pTmpPortion->GetLines().FindLine( aTmpSel.Max().GetIndex(), sal_True ); in DrawSelection()222 EditLine* pLine = pTmpPortion->GetLines().GetObject( nLine ); in DrawSelection()[all …]
392 ParaPortion* pTmpPortion = GetObject(nPortion); in GetYOffset() local393 if ( pTmpPortion == pPPortion ) in GetYOffset()395 nHeight += pTmpPortion->GetHeight(); in GetYOffset()
2352 TextPortion* pTmpPortion = pParaPortion->GetTextPortions().GetObject(nP); in CreateTextPortions() local2353 nPortionStart = nPortionStart + pTmpPortion->GetLen(); in CreateTextPortions()2356 nPortionStart = nPortionStart - pTmpPortion->GetLen(); in CreateTextPortions()4077 ParaPortion* pTmpPortion; in InvalidateFromParagraph() local4080 pTmpPortion = GetParaPortions().GetObject( nFirstInvPara-1 ); in InvalidateFromParagraph()4081 pTmpPortion->MarkInvalid( pTmpPortion->GetNode()->Len(), 0 ); in InvalidateFromParagraph()4085 pTmpPortion = GetParaPortions().GetObject( 0 ); in InvalidateFromParagraph()4086 pTmpPortion->MarkSelectionInvalid( 0, pTmpPortion->GetNode()->Len() ); in InvalidateFromParagraph()4088 pTmpPortion->ResetHeight(); in InvalidateFromParagraph()
2243 ParaPortion* pTmpPortion = GetParaPortions().GetObject( (sal_uInt32)aOldPositions.Min() ); in ImpMoveParagraphs() local2246 aTmpPortionList.Insert( pTmpPortion, aTmpPortionList.Count() ); in ImpMoveParagraphs()2254 ParaPortion* pTmpPortion = aTmpPortionList.GetObject( i ); in ImpMoveParagraphs() local2256 aSelection.Min().SetNode( pTmpPortion->GetNode() ); in ImpMoveParagraphs()2258 aSelection.Max().SetNode( pTmpPortion->GetNode() ); in ImpMoveParagraphs()2259 aSelection.Max().SetIndex( pTmpPortion->GetNode()->Len() ); in ImpMoveParagraphs()2261 ContentNode* pN = pTmpPortion->GetNode(); in ImpMoveParagraphs()2264 GetParaPortions().Insert( pTmpPortion, nRealNewPos+i ); in ImpMoveParagraphs()
1923 TETextPortion* pTmpPortion = pTEParaPortion->GetTextPortions().GetObject(nP); in CreateTextPortions() local1924 nPortionStart = nPortionStart + pTmpPortion->GetLen(); in CreateTextPortions()1927 nPortionStart = nPortionStart - pTmpPortion->GetLen(); in CreateTextPortions()
Completed in 159 milliseconds