Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dfly.cxx731 SwTwips nDiffHeight = Frm().Height(); in FrmSizeChg() local
746 nDiffHeight -= rFrmSize.GetHeight(); in FrmSizeChg()
758 aFrm.Height( aFrm.Height() - nDiffHeight ); in FrmSizeChg()
763 aPrt.Height( aPrt.Height() - nDiffHeight ); in FrmSizeChg()
H A Dtabfrm.cxx5297 const long nDiffHeight = nRemaining - (Frm().*fnRect->fnGetHeight)(); in Format() local
5298 if ( nDiffHeight ) in Format()
5300 if ( nDiffHeight > 0 ) in Format()
5304 if ( !Grow( nDiffHeight ) ) in Format()
5312 if ( !Shrink( -nDiffHeight ) ) in Format()

Completed in 55 milliseconds