Home
last modified time | relevance | path

Searched refs:IsMouseOver (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DCustomImageRadioButton.cxx54 IsMouseOver() in Paint()
61 … IsChecked() || IsMouseOver() ? Theme::GetColor(Theme::Color_TabItemBorder) : Color(0xffffffff), in Paint()
H A DMenuButton.cxx66 const bool bIsHighlighted (IsMouseOver() || HasFocus()); in Paint()
H A DTabItem.cxx69 const bool bIsHighlighted (IsMouseOver() || HasFocus()); in Paint()
/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx88 if ( !mrSidebarWin.IsMouseOver() ) in GetFocus()
100 if ( !mrSidebarWin.IsMouseOver() ) in LoseFocus()
H A DAnnotationMenuButton.cxx141 if ( IsMouseOver() ) in Paint()
/trunk/main/vcl/source/control/
H A Dscrbar.cxx579 if( IsMouseOver() ) in ImplDrawNative()
620 if( IsMouseOver() ) in ImplDrawNative()
662 if( IsMouseOver() ) in ImplDrawNative()
693 if( IsMouseOver() ) in ImplDrawNative()
H A Dspinfld.cxx57 if( pWin->IsMouseOver() && rUpperRect.IsInside( aPointerPos ) ) in ImplGetSpinbuttonValue()
69 if( pWin->IsMouseOver() && rLowerRect.IsInside( aPointerPos ) && in ImplGetSpinbuttonValue()
H A Dbutton.cxx1162 if ( IsMouseOver() && aInRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawPushButton()
1174 bool bRollOver = (IsMouseOver() && aInRect.IsInside( GetPointerPosPixel() )); in ImplDrawPushButton()
2184 if ( IsMouseOver() && maMouseRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawRadioButtonState()
3361 if ( IsMouseOver() && maMouseRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawCheckBoxState()
4287 if ( IsMouseOver() && GetMouseRect().IsInside( GetPointerPosPixel() ) ) in ImplDrawCheckBoxState()
H A Dslider.cxx389 if( IsMouseOver() ) in ImplDraw()
H A Dtabctrl.cxx825 if( IsMouseOver() && pItem->maRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawItem()
H A Dilstbox.cxx2901 while( pChild && (bMouseOver = pChild->IsMouseOver()) == sal_False ) in ImplDraw()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx704 sal_Bool IsMouseOver();
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx1337 while( pCtrlChild && (bMouseOver = pCtrlChild->IsMouseOver()) == sal_False ) in DrawWindow()
H A Dwindow.cxx8059 sal_Bool Window::IsMouseOver() in IsMouseOver() function in Window