Lines Matching refs:Prt
114 SwTwips nHeight = GetUpper()->Prt().Height(); in Format()
115 SwTwips nWidth = GetUpper()->Prt().Width(); in Format()
156 (Prt().*fnRect->fnSetPosX)( nBorder ); in Format()
157 (Prt().*fnRect->fnSetWidth)( nSize ); in Format()
176 (Prt().*fnRect->fnSetPosY)( bAdjust ? nBorder : 0 ); in Format()
177 (Prt().*fnRect->fnSetHeight)( nSize ); in Format()
182 Prt().Pos().X() = Prt().Pos().Y() = 0; in Format()
183 Prt().Height( Frm().Height() ); in Format()
184 Prt().Width( Frm().Width() ); in Format()
243 pBodyFrm->ChgSize( Prt().SSize() ); in SwPageFrm()
996 if( Frm().Width() != pParent->Prt().Width() ) in Paste()
1878 nWidth += pFrm->Prt().Left(); in ImplCalcBrowseWidth()