Searched refs:nLR (Results 1 – 3 of 3) sorted by relevance
197 SwTwips nLR = pAttrs->CalcLeft( this ) + pAttrs->CalcRight( this ); in FormatPrt() local206 aPrt.Width(aFrm.Width() - nLR); in FormatPrt()227 SwTwips nLR = pAttrs->CalcLeft( this ) + pAttrs->CalcRight( this ); in FormatPrt() local228 aPrt.Width ( aFrm.Width() - nLR ); in FormatPrt()
1384 const SwTwips nLR = pAttrs->CalcLeftLine() + pAttrs->CalcRightLine(); in Format() local1510 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()
274 SwTwips nLR = pRep->GetSpace() - nWidth; in lcl_TableParamToItemSet() local277 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 34 milliseconds