Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/text/
H A Dfrmform.cxx420 SwTwips nChgHeight = nChgHght; in AdjustFrm() local
472 nChgHeight = 0; in AdjustFrm()
548 else if( nChgHeight ) in AdjustFrm()
550 if( nRstHeight - nFrmHeight < nChgHeight ) in AdjustFrm()
551 nChgHeight = nRstHeight - nFrmHeight; in AdjustFrm()
552 if( nChgHeight ) in AdjustFrm()
553 Grow( nChgHeight ); in AdjustFrm()
898 SwTwips nChgHeight = GetParHeight(); in CalcPreps() local
899 if( nChgHeight >= (Prt().*fnRect->fnGetHeight)() ) in CalcPreps()
927 nChgHeight = (Prt().*fnRect->fnGetHeight)() - nChgHeight; in CalcPreps()
[all …]
/aoo4110/main/sw/source/core/inc/
H A Dtxtfrm.hxx111 void AdjustFrm( const SwTwips nChgHeight, sal_Bool bHasToFit = sal_False );

Completed in 58 milliseconds