Searched refs:nTabStyle (Results 1 – 2 of 2) sorted by relevance
992 static void ImplCenterTabPos( Point& rPos, sal_uInt16 nTabStyle ) in ImplCenterTabPos() argument994 sal_Bool bRTL = 0 != (nTabStyle & RULER_TAB_RTL); in ImplCenterTabPos()995 nTabStyle &= RULER_TAB_STYLE; in ImplCenterTabPos()997 if ( (!bRTL && nTabStyle == RULER_TAB_LEFT) ||( bRTL && nTabStyle == RULER_TAB_RIGHT)) in ImplCenterTabPos()999 else if ( (!bRTL && nTabStyle == RULER_TAB_RIGHT) ||( bRTL && nTabStyle == RULER_TAB_LEFT)) in ImplCenterTabPos()1029 sal_uInt16 nTabStyle = nStyle & RULER_TAB_STYLE; in ImplDrawRulerTab() local1033 if ( nTabStyle == RULER_TAB_DEFAULT ) in ImplDrawRulerTab()1045 else if ( (!bRTL && nTabStyle == RULER_TAB_LEFT) ||( bRTL && nTabStyle == RULER_TAB_RIGHT)) in ImplDrawRulerTab()1056 else if ( (!bRTL && nTabStyle == RULER_TAB_RIGHT) ||( bRTL && nTabStyle == RULER_TAB_LEFT)) in ImplDrawRulerTab()1078 if ( nTabStyle == RULER_TAB_DECIMAL ) in ImplDrawRulerTab()[all …]
55 sal_uInt16 nTabStyle; member in TabWin_Impl60 nTabStyle( nStyle ) {} in TabWin_Impl()95 Ruler::DrawTab( this, aPnt, nTabStyle ); in Paint()