Lines Matching refs:bHighlight

640 void ToolBox::ImplErase( ToolBox* pThis, const Rectangle &rRect, sal_Bool bHighlight, sal_Bool bHas…  in ImplErase()  argument
646 (bHighlight || ! (((Window*) pThis)->GetStyle() & WB_3DLOOK ) ) ) in ImplErase()
3219 void ToolBox::ImplDrawMenubutton( ToolBox *pThis, sal_Bool bHighlight ) in ImplDrawMenubutton() argument
3269 …plErase( pThis, bNativeButtons ? pThis->mpData->maMenubuttonItem.maRect : aInnerRect, bHighlight ); in ImplDrawMenubutton()
3271 if( bHighlight ) in ImplDrawMenubutton()
3312 pThis->mpData->mbMenubuttonSelected = bHighlight; in ImplDrawMenubutton()
3432 void ToolBox::ImplDrawItem( sal_uInt16 nPos, sal_Bool bHighlight, sal_Bool bPaint, sal_Bool bLayout… in ImplDrawItem() argument
3450 bHighlight = bHighlight && pItem->mbEnabled; in ImplDrawItem()
3594 if ( bHighlight == 1 ) in ImplDrawItem()
3603 if ( bHighlight ) in ImplDrawItem()
3616 ImplErase( this, pItem->maRect, bHighlight, bHasOpenPopup ); in ImplDrawItem()
3655 if ( bHighlight && (!(pItem->maHighImage)) == sal_False ) in ImplDrawItem()
3689 if ( bHighlight || (pItem->meState == STATE_CHECK) ) in ImplDrawItem()
3694 …ImplDrawButton( this, aButtonRect, bHighlight, pItem->meState == STATE_CHECK, pItem->mbEnabled && … in ImplDrawItem()
3696 if( bHighlight ) in ImplDrawItem()
3755 if ( !bLayout && !bImage && (bHighlight || (pItem->meState == STATE_CHECK) ) ) in ImplDrawItem()
3760 …ImplDrawButton( this, pItem->maRect, bHighlight, pItem->meState == STATE_CHECK, pItem->mbEnabled &… in ImplDrawItem()
3795 ImplErase( this, aDropDownRect, bHighlight, bHasOpenPopup ); in ImplDrawItem()
3797 if( bHighlight || (pItem->meState == STATE_CHECK) ) in ImplDrawItem()
3802 …ImplDrawButton( this, aDropDownRect, bHighlight, pItem->meState == STATE_CHECK, pItem->mbEnabled &… in ImplDrawItem()
4133 sal_Bool bHighlight; in ImplHandleMouseButtonUp() local
4135 bHighlight = 2; in ImplHandleMouseButtonUp()
4137 bHighlight = sal_False; in ImplHandleMouseButtonUp()
4143 ImplDrawItem( mnCurPos, bHighlight ); in ImplHandleMouseButtonUp()
4736 sal_Bool bHighlight = sal_False; in Paint() local
4738 bHighlight = 1; in Paint()
4740 bHighlight = 2; in Paint()
4741 ImplDrawItem( i, bHighlight ); in Paint()