Searched refs:nUL (Results 1 – 4 of 4) sorted by relevance
136 void SwHeadFootFrm::FormatPrt(SwTwips & nUL, const SwBorderAttrs * pAttrs) in FormatPrt() argument191 nUL = pAttrs->CalcTop() + nSpace; in FormatPrt()193 nUL = pAttrs->CalcBottom() + nSpace; in FormatPrt()210 if (nUL < aFrm.Height()) in FormatPrt()211 nNewHeight = aFrm.Height() - nUL; in FormatPrt()229 aPrt.Height( aFrm.Height()- nUL ); in FormatPrt()236 void SwHeadFootFrm::FormatSize(SwTwips nUL, const SwBorderAttrs * pAttrs) in FormatSize() argument244 const SwTwips nBorder = nUL; in FormatSize()431 long nUL = pAttrs->CalcTop() + pAttrs->CalcBottom(); in Format() local434 FormatPrt(nUL, pAttrs); in Format()[all …]
1383 const SwTwips nUL = pAttrs->CalcTopLine() + pAttrs->CalcBottomLine(); in Format() local1404 FormatWidthCols( *pAttrs, nUL, nMinHeight ); in Format()1458 if( IsMinHeight() && (nRemaining + nUL) < nMinHeight ) in Format()1459 nRemaining = nMinHeight - nUL; in Format()1470 (Frm().*fnRect->fnAddBottom)( nRemaining + nUL ); in Format()1472 if ( nRemaining + nUL != 0 ) in Format()1484 nNewSize -= nUL; in Format()1488 nNewSize += nUL - (Frm().*fnRect->fnGetHeight)(); in Format()
34 void FormatSize(SwTwips nUL, const SwBorderAttrs * pAttrs);35 void FormatPrt(SwTwips & nUL, const SwBorderAttrs * pAttrs);
3655 long nUL = GetYValue( rULItem.GetLower() ); in Paint() local3657 aStartPos.Y() += nUL; in Paint()3659 aStartPos.X() -= nUL; in Paint()
Completed in 61 milliseconds