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.cxx58 IsMouseOver() in Paint()
65 … 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.cxx91 if ( !mrSidebarWin.IsMouseOver() ) in GetFocus()
103 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.cxx59 if( pWin->IsMouseOver() && rUpperRect.IsInside( aPointerPos ) ) in ImplGetSpinbuttonValue()
71 if( pWin->IsMouseOver() && rLowerRect.IsInside( aPointerPos ) && in ImplGetSpinbuttonValue()
H A Dbutton.cxx1164 if ( IsMouseOver() && aInRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawPushButton()
1176 bool bRollOver = (IsMouseOver() && aInRect.IsInside( GetPointerPosPixel() )); in ImplDrawPushButton()
2187 if ( IsMouseOver() && maMouseRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawRadioButtonState()
3364 if ( IsMouseOver() && maMouseRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawCheckBoxState()
4290 if ( IsMouseOver() && GetMouseRect().IsInside( GetPointerPosPixel() ) ) in ImplDrawCheckBoxState()
H A Dslider.cxx393 if( IsMouseOver() ) in ImplDraw()
H A Dtabctrl.cxx827 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

Completed in 140 milliseconds