Home
last modified time | relevance | path

Searched refs:pTmpPortion (Results 1 – 6 of 6) sorted by path

/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx392 ParaPortion* pTmpPortion = GetObject(nPortion); in GetYOffset() local
393 if ( pTmpPortion == pPPortion ) in GetYOffset()
395 nHeight += pTmpPortion->GetHeight(); in GetYOffset()
H A Dimpedit.cxx199 ParaPortion* pTmpPortion = pEditEngine->pImpEditEngine->GetParaPortions().SaveGetObject( nPara ); in DrawSelection() local
200 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 …]
H A Dimpedit2.cxx2243 ParaPortion* pTmpPortion = GetParaPortions().GetObject( (sal_uInt32)aOldPositions.Min() ); in ImpMoveParagraphs() local
2246 aTmpPortionList.Insert( pTmpPortion, aTmpPortionList.Count() ); in ImpMoveParagraphs()
2254 ParaPortion* pTmpPortion = aTmpPortionList.GetObject( i ); in ImpMoveParagraphs() local
2256 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()
H A Dimpedit3.cxx2352 TextPortion* pTmpPortion = pParaPortion->GetTextPortions().GetObject(nP); in CreateTextPortions() local
2353 nPortionStart = nPortionStart + pTmpPortion->GetLen(); in CreateTextPortions()
2356 nPortionStart = nPortionStart - pTmpPortion->GetLen(); in CreateTextPortions()
4077 ParaPortion* pTmpPortion; in InvalidateFromParagraph() local
4080 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()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1923 TETextPortion* pTmpPortion = pTEParaPortion->GetTextPortions().GetObject(nP); in CreateTextPortions() local
1924 nPortionStart = nPortionStart + pTmpPortion->GetLen(); in CreateTextPortions()
1927 nPortionStart = nPortionStart - pTmpPortion->GetLen(); in CreateTextPortions()
/trunk/main/sw/source/core/text/
H A Dporlay.cxx671 const SwLinePortion* pTmpPortion = this; in MaxAscentDescent() local
672 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 …]

Completed in 113 milliseconds