Home
last modified time | relevance | path

Searched refs:aMouseEvent (Results 1 – 16 of 16) sorted by relevance

/trunk/main/unoxml/source/events/
H A Deventdispatcher.cxx147 Reference< XMouseEvent > const aMouseEvent(i_xEvent, in dispatchEvent() local
151 aMouseEvent->getBubbles(), aMouseEvent->getCancelable(), in dispatchEvent()
152 aMouseEvent->getView(), aMouseEvent->getDetail(), in dispatchEvent()
153 aMouseEvent->getScreenX(), aMouseEvent->getScreenY(), in dispatchEvent()
154 aMouseEvent->getClientX(), aMouseEvent->getClientY(), in dispatchEvent()
155 aMouseEvent->getCtrlKey(), aMouseEvent->getAltKey(), in dispatchEvent()
156 aMouseEvent->getShiftKey(), aMouseEvent->getMetaKey(), in dispatchEvent()
157 aMouseEvent->getButton(), aMouseEvent->getRelatedTarget()); in dispatchEvent()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx744 awt::MouseEvent aMouseEvent; in createMouseEvent() local
745 aMouseEvent.Source = _rxContext; in createMouseEvent()
747 aMouseEvent.Modifiers = 0; in createMouseEvent()
751 aMouseEvent.Modifiers |= ::com::sun::star::awt::KeyModifier::MOD1; in createMouseEvent()
755 aMouseEvent.Buttons = 0; in createMouseEvent()
757 aMouseEvent.Buttons |= ::com::sun::star::awt::MouseButton::LEFT; in createMouseEvent()
763 aMouseEvent.X = _rVclEvent.GetPosPixel().X(); in createMouseEvent()
764 aMouseEvent.Y = _rVclEvent.GetPosPixel().Y(); in createMouseEvent()
765 aMouseEvent.ClickCount = _rVclEvent.GetClicks(); in createMouseEvent()
766 aMouseEvent.PopupTrigger = sal_False; in createMouseEvent()
[all …]
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx533 aMouseEvent.Set(&rEvt,sal_True); in MouseButtonDown()
535 aMouseEvent.Clear(); in MouseButtonDown()
553 aMouseEvent.Set(&rEvt,sal_False); in MouseButtonUp()
555 aMouseEvent.Clear(); in MouseButtonUp()
894 if (GetSelectColumnCount() || (aMouseEvent.Is() && aMouseEvent->GetRow() < 0)) in IsCursorMoveAllowed()
897 (aMouseEvent.Is() && aMouseEvent->GetColumnId() == HANDLE_ID)) in IsCursorMoveAllowed()
1042 …(aMouseEvent.Is() && (aMouseEvent.IsDown() || aMouseEvent->GetClicks() > 1))) // bei MouseDown pas… in ActivateCell()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx335 ::MouseEvent aMouseEvent( aPos, in mouseButtonDown()
341 return MouseButtonDown( aMouseEvent ); in mouseButtonDown()
353 ::MouseEvent aMouseEvent( aPos, in mouseMove()
358 return MouseMove( aMouseEvent ); in mouseMove()
370 ::MouseEvent aMouseEvent( aPos, in mouseButtonUp()
375 return MouseButtonUp( aMouseEvent ); in mouseButtonUp()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx1280 awt::EnhancedMouseEvent aMouseEvent; in MousePressed() local
1282 aMouseEvent.Buttons = e.Buttons; in MousePressed()
1283 aMouseEvent.X = e.X; in MousePressed()
1284 aMouseEvent.Y = e.Y; in MousePressed()
1285 aMouseEvent.ClickCount = e.ClickCount; in MousePressed()
1287 aMouseEvent.Target = xTarget; in MousePressed()
1288 aMouseEvent.Modifiers = e.Modifiers; in MousePressed()
1377 aMouseEvent.Buttons = e.Buttons; in MouseReleased()
1378 aMouseEvent.X = e.X; in MouseReleased()
1379 aMouseEvent.Y = e.Y; in MouseReleased()
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DXStatusbarController.idl119 @param aMouseEvent
126 boolean mouseButtonDown( [in] ::com::sun::star::awt::MouseEvent aMouseEvent );
133 @param aMouseEvent
140 boolean mouseMove( [in] ::com::sun::star::awt::MouseEvent aMouseEvent );
147 @param aMouseEvent
154 boolean mouseButtonUp( [in] ::com::sun::star::awt::MouseEvent aMouseEvent );
/trunk/main/framework/source/uielement/
H A Dstatusbarmanager.cxx714 ::com::sun::star::awt::MouseEvent aMouseEvent; in MouseButton()
715 aMouseEvent.Buttons = rMEvt.GetButtons(); in MouseButton()
716 aMouseEvent.X = rMEvt.GetPosPixel().X(); in MouseButton()
717 aMouseEvent.Y = rMEvt.GetPosPixel().Y(); in MouseButton()
718 aMouseEvent.ClickCount = rMEvt.GetClicks(); in MouseButton()
719 (xController.get()->*_pMethod)( aMouseEvent); in MouseButton()
/trunk/main/svx/inc/svx/
H A Dview3d.hxx52 MouseEvent aMouseEvent; // Die Parameter der letzten Events (Mouse, Keyboard) member in E3dView
100 void SetMouseEvent(const MouseEvent& rNew) { aMouseEvent = rNew; } in SetMouseEvent()
101 const MouseEvent& GetMouseEvent() { return aMouseEvent; } in GetMouseEvent()
/trunk/main/reportdesign/source/ui/inc/
H A Dstatusbarcontroller.hxx72 …ool SAL_CALL mouseButtonDown( const ::com::sun::star::awt::MouseEvent& aMouseEvent ) throw (::com:…
73 …virtual ::sal_Bool SAL_CALL mouseMove( const ::com::sun::star::awt::MouseEvent& aMouseEvent ) thro…
74 …_Bool SAL_CALL mouseButtonUp( const ::com::sun::star::awt::MouseEvent& aMouseEvent ) throw (::com:…
/trunk/main/sfx2/inc/sfx2/
H A Dstbitem.hxx89 …ool SAL_CALL mouseButtonDown( const ::com::sun::star::awt::MouseEvent& aMouseEvent ) throw (::com:…
90 …virtual ::sal_Bool SAL_CALL mouseMove( const ::com::sun::star::awt::MouseEvent& aMouseEvent ) thro…
91 …virtual ::sal_Bool SAL_CALL mouseButtonUp( const ::com::sun::star::awt::MouseEvent& aMouseEvent ) …
/trunk/main/svtools/inc/svtools/
H A Dstatusbarcontroller.hxx95 …ool SAL_CALL mouseButtonDown( const ::com::sun::star::awt::MouseEvent& aMouseEvent ) throw (::com:…
96 …virtual ::sal_Bool SAL_CALL mouseMove( const ::com::sun::star::awt::MouseEvent& aMouseEvent ) thro…
97 …_Bool SAL_CALL mouseButtonUp( const ::com::sun::star::awt::MouseEvent& aMouseEvent ) throw (::com:…
H A Deditbrowsebox.hxx480 } aMouseEvent; member in svt::EditBrowseBox
512 BrowserMouseEventPtr& getMouseEvent() { return aMouseEvent; } in getMouseEvent()
/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx550 MouseEvent aMouseEvent( aP, 1, MOUSE_SIMPLECLICK, MOUSE_LEFT ); in Command() local
551 TabBar::MouseButtonDown( aMouseEvent ); in Command()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx590 MouseEvent aMouseEvent( aPointerState.maPos,1/*nClicks*/, in IMPL_LINK() local
593 impl_SetMousePointer( aMouseEvent ); in IMPL_LINK()
/trunk/main/vcl/source/window/
H A Dwindow.cxx5139 …MouseEvent aMouseEvent = ImplTranslateMouseEvent( *rNEvt.GetMouseEvent(), rNEvt.GetWindow(), this … in ImplNotifyKeyMouseCommandEventListeners() local
5140 ImplCallEventListeners( VCLEVENT_WINDOW_MOUSEMOVE, &aMouseEvent ); in ImplNotifyKeyMouseCommandEventListeners()
5152 …MouseEvent aMouseEvent = ImplTranslateMouseEvent( *rNEvt.GetMouseEvent(), rNEvt.GetWindow(), this … in ImplNotifyKeyMouseCommandEventListeners() local
5153 ImplCallEventListeners( VCLEVENT_WINDOW_MOUSEBUTTONUP, &aMouseEvent ); in ImplNotifyKeyMouseCommandEventListeners()
5165 …MouseEvent aMouseEvent = ImplTranslateMouseEvent( *rNEvt.GetMouseEvent(), rNEvt.GetWindow(), this … in ImplNotifyKeyMouseCommandEventListeners() local
5166 ImplCallEventListeners( VCLEVENT_WINDOW_MOUSEBUTTONDOWN, &aMouseEvent ); in ImplNotifyKeyMouseCommandEventListeners()
H A Dwinproc.cxx574 ::com::sun::star::awt::MouseEvent aMouseEvent( in ImplHandleMouseEvent()
595 … relLoc.X(), relLoc.Y(), xDragSource, ::com::sun::star::uno::makeAny( aMouseEvent ) ); in ImplHandleMouseEvent()

Completed in 151 milliseconds