Lines Matching refs:nTabStyle
992 static void ImplCenterTabPos( Point& rPos, sal_uInt16 nTabStyle ) in ImplCenterTabPos() argument
994 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() local
1033 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()
1560 sal_uInt16 nTabStyle = mnExtraStyle & RULER_TAB_STYLE; in ImplDrawExtra() local
1562 nTabStyle |= RULER_TAB_RTL; in ImplDrawExtra()
1565 ImplCenterTabPos( aDraw, nTabStyle ); in ImplDrawExtra()
1578 ImplDrawTab( this, aDraw, nTabStyle ); in ImplDrawExtra()
3153 sal_uInt16 nTabStyle = nStyle & (RULER_TAB_STYLE | RULER_TAB_RTL); in DrawTab() local
3158 ImplCenterTabPos( aPos, nTabStyle ); in DrawTab()
3159 ImplDrawRulerTab( pDevice, aPos, nTabStyle, nStyle ); in DrawTab()