Home
last modified time | relevance | path

Searched refs:rMaxHeight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx1947 sal_Bool SwTxtFrm::TestFormat( const SwFrm* pPrv, SwTwips &rMaxHeight, sal_Bool &bSplit ) in TestFormat() argument
1954 SwTestFormat aSave( this, pPrv, rMaxHeight ); in TestFormat()
1956 return SwTxtFrm::WouldFit( rMaxHeight, bSplit, sal_True ); in TestFormat()
1975 sal_Bool SwTxtFrm::WouldFit( SwTwips &rMaxHeight, sal_Bool &bSplit, sal_Bool bTst ) in WouldFit() argument
1997 if( rMaxHeight < nHeight ) in WouldFit()
2001 rMaxHeight -= nHeight; in WouldFit()
2053 WidowsAndOrphans aFrmBreak( this, rMaxHeight, bSplit ); in WouldFit()
2060 bRet = !aFrmBreak.IsKeepAlways() && aFrmBreak.WouldFit( aLine, rMaxHeight, bTst ); in WouldFit()
2067 rMaxHeight -= aLine.GetLineHeight(); in WouldFit()
H A Dwidorp.cxx525 sal_Bool WidowsAndOrphans::WouldFit( SwTxtMargin &rLine, SwTwips &rMaxHeight, sal_Bool bTst ) in WouldFit() argument
575 if( rMaxHeight >= nLineSum ) in WouldFit()
577 rMaxHeight -= nLineSum; in WouldFit()
H A Dwidorp.hxx81 sal_Bool WouldFit( SwTxtMargin &rLine, SwTwips &rMaxHeight, sal_Bool bTest );

Completed in 23 milliseconds