Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/layout/
H A Dfly.cxx751 SwTwips nDiffHeight = Frm().Height(); in FrmSizeChg() local
766 nDiffHeight -= rFrmSize.GetHeight(); in FrmSizeChg()
778 aFrm.Height( aFrm.Height() - nDiffHeight ); in FrmSizeChg()
783 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 42 milliseconds