Searched refs:isRightAligned (Results 1 – 5 of 5) sorted by relevance
373 sal_Bool isRightAligned() const { return (mnAlignment & TABITEM_RIGHTALIGNED) != 0; } in isRightAligned() function in TabitemValue374 sal_Bool isBothAligned() const { return isLeftAligned() && isRightAligned(); } in isBothAligned()
815 else if( pValue->isRightAligned() ) in ImplDrawNativeControl()830 if( pValue->isRightAligned() ) in ImplDrawNativeControl()1400 if ( pValue->isRightAligned() ) in getNativeControlRegion()
164 inline bool isRightAligned() const { return m_bRightAligned; } in isRightAligned() function in dbaui::OFieldDescControl
1174 if ( isRightAligned() && nCol ) in SetPosSize()1209 if ( isRightAligned() ) in SetPosSize()
573 …Value->isFirst() || pValue->isLeftAligned() ) && ( pValue->isLast() || pValue->isRightAligned() ) ) in drawStyledWidget()577 else if ( pValue->isLast() || pValue->isRightAligned() ) in drawStyledWidget()
Completed in 36 milliseconds