Lines Matching refs:nDeadLine
1061 SwTwips nDeadLine = (GetUpper()->*fnRect->fnGetPrtBottom)(); in _CheckClipping() local
1065 nDiff = -(Frm().*fnRect->fnBottomDist)( nDeadLine ); in _CheckClipping()
1072 nDeadLine -= nAdd; in _CheckClipping()
1074 nDeadLine += nAdd; in _CheckClipping()
1077 nDiff = -(Frm().*fnRect->fnBottomDist)( nDeadLine ); in _CheckClipping()
1104 nDiff = (*fnRect->fnYDiff)( nDeadLine, (Frm().*fnRect->fnGetTop)() ); in _CheckClipping()
1108 nDeadLine = (Frm().*fnRect->fnGetTop)(); in _CheckClipping()
1112 (Frm().*fnRect->fnSetBottom)( nDeadLine ); in _CheckClipping()
1165 SwTwips nDeadLine = (GetUpper()->*fnRect->fnGetPrtBottom)(); in SimpleFormat() local
1168 if( (Frm().*fnRect->fnBottomDist)( nDeadLine ) >= 0 ) in SimpleFormat()
1170 (Frm().*fnRect->fnSetBottom)( nDeadLine ); in SimpleFormat()
1472 SwTwips nDeadLine = (GetUpper()->*fnRect->fnGetPrtBottom)(); in Format() local
1476 long nTmpDiff = (*fnRect->fnYDiff)( nBottom, nDeadLine ); in Format()
1480 nDeadLine = (*fnRect->fnYInc)( nDeadLine, nTmpDiff ); in Format()
1481 nTmpDiff = (*fnRect->fnYDiff)( nBottom, nDeadLine ); in Format()