Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dhffrm.cxx197 SwTwips nLR = pAttrs->CalcLeft( this ) + pAttrs->CalcRight( this ); in FormatPrt() local
206 aPrt.Width(aFrm.Width() - nLR); in FormatPrt()
227 SwTwips nLR = pAttrs->CalcLeft( this ) + pAttrs->CalcRight( this ); in FormatPrt() local
228 aPrt.Width ( aFrm.Width() - nLR ); in FormatPrt()
H A Dfly.cxx1384 const SwTwips nLR = pAttrs->CalcLeftLine() + pAttrs->CalcRightLine(); in Format() local
1510 nNewSize = Max( nNewSize - nLR, nAutoWidth ); in Format()
1520 nNewSize = nNewSize - nLR + 150; in Format()
1523 nNewSize -= nLR; in Format()
1530 nNewSize += nLR - (Frm().*fnRect->fnGetWidth)(); in Format()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx274 SwTwips nLR = pRep->GetSpace() - nWidth; in lcl_TableParamToItemSet() local
277 case text::HoriOrientation::CENTER: nLeft = nRight = nLR / 2; in lcl_TableParamToItemSet()
279 case text::HoriOrientation::LEFT: nRight = nLR; nLeft = 0; in lcl_TableParamToItemSet()
281 case text::HoriOrientation::RIGHT: nLeft = nLR, nRight = 0; in lcl_TableParamToItemSet()
284 nRight = nLR - nLeft; in lcl_TableParamToItemSet()

Completed in 36 milliseconds