Home
last modified time | relevance | path

Searched refs:isRightAligned (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx373 sal_Bool isRightAligned() const { return (mnAlignment & TABITEM_RIGHTALIGNED) != 0; } in isRightAligned() function in TabitemValue
374 sal_Bool isBothAligned() const { return isLeftAligned() && isRightAligned(); } in isBothAligned()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx815 else if( pValue->isRightAligned() ) in ImplDrawNativeControl()
830 if( pValue->isRightAligned() ) in ImplDrawNativeControl()
1400 if ( pValue->isRightAligned() ) in getNativeControlRegion()
/trunk/main/dbaccess/source/ui/inc/
H A DFieldDescControl.hxx164 inline bool isRightAligned() const { return m_bRightAligned; } in isRightAligned() function in dbaui::OFieldDescControl
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1174 if ( isRightAligned() && nCol ) in SetPosSize()
1209 if ( isRightAligned() ) in SetPosSize()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx573 …Value->isFirst() || pValue->isLeftAligned() ) && ( pValue->isLast() || pValue->isRightAligned() ) ) in drawStyledWidget()
577 else if ( pValue->isLast() || pValue->isRightAligned() ) in drawStyledWidget()

Completed in 61 milliseconds