Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/control/
H A Druler.cxx46 #define RULER_RESIZE_OFF 4 macro
2456 aRect.Left() = mnWidth-RULER_RESIZE_OFF; in Resize()
2458 aRect.Left() = aWinSize.Width()-RULER_RESIZE_OFF; in Resize()
2459 aRect.Right() = aRect.Left()+RULER_RESIZE_OFF; in Resize()
2466 aRect.Top() = mnHeight-RULER_RESIZE_OFF; in Resize()
2468 aRect.Top() = aWinSize.Height()-RULER_RESIZE_OFF; in Resize()
2469 aRect.Bottom() = aRect.Top()+RULER_RESIZE_OFF; in Resize()

Completed in 51 milliseconds