Searched refs:WB_RIGHT_ALIGNED (Results 1 – 3 of 3) sorted by relevance
60 #ifndef WB_RIGHT_ALIGNED61 #define WB_RIGHT_ALIGNED ((WinBits)0x00008000) macro922 WinBits nStyle = pVRuler->GetStyle()&~WB_RIGHT_ALIGNED; in ViewResizePixel()927 nStyle |= WB_RIGHT_ALIGNED; in ViewResizePixel()
483 if ( mnWinStyle & WB_RIGHT_ALIGNED ) in ImplDrawTicks()1088 sal_Bool bRightAligned = 0 != (nWinBits&WB_RIGHT_ALIGNED); in ImplDrawRulerTab()1130 long nTopBottom = GetStyle() & WB_RIGHT_ALIGNED ? nVirTop : nVirBottom; in ImplDrawTabs()1569 if(0 != (nWinBits&WB_RIGHT_ALIGNED)) in ImplDrawExtra()
534 #define WB_RIGHT_ALIGNED ((WinBits)0x00008000) macro