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 …]
1403 const SwTwips nUL = pAttrs->CalcTopLine() + pAttrs->CalcBottomLine(); in Format() local1424 FormatWidthCols( *pAttrs, nUL, nMinHeight ); in Format()1478 if( IsMinHeight() && (nRemaining + nUL) < nMinHeight ) in Format()1479 nRemaining = nMinHeight - nUL; in Format()1490 (Frm().*fnRect->fnAddBottom)( nRemaining + nUL ); in Format()1492 if ( nRemaining + nUL != 0 ) in Format()1504 nNewSize -= nUL; in Format()1508 nNewSize += nUL - (Frm().*fnRect->fnGetHeight)(); in Format()
34 void FormatSize(SwTwips nUL, const SwBorderAttrs * pAttrs);35 void FormatPrt(SwTwips & nUL, const SwBorderAttrs * pAttrs);
3588 long nUL = GetYValue( rULItem.GetLower() ); in Paint() local3590 aStartPos.Y() += nUL; in Paint()3592 aStartPos.X() -= nUL; in Paint()
Completed in 65 milliseconds