Searched refs:pNewPor (Results 1 – 2 of 2) sorted by relevance
256 SwTxtPortion *pNewPor = new SwTxtPortion; in AdjustRight() local257 pNewPor->SetLen( 1 ); in AdjustRight()258 pNewPor->Height( pFly->Height() ); in AdjustRight()259 pNewPor->Width( pFly->GetBlankWidth() ); in AdjustRight()260 pFly->Insert( pNewPor ); in AdjustRight()
1042 SwFtnNumPortion* pNewPor = new SwFtnNumPortion( aFtnTxt, pNumFnt ); in NewFtnNumPortion() local1043 pNewPor->SetLeft( !pFrm->IsRightToLeft() ); in NewFtnNumPortion()1044 return pNewPor; in NewFtnNumPortion()
Completed in 37 milliseconds