Searched refs:RULER_TAB_WIDTH (Results 1 – 3 of 3) sorted by relevance
998 rPos.X() -= RULER_TAB_WIDTH/2; in ImplCenterTabPos()1000 rPos.X() += RULER_TAB_WIDTH/2; in ImplCenterTabPos()1049 aRect1.Right() = rPos.X() + RULER_TAB_WIDTH - 1; in ImplDrawRulerTab()1058 aRect1.Left() = rPos.X() - RULER_TAB_WIDTH + 1; in ImplDrawRulerTab()1695 aRect.Right() = n1+RULER_TAB_WIDTH-1; in ImplHitTest()1700 aRect.Left() = n1-RULER_TAB_WIDTH-1; in ImplHitTest()1887 aRect.Right() = n1+RULER_TAB_WIDTH-1; in ImplHitTest()1892 aRect.Left() = n1-RULER_TAB_WIDTH-1; in ImplHitTest()
631 #define RULER_TAB_WIDTH 7 macro
3753 const Size aSz(RULER_TAB_WIDTH+2, RULER_TAB_HEIGHT+2); in Command()