Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dtabfrm.cxx2982 const SwTwips nWishRight = nMax - nWishedTableWidth - nLeftOffset; in Format() local
2988 nRightSpacing = nRightLine + Max( nRightOffset, nWishRight ); in Format()
2998 ( ( (nWishRight+nLeftOffset) < 0 ) ? in Format()
2999 (nWishRight+nLeftOffset) : in Format()
3000 Max( 0L, nWishRight ) ); in Format()
3103 const SwTwips nWishRight = in Format() local
3107 Max( nWishRight, nRightOffset ) : in Format()
3108 nWishRight ); in Format()

Completed in 40 milliseconds