Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx372 sal_Bool isLeftAligned() const { return (mnAlignment & TABITEM_LEFTALIGNED) != 0; } in isLeftAligned() function in TabitemValue
374 sal_Bool isBothAligned() const { return isLeftAligned() && isRightAligned(); } in isBothAligned()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx813 else if( pValue->isLeftAligned() ) in ImplDrawNativeControl()
828 if( pValue->isLeftAligned() || pValue->isNotAligned() ) in ImplDrawNativeControl()
1398 if ( pValue->isLeftAligned() || pValue->isNotAligned() ) in getNativeControlRegion()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx573 …if ( ( pValue->isFirst() || pValue->isLeftAligned() ) && ( pValue->isLast() || pValue->isRightAlig… in drawStyledWidget()
575 else if ( pValue->isFirst() || pValue->isLeftAligned() ) in drawStyledWidget()

Completed in 64 milliseconds