Home
last modified time | relevance | path

Searched refs:nRightOffset (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sw/source/core/layout/
H A Dtabfrm.cxx2933 long nRightOffset = Max( 0L, nTmpRight ); in Format() local
2983 if ( nRightOffset > 0 ) in Format()
2988 nRightSpacing = nRightLine + Max( nRightOffset, nWishRight ); in Format()
3007 nRightSpacing = nRightLine + nRightOffset; in Format()
3013 const SwTwips nWishLeft = nMax - nWishedTableWidth - nRightOffset; in Format()
3029 ( ( (nWishLeft+nRightOffset) < 0 ) ? in Format()
3030 (nWishLeft+nRightOffset) : in Format()
3045 ( (nRightOffset > 0) ? in Format()
3046 Max( nCenterSpacing, nRightOffset ) : in Format()
3057 nRightSpacing = nRightLine + nRightOffset; in Format()
[all …]
/AOO42X/main/sw/source/core/doc/
H A Dhtmltbl.cxx404 long nRightOffset = 0, in GetBrowseWidthByTabFrm() local
406 rTabFrm.CalcFlyOffsets( nUpperDummy, nLeftOffset, nRightOffset ); in GetBrowseWidthByTabFrm()
407 nWidth -= (nLeftOffset + nRightOffset); in GetBrowseWidthByTabFrm()