Lines Matching refs:Height
114 SwTwips nHeight = GetUpper()->Prt().Height(); in Format()
124 nHeight -= pFrm->Frm().Height(); in Format()
130 Frm().Height( nHeight ); in Format()
183 Prt().Height( Frm().Height() ); in Format()
226 Frm().Height( 0 ); in SwPageFrm()
658 Frm().Height( Max( rSz.GetHeight(), long(MINLAY) ) ); in _UpdateAttr()
676 if ( aOldPageFrmRect.Height() != Frm().Height() ) in _UpdateAttr()
1437 Frm().SSize().Height() += nDist; in GrowFrm()
1451 ASSERT( nDist <= Frm().Height(), "nDist > als aktuelle Groesse." ); in ShrinkFrm()
1454 Frm().SSize().Height() -= nDist; in ShrinkFrm()
2225 nPageHeight = rFormatPage.Frm().Height() + nGapBetweenPages; in CheckViewLayout()
2233 nPageHeight = pPageFrm->Frm().Height() + nGapBetweenPages; in CheckViewLayout()