Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx698 TextPortion* pDummyPortion = new TextPortion( 0 ); in CreateLines() local
700 pParaPortion->GetTextPortions().Insert( pDummyPortion, 0 ); in CreateLines()
1557 TextPortion* pDummyPortion = new TextPortion( 0 ); in CreateLines() local
1558 … pParaPortion->GetTextPortions().Insert( pDummyPortion, pParaPortion->GetTextPortions().Count() ); in CreateLines()
1636 TextPortion* pDummyPortion = new TextPortion( 0 ); in CreateAndInsertEmptyLine() local
1637 pDummyPortion->GetSize() = aTmpFont.GetPhysTxtSize( pRefDev, String() ); in CreateAndInsertEmptyLine()
1639pDummyPortion->GetSize().Height() = ImplCalculateFontIndependentLineSpacing( aTmpFont.GetHeight() … in CreateAndInsertEmptyLine()
1640 pParaPortion->GetTextPortions().Insert( pDummyPortion, pParaPortion->GetTextPortions().Count() ); in CreateAndInsertEmptyLine()
1644 pTmpLine->SetHeight( (sal_uInt16) pDummyPortion->GetSize().Height() ); in CreateAndInsertEmptyLine()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1764 TETextPortion* pDummyPortion = new TETextPortion( 0 ); in CreateAndInsertEmptyLine() local
1765 pDummyPortion->GetWidth() = 0; in CreateAndInsertEmptyLine()
1766 …pTEParaPortion->GetTextPortions().Insert( pDummyPortion, pTEParaPortion->GetTextPortions().Count()… in CreateAndInsertEmptyLine()

Completed in 45 milliseconds