Lines Matching refs:bLayout
753 void TabControl::ImplDrawItem( ImplTabItem* pItem, const Rectangle& rCurRect, bool bLayout, bool bF… in ImplDrawItem() argument
758 if( bLayout ) in ImplDrawItem()
815 …if( !bLayout && (bNativeOK = IsNativeControlSupported(CTRL_TAB_ITEM, PART_ENTIRE_CONTROL)) == sal_… in ImplDrawItem()
857 if( ! bLayout && !bNativeOK ) in ImplDrawItem()
902 if( bLayout ) in ImplDrawItem()
938 bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL, in ImplDrawItem()
939 bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL in ImplDrawItem()
1060 void TabControl::ImplPaint( const Rectangle& rRect, bool bLayout ) in ImplPaint() argument
1062 if( ! bLayout ) in ImplPaint()
1103 …if( ! bLayout && (bNativeOK = IsNativeControlSupported( CTRL_TAB_PANE, PART_ENTIRE_CONTROL) ) == s… in ImplPaint()
1132 if( ! bLayout ) in ImplPaint()
1136 if( ! bLayout ) in ImplPaint()
1143 if( ! bLayout ) in ImplPaint()
1146 if( ! bLayout ) in ImplPaint()
1212 if( bLayout || !aClipRgn.IsEmpty() ) in ImplPaint()
1213 … ImplDrawItem( pItem, aCurRect, bLayout, (pItem==pFirstTab), (pItem==pLastTab), sal_False ); in ImplPaint()
1228 if( bLayout || !aClipRgn.IsEmpty() ) in ImplPaint()
1229 …ImplDrawItem( pCurItem, aCurRect, bLayout, (pCurItem==pFirstTab), (pCurItem==pLastTab), sal_True ); in ImplPaint()
1233 if ( !bLayout && HasFocus() ) in ImplPaint()
1236 if( ! bLayout ) in ImplPaint()