Home
last modified time | relevance | path

Searched refs:nTabStyle (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/control/
H A Druler.cxx992 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()
[all …]
/trunk/main/cui/source/tabpages/
H A Dtabstpge.cxx55 sal_uInt16 nTabStyle; member in TabWin_Impl
60 nTabStyle( nStyle ) {} in TabWin_Impl()
95 Ruler::DrawTab( this, aPnt, nTabStyle ); in Paint()