| /aoo42x/main/vcl/source/window/ | 
| H A D | mouseevent.cxx | 35 : maPos( rEvent.X, rEvent.Y )  in MouseEvent() 37 , mnClicks( static_cast< sal_uInt16 >( rEvent.ClickCount ) )  in MouseEvent() 40 	if( rEvent.Modifiers )  in MouseEvent() 52 	if( rEvent.Buttons )  in MouseEvent() 66 	rEvent.Modifiers = 0;  in InitMouseEvent() 76 	rEvent.Buttons = 0;  in InitMouseEvent() 78 		rEvent.Buttons |= ::com::sun::star::awt::MouseButton::LEFT;  in InitMouseEvent() 84 	rEvent.X = GetPosPixel().X();  in InitMouseEvent() 85 	rEvent.Y = GetPosPixel().Y();  in InitMouseEvent() 86 	rEvent.ClickCount = GetClicks();  in InitMouseEvent() [all …] 
 | 
| H A D | keyevent.cxx | 39 KeyEvent::KeyEvent( const ::com::sun::star::awt::KeyEvent& rEvent )  in KeyEvent()  argument 42 		rEvent.KeyCode,  in KeyEvent() 44 		(rEvent.Modifiers & ::com::sun::star::awt::KeyModifier::MOD1) != 0,  in KeyEvent() 45 		(rEvent.Modifiers & ::com::sun::star::awt::KeyModifier::MOD2) != 0,  in KeyEvent() 48     mnCharCode = rEvent.KeyChar;  in KeyEvent() 54 	rEvent.Modifiers = 0;  in InitKeyEvent() 56 		rEvent.Modifiers |= ::com::sun::star::awt::KeyModifier::SHIFT;  in InitKeyEvent() 58 		rEvent.Modifiers |= ::com::sun::star::awt::KeyModifier::MOD1;  in InitKeyEvent() 60 		rEvent.Modifiers |= ::com::sun::star::awt::KeyModifier::MOD2;  in InitKeyEvent() 64 	rEvent.KeyCode = GetKeyCode().GetCode();  in InitKeyEvent() [all …] 
 | 
| /aoo42x/main/slideshow/source/engine/ | 
| H A D | usereventqueue.cxx | 792                    rEvent,  in registerSlideStartEvent() 800                    rEvent,  in registerSlideEndEvent() 810                    rEvent,  in registerAnimationStartEvent() 821                    rEvent,  in registerAnimationEndEvent() 832                    rEvent,  in registerAudioStoppedEvent() 842         rEvent,  in registerShapeClickEvent() 899                    rEvent,  in registerNextEffectEvent() 942         rEvent,  in registerShapeDoubleClickEvent() 965                    rEvent,  in registerDoubleClickEvent() 975                    rEvent,  in registerMouseEnterEvent() [all …] 
 | 
| H A D | eventqueue.cxx | 50         bool EventQueue::EventEntry::operator<( const EventEntry& rEvent ) const  in operator <() 54             return this->nTime > rEvent.nTime;  in operator <() 97         bool EventQueue::addEvent( const EventSharedPtr& rEvent )  in addEvent()  argument 105                 rEvent.get(),  in addEvent() 106                 rEvent->getActivationTime(0.0));  in addEvent() 108             ENSURE_OR_RETURN_FALSE( rEvent,  in addEvent() 120             maEvents.push( EventEntry( rEvent, rEvent->getActivationTime(  in addEvent() 133                 rEvent.get(),  in addEventForNextRound() 134                 rEvent->getActivationTime(0.0));  in addEventForNextRound() 137             ENSURE_OR_RETURN_FALSE( rEvent.get() != NULL,   in addEventForNextRound() [all …] 
 | 
| /aoo42x/main/sdext/source/presenter/ | 
| H A D | PresenterController.cxx | 745         switch (rEvent.Buttons)  in HandleMouseClick() 959     switch (rEvent.KeyCode)  in keyReleased() 1063             HandleNumericKeyPress(rEvent.KeyCode-awt::Key::NUM0, rEvent.Modifiers);  in keyReleased() 1160     (void)rEvent;  in focusGained() 1169     (void)rEvent;  in focusLost() 1180     (void)rEvent;  in mousePressed() 1191     (void)rEvent;  in mouseReleased() 1200     (void)rEvent;  in mouseEntered() 1209     (void)rEvent;  in mouseExited() 1220     (void)rEvent;  in mouseMoved() [all …] 
 | 
| H A D | PresenterWindowManager.cxx | 408     (void)rEvent;  in windowShown() 417     (void)rEvent;  in windowHidden() 464     (void)rEvent;  in mousePressed() 481     (void)rEvent;  in mouseReleased() 491     (void)rEvent;  in mouseEntered() 501     (void)rEvent;  in mouseExited() 514     (void)rEvent;  in focusGained() 516         rEvent.Source.get());  in focusGained() 526     (void)rEvent;  in focusLost() 579                     rEvent.UpdateRect,  in PaintChildren() [all …] 
 | 
| H A D | PresenterButton.cxx | 269     (void)rEvent;  in windowResized() 280     (void)rEvent;  in windowMoved() 290     (void)rEvent;  in windowShown() 300     (void)rEvent;  in windowHidden() 348     (void)rEvent;  in mousePressed() 360     (void)rEvent;  in mouseReleased() 379     (void)rEvent;  in mouseEntered() 391     (void)rEvent;  in mouseExited() 406     (void)rEvent;  in mouseMoved() 416     (void)rEvent;  in mouseDragged() [all …] 
 | 
| H A D | PresenterSpritePane.cxx | 110     (void)rEvent;  in windowResized() 111     PresenterPaneBase::windowResized(rEvent);  in windowResized() 113     mpSprite->Resize(geometry::RealSize2D(rEvent.Width, rEvent.Height));  in windowResized() 125     (void)rEvent;  in windowMoved() 126     PresenterPaneBase::windowMoved(rEvent);  in windowMoved() 140     (void)rEvent;  in windowShown() 141     PresenterPaneBase::windowShown(rEvent);  in windowShown() 159     (void)rEvent;  in windowHidden() 160     PresenterPaneBase::windowHidden(rEvent);  in windowHidden() 172 void SAL_CALL PresenterSpritePane::windowPaint (const awt::PaintEvent& rEvent)  in windowPaint()  argument [all …] 
 | 
| H A D | PresenterSlideShowView.cxx | 600     if (rEvent.Source == mxWindow)  in windowPaint() 605         PaintInnerWindow(rEvent);  in windowPaint() 616     awt::MouseEvent aEvent (rEvent);  in mousePressed() 639     awt::MouseEvent aEvent (rEvent);  in mouseReleased() 655     awt::MouseEvent aEvent (rEvent);  in mouseEntered() 671     awt::MouseEvent aEvent (rEvent);  in mouseExited() 689     awt::MouseEvent aEvent (rEvent);  in mouseDragged() 723     (void)rEvent;  in windowResized() 738     (void)rEvent;  in windowMoved() 749     (void)rEvent;  in windowShown() [all …] 
 | 
| H A D | PresenterPane.cxx | 97     (void)rEvent;  in windowResized() 98     PresenterPaneBase::windowResized(rEvent);  in windowResized() 116     (void)rEvent;  in windowMoved() 117     PresenterPaneBase::windowMoved(rEvent);  in windowMoved() 133     (void)rEvent;  in windowShown() 134     PresenterPaneBase::windowShown(rEvent);  in windowShown() 154     (void)rEvent;  in windowHidden() 155     PresenterPaneBase::windowHidden(rEvent);  in windowHidden() 166 void SAL_CALL PresenterPane::windowPaint (const awt::PaintEvent& rEvent)  in windowPaint()  argument 169     (void)rEvent;  in windowPaint() [all …] 
 | 
| H A D | PresenterPaneBorderManager.cxx | 299         if (iDescriptor->first == rEvent.Source)  in mousePressed() 309         maDragAnchor.X = rEvent.X + aOuterBox.X;  in mousePressed() 310         maDragAnchor.Y = rEvent.Y + aOuterBox.Y;  in mousePressed() 314             awt::Point(rEvent.X, rEvent.Y));  in mousePressed() 324     (void)rEvent;  in mouseReleased() 340     (void)rEvent;  in mouseEntered() 349     (void)rEvent;  in mouseExited() 372         if (iDescriptor->first == rEvent.Source)  in mouseMoved() 380             awt::Point(rEvent.X,rEvent.Y)))  in mouseMoved() 440     const sal_Int32 nX = rEvent.X + aOldBox.X;  in mouseDragged() [all …] 
 | 
| H A D | PresenterToolBar.cxx | 614     (void)rEvent;  in windowResized() 624     (void)rEvent;  in windowMoved() 633     (void)rEvent;  in windowShown() 643     (void)rEvent;  in windowHidden() 733     (void)rEvent;  in mouseDragged() 1132                 bIsOver && rEvent.Buttons!=0 && bMouseDown && rEvent.ClickCount>0);  in CheckMouseOver() 1256         rEvent.UpdateRect,  in windowPaint() 1564     (void)rEvent;  in disposing() 1575     (void)rEvent;  in notifyEvent() 1846     (void)rEvent;  in disposing() [all …] 
 | 
| H A D | PresenterScrollBar.cxx | 422     (void)rEvent;  in windowResized() 432     (void)rEvent;  in windowMoved() 441     (void)rEvent;  in windowShown() 450     (void)rEvent;  in windowHidden() 483     maDragAnchor.X = rEvent.X;  in mousePressed() 485     meButtonDownArea = GetArea(rEvent.X, rEvent.Y);  in mousePressed() 496     (void)rEvent;  in mouseReleased() 510     (void)rEvent;  in mouseEntered() 519     (void)rEvent;  in mouseExited() 541     const Area eArea (GetArea(rEvent.X, rEvent.Y));  in mouseMoved() [all …] 
 | 
| H A D | PresenterSlidePreview.cxx | 164     (void)rEvent;  in windowResized() 177     (void)rEvent;  in windowMoved() 186     (void)rEvent;  in windowShown() 198     (void)rEvent;  in windowHidden() 206 void SAL_CALL PresenterSlidePreview::windowPaint (const awt::PaintEvent& rEvent)  in windowPaint()  argument 214             rEvent.UpdateRect.X,  in windowPaint() 215             rEvent.UpdateRect.Y,  in windowPaint() 216             rEvent.UpdateRect.Width,  in windowPaint() 217             rEvent.UpdateRect.Height));  in windowPaint() 225 void SAL_CALL PresenterSlidePreview::disposing (const lang::EventObject& rEvent)  in disposing()  argument [all …] 
 | 
| H A D | PresenterController.hxx | 136     void HandleMouseClick (const css::awt::MouseEvent& rEvent); 157         const com::sun::star::lang::EventObject& rEvent) 164         const css::frame::FrameActionEvent& rEvent) 170     virtual void SAL_CALL keyPressed (const css::awt::KeyEvent& rEvent) 172     virtual void SAL_CALL keyReleased (const css::awt::KeyEvent& rEvent) 178     virtual void SAL_CALL focusGained (const css::awt::FocusEvent& rEvent) 180     virtual void SAL_CALL focusLost (const css::awt::FocusEvent& rEvent) 186     virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent) 192     virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent) 195     virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent) [all …] 
 | 
| H A D | PresenterWindowManager.hxx | 142     virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent) 145     virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent) 154     virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent) 160     virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent) 163     virtual void SAL_CALL mouseReleased (const css::awt::MouseEvent& rEvent) 166     virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent) 169     virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent) 175     virtual void SAL_CALL focusGained (const css::awt::FocusEvent& rEvent) 178     virtual void SAL_CALL focusLost (const css::awt::FocusEvent& rEvent) 185         const com::sun::star::lang::EventObject& rEvent) [all …] 
 | 
| /aoo42x/main/sc/source/ui/vba/ | 
| H A D | vbaeventshelper.cxx | 288         uno::Reference< awt::XWindow > xWindow( rEvent.Source, uno::UNO_QUERY );  in windowActivated() 310         uno::Reference< awt::XWindow > xWindow( rEvent.Source, uno::UNO_QUERY );  in windowDeactivated() 328         uno::Reference< awt::XWindow > xWindow( rEvent.Source, uno::UNO_QUERY );  in windowResized() 362     sal_Int32 nCount = rEvent.Changes.getLength();  in changesOccurred() 366     util::ElementChange aChange = rEvent.Changes[ 0 ];  in changesOccurred() 388         aChange = rEvent.Changes[ nIndex ];  in changesOccurred() 417     uno::Reference< frame::XModel > xModel( rEvent.Source, uno::UNO_QUERY );  in disposing() 426     uno::Reference< frame::XController > xController( rEvent.Source, uno::UNO_QUERY );  in disposing() 582     if( (rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_OPENDOC )) ||  in notifyEvent() 611     else if( rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_CLOSEDOC ) )  in notifyEvent() [all …] 
 | 
| /aoo42x/main/vcl/unx/generic/app/ | 
| H A D | i18n_im.cxx | 114     send_event  = rEvent.send_event;  display = rEvent.display;  in operator =() 115     window      = rEvent.window;      root    = rEvent.root;  in operator =() 119     state       = rEvent.state;       keycode = rEvent.keycode;  in operator =() 120     same_screen = rEvent.same_screen;  in operator =() 137             && send_event  == rEvent.send_event  in match() 138             && display     == rEvent.display  in match() 139             && window      == rEvent.window  in match() 140             && root        == rEvent.root  in match() 141             && subwindow   == rEvent.subwindow  in match() 147             && state       == rEvent.state  in match() [all …] 
 | 
| /aoo42x/main/sd/source/ui/slidesorter/controller/ | 
| H A D | SlsSelectionFunction.cxx | 133         const MouseEvent& rEvent, 141         const KeyEvent& rEvent, 401     aMDPos = rEvent.GetPosPixel();  in MouseButtonDown() 783     const AcceptDropEvent& rEvent,  in MouseDragged()  argument 922     const MouseEvent& rEvent,  in EventDescriptor()  argument 957     const AcceptDropEvent& rEvent,  in EventDescriptor()  argument 991     const KeyEvent& rEvent,  in EventDescriptor()  argument 1032 	switch (rEvent.GetButtons())  in EncodeMouseEvent() 1040     switch (rEvent.GetClicks())  in EncodeMouseEvent() 1047     if (rEvent.IsShift())  in EncodeMouseEvent() [all …] 
 | 
| /aoo42x/main/sd/source/ui/tools/ | 
| H A D | EventMultiplexer.cxx | 86 	void CallListeners (EventMultiplexerEvent& rEvent); 555     const beans::PropertyChangeEvent& rEvent)  in propertyChange()  argument 567         rEvent.NewValue >>= bIsMasterPageMode;  in propertyChange() 581     const frame::FrameActionEvent& rEvent)  in frameAction()  argument 585     if (rEvent.Frame == xFrame)  in frameAction() 586         switch (rEvent.Action)  in frameAction() 628     const ConfigurationChangeEvent& rEvent)  in notifyConfigurationChange()  argument 632     rEvent.UserData >>= nEventType;  in notifyConfigurationChange() 640                 if (rEvent.ResourceId->isBoundToURL(  in notifyConfigurationChange() 667                 if (rEvent.ResourceId->isBoundToURL(  in notifyConfigurationChange() [all …] 
 | 
| /aoo42x/main/sd/source/ui/framework/module/ | 
| H A D | ResourceManager.cxx | 145     const ConfigurationChangeEvent& rEvent)  in notifyConfigurationChange()  argument 148     OSL_ASSERT(rEvent.ResourceId.is());  in notifyConfigurationChange() 151     rEvent.UserData >>= nEventType;  in notifyConfigurationChange() 155             if (rEvent.ResourceId->isBoundToURL(  in notifyConfigurationChange() 167                         rEvent.ResourceId->getResourceURL(),  in notifyConfigurationChange() 168                         rEvent.Configuration,  in notifyConfigurationChange() 177                 HandleResourceRequest(true, rEvent.Configuration);  in notifyConfigurationChange() 186                     rEvent.Configuration,  in notifyConfigurationChange() 194                 HandleResourceRequest(false, rEvent.Configuration);  in notifyConfigurationChange() 278     const lang::EventObject& rEvent)  in disposing()  argument [all …] 
 | 
| /aoo42x/main/slideshow/source/inc/ | 
| H A D | usereventqueue.hxx | 121     void registerSlideStartEvent( const EventSharedPtr& rEvent ); 130     void registerSlideEndEvent( const EventSharedPtr& rEvent ); 140         const EventSharedPtr&                             rEvent, 152         const EventSharedPtr&                               rEvent, 176     void registerShapeClickEvent( const EventSharedPtr& rEvent, 215     void registerNextEffectEvent( const EventSharedPtr& rEvent ); 241     void registerDoubleClickEvent( const EventSharedPtr& rEvent ); 252     void registerMouseEnterEvent( const EventSharedPtr& rEvent, 264     void registerMouseLeaveEvent( const EventSharedPtr& rEvent, 281                         const EventSharedPtr&           rEvent, [all …] 
 | 
| /aoo42x/main/sfx2/source/view/ | 
| H A D | userinputinterception.cxx | 101 	        rEvent.KeyCode = rEvt.GetKeyCode().GetCode();  in lcl_initKeyEvent() 102 	        rEvent.KeyChar = rEvt.GetCharCode();  in lcl_initKeyEvent() 108             lcl_initModifiers( rEvent, rEvt );  in lcl_initMouseEvent() 110 	        rEvent.Buttons = 0;  in lcl_initMouseEvent() 112 		        rEvent.Buttons |= MouseButton::LEFT;  in lcl_initMouseEvent() 114 		        rEvent.Buttons |= MouseButton::RIGHT;  in lcl_initMouseEvent() 116 		        rEvent.Buttons |= MouseButton::MIDDLE;  in lcl_initMouseEvent() 118 	        rEvent.X = rEvt.GetPosPixel().X();  in lcl_initMouseEvent() 119 	        rEvent.Y = rEvt.GetPosPixel().Y();  in lcl_initMouseEvent() 120 	        rEvent.ClickCount = rEvt.GetClicks();  in lcl_initMouseEvent() [all …] 
 | 
| /aoo42x/main/sd/source/ui/slidesorter/shell/ | 
| H A D | SlideSorter.cxx | 63 	virtual void KeyInput (const KeyEvent& rEvent); 64 	virtual void MouseMove (const MouseEvent& rEvent); 65 	virtual void MouseButtonUp (const MouseEvent& rEvent); 67 	virtual void Command (const CommandEvent& rEvent); 68     virtual long Notify (NotifyEvent& rEvent); 639         mpCurrentFunction->KeyInput(rEvent);  in KeyInput() 648         mpCurrentFunction->MouseMove(rEvent);  in MouseMove() 657         mpCurrentFunction->MouseButtonUp(rEvent);  in MouseButtonUp() 675         mpCurrentFunction->Command(rEvent);  in Command() 681 long ContentWindow::Notify (NotifyEvent& rEvent)  in Notify()  argument [all …] 
 | 
| /aoo42x/main/sfx2/source/toolbox/ | 
| H A D | tbxitem.cxx | 569         if ( rEvent.Requery )  in statusChanged() 575 		    if ( rEvent.IsEnabled )  in statusChanged() 588 				    rEvent.State >>= bTemp ;  in statusChanged() 594 				    rEvent.State >>= nTemp ;  in statusChanged() 600 				    rEvent.State >>= nTemp ;  in statusChanged() 606 				    rEvent.State >>= sTemp ;  in statusChanged() 1140         if ( rEvent.Requery )  in statusChanged() 1149 		    if ( rEvent.IsEnabled )  in statusChanged() 1162 				    rEvent.State >>= bTemp ;  in statusChanged() 1168 				    rEvent.State >>= nTemp ;  in statusChanged() [all …] 
 |