Home
last modified time | relevance | path

Searched refs:nUL (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dhffrm.cxx136 void SwHeadFootFrm::FormatPrt(SwTwips & nUL, const SwBorderAttrs * pAttrs) in FormatPrt() argument
191 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() argument
244 const SwTwips nBorder = nUL; in FormatSize()
431 long nUL = pAttrs->CalcTop() + pAttrs->CalcBottom(); in Format() local
434 FormatPrt(nUL, pAttrs); in Format()
[all …]
H A Dfly.cxx1383 const SwTwips nUL = pAttrs->CalcTopLine() + pAttrs->CalcBottomLine(); in Format() local
1404 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()
/trunk/main/sw/source/core/inc/
H A Dhffrm.hxx34 void FormatSize(SwTwips nUL, const SwBorderAttrs * pAttrs);
35 void FormatPrt(SwTwips & nUL, const SwBorderAttrs * pAttrs);
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx3655 long nUL = GetYValue( rULItem.GetLower() ); in Paint() local
3657 aStartPos.Y() += nUL; in Paint()
3659 aStartPos.X() -= nUL; in Paint()

Completed in 51 milliseconds