Home
last modified time | relevance | path

Searched refs:TABITEM_LAST_IN_GROUP (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx358 #define TABITEM_LAST_IN_GROUP 0x008 // the tabitem is the last in group of tabitems macro
377 sal_Bool isLast() const { return (mnAlignment & TABITEM_LAST_IN_GROUP) != 0; } in isLast()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx972 ( (nAlignment & TABITEM_FIRST_IN_GROUP)&&(nAlignment & TABITEM_LAST_IN_GROUP) ) in drawNativeControl()
977 else if((nAlignment & TABITEM_RIGHTALIGNED)||(nAlignment & TABITEM_LAST_IN_GROUP)) in drawNativeControl()
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx319 tiValue.mnAlignment |= TABITEM_LAST_IN_GROUP; in preRenderItem()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx849 tiValue.mnAlignment |= TABITEM_LAST_IN_GROUP; in ImplDrawItem()

Completed in 31 milliseconds