Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx2933 long nRightOffset = Max( 0L, nTmpRight ); in Format() local
2983 if ( nRightOffset > 0 ) in Format()
3007 nRightSpacing = nRightLine + 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()
3073 if( nRightOffset ) in Format()
3106 ( (nRightOffset > 0) ? in Format()
[all …]
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx407 long nRightOffset = 0, in GetBrowseWidthByTabFrm() local
409 rTabFrm.CalcFlyOffsets( nUpperDummy, nLeftOffset, nRightOffset ); in GetBrowseWidthByTabFrm()
410 nWidth -= (nLeftOffset + nRightOffset); in GetBrowseWidthByTabFrm()

Completed in 44 milliseconds