Home
last modified time | relevance | path

Searched refs:pLastPortion (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/editeng/source/editeng/
H A Dimpedit3.cxx2055 TextPortion* pLastPortion = pParaPortion->GetTextPortions()[ nPortion ]; in ImpAdjustBlocks() local
2061 if ( nRealWidth == pLastPortion->GetSize().Width() ) in ImpAdjustBlocks()
2065 …DBG_ASSERT( ( nPortionStart + pLastPortion->GetLen() ) == ( nLastChar+1 ), "Blank doch nicht am Po… in ImpAdjustBlocks()
2066 pLastPortion->GetSize().Width() -= nBlankWidth; in ImpAdjustBlocks()
2088 TextPortion* pLastPortion = pParaPortion->GetTextPortions()[ nPortion ]; in ImpAdjustBlocks() local
2091 pLastPortion->GetSize().Width() += nMore4Everyone; in ImpAdjustBlocks()
2093 pLastPortion->GetSize().Width()++; in ImpAdjustBlocks()
2097 sal_uInt16 nPortionEnd = nPortionStart + pLastPortion->GetLen(); in ImpAdjustBlocks()
H A Dimpedit2.cxx1483 ParaPortion* pLastPortion = GetParaPortions().SaveGetObject( aEditDoc.Count()-1 ); in CursorEndOfDoc() local
1484 DBG_ASSERT( pLastNode && pLastPortion, "CursorEndOfDoc: Node oder Portion nicht gefunden" ); in CursorEndOfDoc()
1486 if ( !pLastPortion->IsVisible() ) in CursorEndOfDoc()
1488 pLastNode = GetPrevVisNode( pLastPortion->GetNode() ); in CursorEndOfDoc()

Completed in 47 milliseconds