Lines Matching refs:bHighlight

632 void ToolBox::ImplErase( ToolBox* pThis, const Rectangle &rRect, sal_Bool bHighlight, sal_Bool bHas…  in ImplErase()  argument
638 (bHighlight || ! (((Window*) pThis)->GetStyle() & WB_3DLOOK ) ) ) in ImplErase()
3211 void ToolBox::ImplDrawMenubutton( ToolBox *pThis, sal_Bool bHighlight ) in ImplDrawMenubutton() argument
3261 …plErase( pThis, bNativeButtons ? pThis->mpData->maMenubuttonItem.maRect : aInnerRect, bHighlight ); in ImplDrawMenubutton()
3263 if( bHighlight ) in ImplDrawMenubutton()
3304 pThis->mpData->mbMenubuttonSelected = bHighlight; in ImplDrawMenubutton()
3424 void ToolBox::ImplDrawItem( sal_uInt16 nPos, sal_Bool bHighlight, sal_Bool bPaint, sal_Bool bLayout… in ImplDrawItem() argument
3442 bHighlight = bHighlight && pItem->mbEnabled; in ImplDrawItem()
3586 if ( bHighlight == 1 ) in ImplDrawItem()
3595 if ( bHighlight ) in ImplDrawItem()
3608 ImplErase( this, pItem->maRect, bHighlight, bHasOpenPopup ); in ImplDrawItem()
3647 if ( bHighlight && (!(pItem->maHighImage)) == sal_False ) in ImplDrawItem()
3681 if ( bHighlight || (pItem->meState == STATE_CHECK) ) in ImplDrawItem()
3686 …ImplDrawButton( this, aButtonRect, bHighlight, pItem->meState == STATE_CHECK, pItem->mbEnabled && … in ImplDrawItem()
3688 if( bHighlight ) in ImplDrawItem()
3747 if ( !bLayout && !bImage && (bHighlight || (pItem->meState == STATE_CHECK) ) ) in ImplDrawItem()
3752 …ImplDrawButton( this, pItem->maRect, bHighlight, pItem->meState == STATE_CHECK, pItem->mbEnabled &… in ImplDrawItem()
3787 ImplErase( this, aDropDownRect, bHighlight, bHasOpenPopup ); in ImplDrawItem()
3789 if( bHighlight || (pItem->meState == STATE_CHECK) ) in ImplDrawItem()
3794 …ImplDrawButton( this, aDropDownRect, bHighlight, pItem->meState == STATE_CHECK, pItem->mbEnabled &… in ImplDrawItem()
4125 sal_Bool bHighlight; in ImplHandleMouseButtonUp() local
4127 bHighlight = 2; in ImplHandleMouseButtonUp()
4129 bHighlight = sal_False; in ImplHandleMouseButtonUp()
4135 ImplDrawItem( mnCurPos, bHighlight ); in ImplHandleMouseButtonUp()
4728 sal_Bool bHighlight = sal_False; in Paint() local
4730 bHighlight = 1; in Paint()
4732 bHighlight = 2; in Paint()
4733 ImplDrawItem( i, bHighlight ); in Paint()