Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx356 #define TABITEM_RIGHTALIGNED 0x002 // the tabitem is aligned with the right border of the TabCo… macro
373 sal_Bool isRightAligned() const { return (mnAlignment & TABITEM_RIGHTALIGNED) != 0; } in isRightAligned()
375 …sNotAligned() const { return (mnAlignment & (TABITEM_LEFTALIGNED | TABITEM_RIGHTALIGNED)) == 0; } in isNotAligned()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx971 if( ( (nAlignment & TABITEM_LEFTALIGNED)&&(nAlignment & TABITEM_RIGHTALIGNED) ) || in drawNativeControl()
977 else if((nAlignment & TABITEM_RIGHTALIGNED)||(nAlignment & TABITEM_LAST_IN_GROUP)) in drawNativeControl()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx845 tiValue.mnAlignment |= TABITEM_RIGHTALIGNED; in ImplDrawItem()

Completed in 18 milliseconds