Lines Matching refs:bLayout
749 void TabControl::ImplDrawItem( ImplTabItem* pItem, const Rectangle& rCurRect, bool bLayout, bool bF… in ImplDrawItem() argument
754 if( bLayout ) in ImplDrawItem()
811 …if( !bLayout && (bNativeOK = IsNativeControlSupported(CTRL_TAB_ITEM, PART_ENTIRE_CONTROL)) == sal_… in ImplDrawItem()
853 if( ! bLayout && !bNativeOK ) in ImplDrawItem()
898 if( bLayout ) in ImplDrawItem()
934 bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL, in ImplDrawItem()
935 bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL in ImplDrawItem()
1054 void TabControl::ImplPaint( const Rectangle& rRect, bool bLayout ) in ImplPaint() argument
1056 if( ! bLayout ) in ImplPaint()
1097 …if( ! bLayout && (bNativeOK = IsNativeControlSupported( CTRL_TAB_PANE, PART_ENTIRE_CONTROL) ) == s… in ImplPaint()
1126 if( ! bLayout ) in ImplPaint()
1130 if( ! bLayout ) in ImplPaint()
1137 if( ! bLayout ) in ImplPaint()
1140 if( ! bLayout ) in ImplPaint()
1206 if( bLayout || !aClipRgn.IsEmpty() ) in ImplPaint()
1207 … ImplDrawItem( pItem, aCurRect, bLayout, (pItem==pFirstTab), (pItem==pLastTab), sal_False ); in ImplPaint()
1222 if( bLayout || !aClipRgn.IsEmpty() ) in ImplPaint()
1223 …ImplDrawItem( pCurItem, aCurRect, bLayout, (pCurItem==pFirstTab), (pCurItem==pLastTab), sal_True ); in ImplPaint()
1227 if ( !bLayout && HasFocus() ) in ImplPaint()
1230 if( ! bLayout ) in ImplPaint()