Home
last modified time | relevance | path

Searched refs:IsEnterWindow (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DMenuButton.cxx102 if (rEvent.IsEnterWindow() || rEvent.IsLeaveWindow()) in MouseMove()
H A DTabItem.cxx105 if (rEvent.IsEnterWindow() || rEvent.IsLeaveWindow()) in MouseMove()
/trunk/main/svx/source/tbxctrls/
H A Dlayctrl.cxx150 if ( rMEvt.IsEnterWindow() ) in MouseMove()
543 if ( rMEvt.IsEnterWindow() ) in MouseMove()
/trunk/main/vcl/inc/vcl/
H A Devent.hxx146 sal_Bool IsEnterWindow() const in IsEnterWindow() function in MouseEvent
/trunk/main/vcl/source/control/
H A Dspinbtn.cxx521 if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()
H A Dbutton.cxx1685 if( pMouseEvt->IsEnterWindow() || pMouseEvt->IsLeaveWindow() ) in PreNotify()
2921 pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()
3918 pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()
H A Dspinfld.cxx920 … if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()
H A Dscrbar.cxx1399 if( pRect != pLastRect || pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()
H A Dtabctrl.cxx1537 if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()
H A Dilstbox.cxx2849 if( pMouseEvt->IsEnterWindow() || pMouseEvt->IsLeaveWindow() ) in PreNotify()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx744 …if ( mpImpl->getMouseListeners().getLength() && ( pMouseEvt->IsEnterWindow() || pMouseEvt->IsLeave… in ProcessWindowEvent()
749 …pMouseEvt->IsEnterWindow() ? &MouseListenerMultiplexer::mouseEntered : &MouseListenerMultiplexer::… in ProcessWindowEvent()
756 …if ( mpImpl->getMouseMotionListeners().getLength() && !pMouseEvt->IsEnterWindow() && !pMouseEvt->I… in ProcessWindowEvent()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx3551 if ( rMouseEvent.IsEnterWindow() || rMouseEvent.IsLeaveWindow() ) in onWindowEvent()
3556 …m_aMouseListeners.notifyEach( rMouseEvent.IsEnterWindow() ? &awt::XMouseListener::mouseEntered: &a… in onWindowEvent()
3559 else if ( !rMouseEvent.IsEnterWindow() && !rMouseEvent.IsLeaveWindow() ) in onWindowEvent()
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx1065 if ( pMouseEvt->IsEnterWindow() ) in IMPL_LINK()
/trunk/main/vcl/source/window/
H A Dmenu.cxx4527 if ( !IsVisible() || rMEvt.IsSynthetic() || rMEvt.IsEnterWindow() ) in MouseMove()
5513 …if ( rMEvt.IsSynthetic() || rMEvt.IsLeaveWindow() || rMEvt.IsEnterWindow() || ( nHighlightedItem =… in MouseMove()
H A Dsplitwin.cxx2718 if( pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()

Completed in 159 milliseconds