Searched refs:nTabStyle (Results 1 – 2 of 2) sorted by relevance
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()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()1562 nTabStyle |= RULER_TAB_RTL; in ImplDrawExtra()1565 ImplCenterTabPos( aDraw, nTabStyle ); in ImplDrawExtra()1578 ImplDrawTab( this, aDraw, nTabStyle ); in ImplDrawExtra()[all …]
55 sal_uInt16 nTabStyle; member in TabWin_Impl60 nTabStyle( nStyle ) {} in TabWin_Impl()95 Ruler::DrawTab( this, aPnt, nTabStyle ); in Paint()
Completed in 25 milliseconds