Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx60 #ifndef WB_RIGHT_ALIGNED
61 #define WB_RIGHT_ALIGNED ((WinBits)0x00008000) macro
922 WinBits nStyle = pVRuler->GetStyle()&~WB_RIGHT_ALIGNED; in ViewResizePixel()
927 nStyle |= WB_RIGHT_ALIGNED; in ViewResizePixel()
/trunk/main/svtools/source/control/
H A Druler.cxx483 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()
/trunk/main/svtools/inc/svtools/
H A Druler.hxx534 #define WB_RIGHT_ALIGNED ((WinBits)0x00008000) macro