Home
last modified time | relevance | path

Searched refs:rEvent (Results 1 – 25 of 987) sorted by relevance

12345678910>>...40

/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Deventqueue.cxx40 return nTime > rEvent.nTime; in operator <()
57 for ( const auto& rEvent : maNextEvents ) in ~EventQueue() local
59 maEvents.push(rEvent); in ~EventQueue()
83 << "\" [" << rEvent.get() in addEvent()
87 ENSURE_OR_RETURN_FALSE( rEvent, in addEvent()
99 maEvents.push( EventEntry( rEvent, rEvent->getActivationTime( in addEvent()
109 << "\" [" << rEvent.get() in addEventForNextRound()
114 ENSURE_OR_RETURN_FALSE( rEvent, in addEventForNextRound()
116 maNextEvents.emplace_back( rEvent, rEvent->getActivationTime( in addEventForNextRound()
160 for ( const auto& rEvent : maNextEvents ) { in process_() local
[all …]
H A Dusereventqueue.cxx104 maEvents.push( rEvent ); in addEvent()
492 ENSURE_OR_THROW( rEvent, in registerEvent()
512 ENSURE_OR_THROW( rEvent, in registerEvent()
618 rEvent, in registerAnimationStartEvent()
629 rEvent, in registerAnimationEndEvent()
640 rEvent, in registerAudioStoppedEvent()
650 rEvent, in registerShapeClickEvent()
707 rEvent, in registerNextEffectEvent()
741 rEvent, in registerShapeDoubleClickEvent()
765 rEvent, in registerMouseEnterEvent()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Deventqueue.cxx45 return nTime > rEvent.nTime; in operator <()
62 for ( const auto& rEvent : maNextEvents ) in ~EventQueue() local
64 maEvents.push(rEvent); in ~EventQueue()
88 << "\" [" << rEvent.get() in addEvent()
92 ENSURE_OR_RETURN_FALSE( rEvent, in addEvent()
104 maEvents.push( EventEntry( rEvent, rEvent->getActivationTime( in addEvent()
114 << "\" [" << rEvent.get() in addEventForNextRound()
119 ENSURE_OR_RETURN_FALSE( rEvent.get() != nullptr, in addEventForNextRound()
121 maNextEvents.emplace_back( rEvent, rEvent->getActivationTime( in addEventForNextRound()
167 for ( const auto& rEvent : maNextEvents ) { in process_() local
[all …]
H A Dusereventqueue.cxx110 maEvents.push( rEvent ); in addEvent()
494 ENSURE_OR_THROW( rEvent, in registerEvent()
514 ENSURE_OR_THROW( rEvent, in registerEvent()
625 rEvent, in registerAnimationStartEvent()
636 rEvent, in registerAnimationEndEvent()
647 rEvent, in registerAudioStoppedEvent()
657 rEvent, in registerShapeClickEvent()
714 rEvent, in registerNextEffectEvent()
748 rEvent, in registerShapeDoubleClickEvent()
772 rEvent, in registerMouseEnterEvent()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/app/
H A Di18n_im.cxx84 send_event = rEvent.send_event; display = rEvent.display; in operator =()
85 window = rEvent.window; root = rEvent.root; in operator =()
89 state = rEvent.state; keycode = rEvent.keycode; in operator =()
90 same_screen = rEvent.same_screen; in operator =()
107 && send_event == rEvent.send_event in match()
108 && display == rEvent.display in match()
109 && window == rEvent.window in match()
110 && root == rEvent.root in match()
111 && subwindow == rEvent.subwindow in match()
117 && state == rEvent.state in match()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/app/
H A Di18n_im.cxx78 send_event = rEvent.send_event; display = rEvent.display; in operator =()
79 window = rEvent.window; root = rEvent.root; in operator =()
83 state = rEvent.state; keycode = rEvent.keycode; in operator =()
84 same_screen = rEvent.same_screen; in operator =()
101 && send_event == rEvent.send_event in match()
102 && display == rEvent.display in match()
103 && window == rEvent.window in match()
104 && root == rEvent.root in match()
105 && subwindow == rEvent.subwindow in match()
111 && state == rEvent.state in match()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/os2/
H A Dtextctrl.h147 void OnDropFiles(wxDropFilesEvent& rEvent);
150 void OnCut(wxCommandEvent& rEvent);
151 void OnCopy(wxCommandEvent& rEvent);
152 void OnPaste(wxCommandEvent& rEvent);
153 void OnUndo(wxCommandEvent& rEvent);
154 void OnRedo(wxCommandEvent& rEvent);
155 void OnDelete(wxCommandEvent& rEvent);
156 void OnSelectAll(wxCommandEvent& rEvent);
158 void OnUpdateCut(wxUpdateUIEvent& rEvent);
159 void OnUpdateCopy(wxUpdateUIEvent& rEvent);
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/os2/
H A Dtextctrl.h147 void OnDropFiles(wxDropFilesEvent& rEvent);
150 void OnCut(wxCommandEvent& rEvent);
151 void OnCopy(wxCommandEvent& rEvent);
152 void OnPaste(wxCommandEvent& rEvent);
153 void OnUndo(wxCommandEvent& rEvent);
154 void OnRedo(wxCommandEvent& rEvent);
155 void OnDelete(wxCommandEvent& rEvent);
156 void OnSelectAll(wxCommandEvent& rEvent);
158 void OnUpdateCut(wxUpdateUIEvent& rEvent);
159 void OnUpdateCopy(wxUpdateUIEvent& rEvent);
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/framework/module/
H A DSlideSorterModule.cxx119 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
123 if (rEvent.ResourceId->compareTo(mxViewTabBarId) == 0) in notifyConfigurationChange()
129 else if (rEvent.ResourceId->getResourceTypePrefix() == in notifyConfigurationChange()
131 && rEvent.ResourceId->isBoundTo( in notifyConfigurationChange()
142 OSL_ASSERT(rEvent.ResourceId.is()); in notifyConfigurationChange()
144 rEvent.UserData >>= nEventType; in notifyConfigurationChange()
148 if (rEvent.ResourceId->isBoundToURL( in notifyConfigurationChange()
154 if (rEvent.ResourceId->getResourceTypePrefix() == in notifyConfigurationChange()
160 rEvent.ResourceId->getResourceURL(), in notifyConfigurationChange()
297 const lang::EventObject& rEvent) in disposing() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/framework/module/
H A DSlideSorterModule.cxx120 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
124 if (rEvent.ResourceId->compareTo(mxViewTabBarId) == 0) in notifyConfigurationChange()
130 else if (rEvent.ResourceId->getResourceTypePrefix() == in notifyConfigurationChange()
132 && rEvent.ResourceId->isBoundTo( in notifyConfigurationChange()
143 OSL_ASSERT(rEvent.ResourceId.is()); in notifyConfigurationChange()
145 rEvent.UserData >>= nEventType; in notifyConfigurationChange()
149 if (rEvent.ResourceId->isBoundToURL( in notifyConfigurationChange()
155 if (rEvent.ResourceId->getResourceTypePrefix() == in notifyConfigurationChange()
161 rEvent.ResourceId->getResourceURL(), in notifyConfigurationChange()
302 const lang::EventObject& rEvent) in disposing() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Duserinputinterception.cxx94 rEvent.KeyCode = rEvt.GetKeyCode().GetCode(); in lcl_initKeyEvent()
95 rEvent.KeyChar = rEvt.GetCharCode(); in lcl_initKeyEvent()
101 lcl_initModifiers( rEvent, rEvt ); in lcl_initMouseEvent()
103 rEvent.Buttons = 0; in lcl_initMouseEvent()
105 rEvent.Buttons |= MouseButton::LEFT; in lcl_initMouseEvent()
107 rEvent.Buttons |= MouseButton::RIGHT; in lcl_initMouseEvent()
109 rEvent.Buttons |= MouseButton::MIDDLE; in lcl_initMouseEvent()
111 rEvent.X = rEvt.GetPosPixel().X(); in lcl_initMouseEvent()
112 rEvent.Y = rEvt.GetPosPixel().Y(); in lcl_initMouseEvent()
113 rEvent.ClickCount = rEvt.GetClicks(); in lcl_initMouseEvent()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Duserinputinterception.cxx89 rEvent.KeyCode = rEvt.GetKeyCode().GetCode(); in lcl_initKeyEvent()
90 rEvent.KeyChar = rEvt.GetCharCode(); in lcl_initKeyEvent()
96 lcl_initModifiers( rEvent, rEvt ); in lcl_initMouseEvent()
98 rEvent.Buttons = 0; in lcl_initMouseEvent()
100 rEvent.Buttons |= MouseButton::LEFT; in lcl_initMouseEvent()
102 rEvent.Buttons |= MouseButton::RIGHT; in lcl_initMouseEvent()
104 rEvent.Buttons |= MouseButton::MIDDLE; in lcl_initMouseEvent()
106 rEvent.X = rEvt.GetPosPixel().X(); in lcl_initMouseEvent()
107 rEvent.Y = rEvt.GetPosPixel().Y(); in lcl_initMouseEvent()
108 rEvent.ClickCount = rEvt.GetClicks(); in lcl_initMouseEvent()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/inc/
H A Dusereventqueue.hxx112 const EventSharedPtr& rEvent,
123 const EventSharedPtr& rEvent,
134 const EventSharedPtr& rEvent,
145 void registerShapeClickEvent( const EventSharedPtr& rEvent,
177 void registerNextEffectEvent( const EventSharedPtr& rEvent );
190 void registerShapeDoubleClickEvent( const EventSharedPtr& rEvent,
202 void registerMouseEnterEvent( const EventSharedPtr& rEvent,
214 void registerMouseLeaveEvent( const EventSharedPtr& rEvent,
231 const EventSharedPtr& rEvent,
244 const EventSharedPtr& rEvent,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/inc/
H A Dusereventqueue.hxx113 const EventSharedPtr& rEvent,
124 const EventSharedPtr& rEvent,
135 const EventSharedPtr& rEvent,
146 void registerShapeClickEvent( const EventSharedPtr& rEvent,
178 void registerNextEffectEvent( const EventSharedPtr& rEvent );
191 void registerShapeDoubleClickEvent( const EventSharedPtr& rEvent,
203 void registerMouseEnterEvent( const EventSharedPtr& rEvent,
215 void registerMouseLeaveEvent( const EventSharedPtr& rEvent,
232 const EventSharedPtr& rEvent,
245 const EventSharedPtr& rEvent,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterPane.cxx68 void SAL_CALL PresenterPane::windowResized (const awt::WindowEvent& rEvent) in windowResized() argument
70 PresenterPaneBase::windowResized(rEvent); in windowResized()
81 void SAL_CALL PresenterPane::windowMoved (const awt::WindowEvent& rEvent) in windowMoved() argument
83 PresenterPaneBase::windowMoved(rEvent); in windowMoved()
93 void SAL_CALL PresenterPane::windowShown (const lang::EventObject& rEvent) in windowShown() argument
95 PresenterPaneBase::windowShown(rEvent); in windowShown()
109 void SAL_CALL PresenterPane::windowHidden (const lang::EventObject& rEvent) in windowHidden() argument
111 PresenterPaneBase::windowHidden(rEvent); in windowHidden()
119 void SAL_CALL PresenterPane::windowPaint (const awt::PaintEvent& rEvent) in windowPaint() argument
123 PaintBorder(rEvent.UpdateRect); in windowPaint()
H A DPresenterWindowManager.hxx115 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent) override;
117 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent) override;
123 virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent) override;
127 virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent) override;
129 virtual void SAL_CALL mouseReleased (const css::awt::MouseEvent& rEvent) override;
131 virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent) override;
133 virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent) override;
137 virtual void SAL_CALL focusGained (const css::awt::FocusEvent& rEvent) override;
139 virtual void SAL_CALL focusLost (const css::awt::FocusEvent& rEvent) override;
144 const css::lang::EventObject& rEvent) override;
[all …]
H A DPresenterSpritePane.cxx77 void SAL_CALL PresenterSpritePane::windowResized (const awt::WindowEvent& rEvent) in windowResized() argument
79 PresenterPaneBase::windowResized(rEvent); in windowResized()
81 mpSprite->Resize(geometry::RealSize2D(rEvent.Width, rEvent.Height)); in windowResized()
86 void SAL_CALL PresenterSpritePane::windowMoved (const awt::WindowEvent& rEvent) in windowMoved() argument
88 PresenterPaneBase::windowMoved(rEvent); in windowMoved()
96 void SAL_CALL PresenterSpritePane::windowShown (const lang::EventObject& rEvent) in windowShown() argument
98 PresenterPaneBase::windowShown(rEvent); in windowShown()
110 void SAL_CALL PresenterSpritePane::windowHidden (const lang::EventObject& rEvent) in windowHidden() argument
112 PresenterPaneBase::windowHidden(rEvent); in windowHidden()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterPane.cxx68 void SAL_CALL PresenterPane::windowResized (const awt::WindowEvent& rEvent) in windowResized() argument
70 PresenterPaneBase::windowResized(rEvent); in windowResized()
81 void SAL_CALL PresenterPane::windowMoved (const awt::WindowEvent& rEvent) in windowMoved() argument
83 PresenterPaneBase::windowMoved(rEvent); in windowMoved()
93 void SAL_CALL PresenterPane::windowShown (const lang::EventObject& rEvent) in windowShown() argument
95 PresenterPaneBase::windowShown(rEvent); in windowShown()
109 void SAL_CALL PresenterPane::windowHidden (const lang::EventObject& rEvent) in windowHidden() argument
111 PresenterPaneBase::windowHidden(rEvent); in windowHidden()
119 void SAL_CALL PresenterPane::windowPaint (const awt::PaintEvent& rEvent) in windowPaint() argument
123 PaintBorder(rEvent.UpdateRect); in windowPaint()
H A DPresenterWindowManager.hxx114 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent) override;
116 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent) override;
122 virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent) override;
126 virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent) override;
128 virtual void SAL_CALL mouseReleased (const css::awt::MouseEvent& rEvent) override;
130 virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent) override;
132 virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent) override;
136 virtual void SAL_CALL focusGained (const css::awt::FocusEvent& rEvent) override;
138 virtual void SAL_CALL focusLost (const css::awt::FocusEvent& rEvent) override;
143 const css::lang::EventObject& rEvent) override;
[all …]
H A DPresenterSpritePane.cxx77 void SAL_CALL PresenterSpritePane::windowResized (const awt::WindowEvent& rEvent) in windowResized() argument
79 PresenterPaneBase::windowResized(rEvent); in windowResized()
81 mpSprite->Resize(geometry::RealSize2D(rEvent.Width, rEvent.Height)); in windowResized()
86 void SAL_CALL PresenterSpritePane::windowMoved (const awt::WindowEvent& rEvent) in windowMoved() argument
88 PresenterPaneBase::windowMoved(rEvent); in windowMoved()
96 void SAL_CALL PresenterSpritePane::windowShown (const lang::EventObject& rEvent) in windowShown() argument
98 PresenterPaneBase::windowShown(rEvent); in windowShown()
110 void SAL_CALL PresenterSpritePane::windowHidden (const lang::EventObject& rEvent) in windowHidden() argument
112 PresenterPaneBase::windowHidden(rEvent); in windowHidden()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/inc/helper/
H A Dmischelper.hxx154 xOwner->elementInserted(rEvent); in elementInserted()
162 xOwner->elementRemoved(rEvent); in elementRemoved()
170 xOwner->elementReplaced(rEvent); in elementReplaced()
174 virtual void SAL_CALL disposing(const css::lang::EventObject& rEvent) override in disposing() argument
179 xOwner->disposing(rEvent); in disposing()
201 xOwner->changesOccurred(rEvent); in changesOccurred()
205 virtual void SAL_CALL disposing(const css::lang::EventObject& rEvent) override in disposing() argument
210 xOwner->disposing(rEvent); in disposing()
231 xOwner->documentEventOccured(rEvent); in documentEventOccured()
236 virtual void SAL_CALL disposing(const css::lang::EventObject& rEvent) override in disposing() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/inc/helper/
H A Dmischelper.hxx156 xOwner->elementInserted(rEvent); in elementInserted()
164 xOwner->elementRemoved(rEvent); in elementRemoved()
172 xOwner->elementReplaced(rEvent); in elementReplaced()
176 virtual void SAL_CALL disposing(const css::lang::EventObject& rEvent) override in disposing() argument
181 xOwner->disposing(rEvent); in disposing()
203 xOwner->changesOccurred(rEvent); in changesOccurred()
207 virtual void SAL_CALL disposing(const css::lang::EventObject& rEvent) override in disposing() argument
212 xOwner->disposing(rEvent); in disposing()
233 xOwner->documentEventOccured(rEvent); in documentEventOccured()
238 virtual void SAL_CALL disposing(const css::lang::EventObject& rEvent) override in disposing() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/tools/
H A DEventMultiplexer.cxx78 void CallListeners (EventMultiplexerEvent& rEvent);
444 const beans::PropertyChangeEvent& rEvent) in propertyChange() argument
460 rEvent.NewValue >>= bIsMasterPageMode; in propertyChange()
471 const frame::FrameActionEvent& rEvent) in frameAction() argument
474 if (rEvent.Frame != xFrame) in frameAction()
477 switch (rEvent.Action) in frameAction()
512 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
515 rEvent.UserData >>= nEventType; in notifyConfigurationChange()
523 if (rEvent.ResourceId->isBoundToURL( in notifyConfigurationChange()
548 if (rEvent.ResourceId->isBoundToURL( in notifyConfigurationChange()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/tools/
H A DEventMultiplexer.cxx78 void CallListeners (EventMultiplexerEvent& rEvent);
444 const beans::PropertyChangeEvent& rEvent) in propertyChange() argument
460 rEvent.NewValue >>= bIsMasterPageMode; in propertyChange()
471 const frame::FrameActionEvent& rEvent) in frameAction() argument
474 if (rEvent.Frame != xFrame) in frameAction()
477 switch (rEvent.Action) in frameAction()
512 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
515 rEvent.UserData >>= nEventType; in notifyConfigurationChange()
523 if (rEvent.ResourceId->isBoundToURL( in notifyConfigurationChange()
548 if (rEvent.ResourceId->isBoundToURL( in notifyConfigurationChange()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uielement/
H A Dresourcemenucontroller.cxx249 if ( rEvent.IsEnabled && ( rEvent.State >>= aVerbs ) ) in statusChanged()
296 if ( rEvent.ResourceURL == m_aMenuURL ) in elementInserted()
302 elementInserted( rEvent ); in elementRemoved()
307 elementInserted( rEvent ); in elementReplaced()
312 if ( rEvent.Source == m_xConfigManager ) in disposing()
314 else if ( rEvent.Source == m_xModuleConfigManager ) in disposing()
326 svt::PopupMenuControllerBase::disposing( rEvent ); in disposing()
422 void SAL_CALL itemSelected( const css::awt::MenuEvent& rEvent ) override;
436 ResourceMenuController::itemActivated( rEvent ); in itemActivated()
512 if ( rEvent.MenuId < START_ITEMID_WINDOWLIST || rEvent.MenuId > END_ITEMID_WINDOWLIST ) in itemSelected()
[all …]

12345678910>>...40