Home
last modified time | relevance | path

Searched refs:rEvent (Results 26 – 50 of 364) sorted by relevance

12345678910>>...15

/aoo42x/main/sdext/source/presenter/
H A DPresenterButton.hxx85 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
88 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
91 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
100 virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent)
106 virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent)
109 virtual void SAL_CALL mouseReleased (const css::awt::MouseEvent& rEvent)
112 virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent)
115 virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent)
121 virtual void SAL_CALL mouseMoved (const css::awt::MouseEvent& rEvent)
124 virtual void SAL_CALL mouseDragged (const css::awt::MouseEvent& rEvent)
[all …]
H A DPresenterSlideSorter.hxx95 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
98 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
101 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
110 virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent)
116 virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent)
119 virtual void SAL_CALL mouseReleased (const css::awt::MouseEvent& rEvent)
122 virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent)
125 virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent)
131 virtual void SAL_CALL mouseMoved (const css::awt::MouseEvent& rEvent)
134 virtual void SAL_CALL mouseDragged (const css::awt::MouseEvent& rEvent)
[all …]
H A DPresenterSlideShowView.hxx148 virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent)
153 virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent)
158 virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent)
161 virtual void SAL_CALL mouseReleased (const css::awt::MouseEvent& rEvent)
164 virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent)
167 virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent)
173 virtual void SAL_CALL mouseDragged (const css::awt::MouseEvent& rEvent)
176 virtual void SAL_CALL mouseMoved (const css::awt::MouseEvent& rEvent)
185 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
188 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
[all …]
H A DPresenterToolBar.hxx128 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
131 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
140 virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent)
146 virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent)
149 virtual void SAL_CALL mouseReleased (const css::awt::MouseEvent& rEvent)
152 virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent)
155 virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent)
161 virtual void SAL_CALL mouseMoved (const css::awt::MouseEvent& rEvent)
164 virtual void SAL_CALL mouseDragged (const css::awt::MouseEvent& rEvent)
223 const css::awt::MouseEvent& rEvent,
[all …]
H A DPresenterNotesView.cxx329 (void)rEvent; in windowResized()
339 (void)rEvent; in windowMoved()
348 (void)rEvent; in windowShown()
357 (void)rEvent; in windowHidden()
374 Paint(rEvent.UpdateRect); in windowPaint()
434 void SAL_CALL PresenterNotesView::keyPressed (const awt::KeyEvent& rEvent) in keyPressed() argument
437 switch (rEvent.KeyCode) in keyPressed()
460 (rEvent.Modifiers == awt::KeyModifier::SHIFT) in keyPressed()
469 (rEvent.Modifiers == awt::KeyModifier::SHIFT) in keyPressed()
479 void SAL_CALL PresenterNotesView::keyReleased (const awt::KeyEvent& rEvent) in keyReleased() argument
[all …]
H A DPresenterScrollBar.hxx123 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
126 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
129 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
138 virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent)
144 virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent)
147 virtual void SAL_CALL mouseReleased (const css::awt::MouseEvent& rEvent)
150 virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent)
153 virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent)
159 virtual void SAL_CALL mouseMoved (const css::awt::MouseEvent& rEvent)
162 virtual void SAL_CALL mouseDragged (const css::awt::MouseEvent& rEvent)
[all …]
H A DPresenterClock.cxx413 (void)rEvent; in windowPaint()
416 Paint(rEvent.UpdateRect); in windowPaint()
427 (void)rEvent; in windowResized()
437 (void)rEvent; in windowMoved()
447 (void)rEvent; in windowShown()
457 (void)rEvent; in windowHidden()
468 (void)rEvent; in mousePressed()
469 if (rEvent.Buttons == awt::MouseButton::LEFT) in mousePressed()
481 (void)rEvent; in mouseReleased()
490 (void)rEvent; in mouseEntered()
[all …]
H A DPresenterClock.hxx98 virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent)
104 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
107 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
110 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
113 virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent)
119 virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent)
122 virtual void SAL_CALL mouseReleased (const css::awt::MouseEvent& rEvent)
125 virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent)
128 virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent)
H A DPresenterSlideSorter.cxx526 (void)rEvent; in windowResized()
538 (void)rEvent; in windowMoved()
548 (void)rEvent; in windowShown()
560 (void)rEvent; in windowHidden()
572 (void)rEvent; in windowPaint()
593 const geometry::RealPoint2D aPosition (rEvent.X, rEvent.Y); in mousePressed()
603 const geometry::RealPoint2D aPosition (rEvent.X, rEvent.Y); in mouseReleased()
631 (void)rEvent; in mouseEntered()
640 (void)rEvent; in mouseExited()
681 (void)rEvent; in mouseDragged()
[all …]
H A DPresenterPaneBase.cxx332 void SAL_CALL PresenterPaneBase::windowResized (const awt::WindowEvent& rEvent) in windowResized() argument
335 (void)rEvent; in windowResized()
343 void SAL_CALL PresenterPaneBase::windowMoved (const awt::WindowEvent& rEvent) in windowMoved() argument
346 (void)rEvent; in windowMoved()
353 void SAL_CALL PresenterPaneBase::windowShown (const lang::EventObject& rEvent) in windowShown() argument
356 (void)rEvent; in windowShown()
363 void SAL_CALL PresenterPaneBase::windowHidden (const lang::EventObject& rEvent) in windowHidden() argument
366 (void)rEvent; in windowHidden()
375 void SAL_CALL PresenterPaneBase::disposing (const lang::EventObject& rEvent) in disposing() argument
378 if (rEvent.Source == mxBorderWindow) in disposing()
/aoo42x/main/sd/source/ui/framework/factories/
H A DViewShellWrapper.cxx211 void SAL_CALL ViewShellWrapper::windowResized (const awt::WindowEvent& rEvent) in windowResized() argument
214 (void)rEvent; in windowResized()
223 void SAL_CALL ViewShellWrapper::windowMoved (const awt::WindowEvent& rEvent) in windowMoved() argument
226 (void)rEvent; in windowMoved()
232 void SAL_CALL ViewShellWrapper::windowShown (const lang::EventObject& rEvent) in windowShown() argument
235 (void)rEvent; in windowShown()
244 void SAL_CALL ViewShellWrapper::windowHidden (const lang::EventObject& rEvent) in windowHidden() argument
247 (void)rEvent; in windowHidden()
255 void SAL_CALL ViewShellWrapper::disposing (const lang::EventObject& rEvent) in disposing() argument
258 if (rEvent.Source == mxWindow) in disposing()
/aoo42x/main/sfx2/source/statbar/
H A Dstbitem.cxx252 const SfxSlot* pSlot = rPool.GetUnoSlot( rEvent.FeatureURL.Path ); in statusChanged()
258 if ( rEvent.Requery ) in statusChanged()
259 svt::StatusbarController::statusChanged( rEvent ); in statusChanged()
264 if ( rEvent.IsEnabled ) in statusChanged()
267 uno::Type pType = rEvent.State.getValueType(); in statusChanged()
277 rEvent.State >>= bTemp ; in statusChanged()
283 rEvent.State >>= nTemp ; in statusChanged()
289 rEvent.State >>= nTemp ; in statusChanged()
295 rEvent.State >>= sTemp ; in statusChanged()
301 rEvent.State >>= aItemStatus; in statusChanged()
[all …]
/aoo42x/main/sfx2/source/control/
H A Dsfxstatuslistener.cxx197 void SAL_CALL SfxStatusListener::statusChanged( const FeatureStateEvent& rEvent) in statusChanged() argument
222 if ( rEvent.IsEnabled ) in statusChanged()
225 ::com::sun::star::uno::Type pType = rEvent.State.getValueType(); in statusChanged()
235 rEvent.State >>= bTemp ; in statusChanged()
241 rEvent.State >>= nTemp ; in statusChanged()
247 rEvent.State >>= nTemp ; in statusChanged()
253 rEvent.State >>= sTemp ; in statusChanged()
259 rEvent.State >>= aItemStatus; in statusChanged()
266 rEvent.State >>= aVisibilityStatus; in statusChanged()
276 pItem->PutValue( rEvent.State ); in statusChanged()
H A Dquerystatus.cxx114 void SAL_CALL SfxQueryStatus_Impl::statusChanged( const FeatureStateEvent& rEvent) in statusChanged() argument
122 if ( rEvent.IsEnabled ) in statusChanged()
125 ::com::sun::star::uno::Type pType = rEvent.State.getValueType(); in statusChanged()
130 rEvent.State >>= bTemp ; in statusChanged()
136 rEvent.State >>= nTemp ; in statusChanged()
142 rEvent.State >>= nTemp ; in statusChanged()
148 rEvent.State >>= sTemp ; in statusChanged()
154 rEvent.State >>= aItemStatus; in statusChanged()
161 rEvent.State >>= aVisibilityStatus; in statusChanged()
/aoo42x/main/toolkit/inc/toolkit/helper/
H A Dlistenermultiplexer.hxx165 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
172 …void SAL_CALL actionPerformed( const ::com::sun::star::awt::ActionEvent& rEvent ) throw(::com::sun…
179 …void SAL_CALL itemStateChanged( const ::com::sun::star::awt::ItemEvent& rEvent ) throw(::com::sun:…
195 …void SAL_CALL up( const ::com::sun::star::awt::SpinEvent& rEvent ) throw(::com::sun::star::uno::Ru…
196 …void SAL_CALL down( const ::com::sun::star::awt::SpinEvent& rEvent ) throw(::com::sun::star::uno::…
197 …void SAL_CALL first( const ::com::sun::star::awt::SpinEvent& rEvent ) throw(::com::sun::star::uno:…
198 …void SAL_CALL last( const ::com::sun::star::awt::SpinEvent& rEvent ) throw(::com::sun::star::uno::…
212 …void SAL_CALL itemHighlighted( const ::com::sun::star::awt::MenuEvent& rEvent ) throw(::com::sun::…
213 …void SAL_CALL itemSelected( const ::com::sun::star::awt::MenuEvent& rEvent ) throw(::com::sun::sta…
214 …void SAL_CALL itemActivated( const ::com::sun::star::awt::MenuEvent& rEvent ) throw(::com::sun::st…
[all …]
/aoo42x/main/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx300 void AccessibleDialogControlShape::propertyChange( const beans::PropertyChangeEvent& rEvent ) throw… in propertyChange() argument
302 if ( rEvent.PropertyName == DLGED_PROP_NAME ) in propertyChange()
304 NotifyAccessibleEvent( AccessibleEventId::NAME_CHANGED, rEvent.OldValue, rEvent.NewValue ); in propertyChange()
306 else if ( rEvent.PropertyName == DLGED_PROP_POSITIONX || in propertyChange()
307 rEvent.PropertyName == DLGED_PROP_POSITIONY || in propertyChange()
308 rEvent.PropertyName == DLGED_PROP_WIDTH || in propertyChange()
309 rEvent.PropertyName == DLGED_PROP_HEIGHT ) in propertyChange()
313 else if ( rEvent.PropertyName == DLGED_PROP_BACKGROUNDCOLOR || in propertyChange()
314 rEvent.PropertyName == DLGED_PROP_TEXTCOLOR || in propertyChange()
315 rEvent.PropertyName == DLGED_PROP_TEXTLINECOLOR ) in propertyChange()
/aoo42x/main/sd/source/ui/framework/module/
H A DViewTabBarModule.cxx110 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
116 rEvent.UserData >>= nEventType; in notifyConfigurationChange()
120 if (mxViewTabBarId->isBoundTo(rEvent.ResourceId, AnchorBindingMode_DIRECT)) in notifyConfigurationChange()
129 if (mxViewTabBarId->isBoundTo(rEvent.ResourceId, AnchorBindingMode_DIRECT)) in notifyConfigurationChange()
136 if (rEvent.ResourceId->compareTo(mxViewTabBarId) == 0) in notifyConfigurationChange()
138 UpdateViewTabBar(Reference<XTabBar>(rEvent.ResourceObject,UNO_QUERY)); in notifyConfigurationChange()
148 const lang::EventObject& rEvent) in disposing() argument
152 && rEvent.Source == mxConfigurationController) in disposing()
H A DSlideSorterModule.cxx86 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
89 if (rEvent.Type.equals(FrameworkHelper::msResourceActivationEvent)) in notifyConfigurationChange()
91 if (rEvent.ResourceId->compareTo(mxViewTabBarId) == 0) in notifyConfigurationChange()
95 UpdateViewTabBar(Reference<XTabBar>(rEvent.ResourceObject,UNO_QUERY)); in notifyConfigurationChange()
97 else if (rEvent.ResourceId->getResourceTypePrefix().equals( in notifyConfigurationChange()
99 && rEvent.ResourceId->isBoundTo( in notifyConfigurationChange()
110 ResourceManager::notifyConfigurationChange(rEvent); in notifyConfigurationChange()
H A DCenterViewFocusModule.cxx121 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
126 if (rEvent.Type.equals(FrameworkHelper::msConfigurationUpdateEndEvent)) in notifyConfigurationChange()
128 HandleNewView(rEvent.Configuration); in notifyConfigurationChange()
130 else if (rEvent.Type.equals(FrameworkHelper::msResourceActivationEvent)) in notifyConfigurationChange()
132 if (rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix)) in notifyConfigurationChange()
177 const lang::EventObject& rEvent) in disposing() argument
181 if (rEvent.Source == mxConfigurationController) in disposing()
/aoo42x/main/toolkit/source/controls/
H A Droadmapcontrol.cxx415 void UnoRoadmapControl::elementInserted( const ContainerEvent& rEvent )throw(RuntimeException) in elementInserted() argument
418 rEvent.Element >>= xRoadmapItem; in elementInserted()
426 xPeer->elementInserted( rEvent ); in elementInserted()
434 void UnoRoadmapControl::elementRemoved( const ContainerEvent& rEvent )throw(RuntimeException) in elementRemoved() argument
438 xPeer->elementRemoved( rEvent ); in elementRemoved()
440 rEvent.Element >>= xRoadmapItem; in elementRemoved()
447 void UnoRoadmapControl::elementReplaced( const ContainerEvent& rEvent )throw(RuntimeException) in elementReplaced() argument
451 xPeer->elementReplaced( rEvent ); in elementReplaced()
455 void SAL_CALL UnoRoadmapControl::itemStateChanged( const ItemEvent& rEvent ) throw (RuntimeExceptio… in itemStateChanged() argument
457 sal_Int16 CurItemIndex = sal::static_int_cast< sal_Int16 >(rEvent.ItemId); in itemStateChanged()
[all …]
/aoo42x/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx134 … const awt::PaintEvent& rEvent ) throw( uno::Exception ) in implTypedNotify() argument
136 rListener->windowPaint( rEvent ); in implTypedNotify()
150 … const WrappedMouseEvent& rEvent ) throw( uno::Exception ) in implTypedNotify() argument
152 switch( rEvent.meType ) in implTypedNotify()
155 rListener->mousePressed( rEvent.maEvent ); in implTypedNotify()
159 rListener->mouseReleased( rEvent.maEvent ); in implTypedNotify()
163 rListener->mouseEntered( rEvent.maEvent ); in implTypedNotify()
167 rListener->mouseExited( rEvent.maEvent ); in implTypedNotify()
186 switch( rEvent.meType ) in implTypedNotify()
189 rListener->mouseDragged( rEvent.maEvent ); in implTypedNotify()
[all …]
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbaeventshelperbase.cxx148 void SAL_CALL VbaEventsHelperBase::notifyEvent( const document::EventObject& rEvent ) throw (uno::R… in notifyEvent() argument
150 …OSL_TRACE( "VbaEventsHelperBase::notifyEvent( \"%s\" )", ::rtl::OUStringToOString( rEvent.EventNam… in notifyEvent()
151 if( rEvent.EventName == GlobalEventConfig::GetEventName( STR_EVENT_CLOSEDOC ) ) in notifyEvent()
155 void SAL_CALL VbaEventsHelperBase::changesOccurred( const util::ChangesEvent& rEvent ) throw (uno::… in changesOccurred() argument
168 uno::Reference< script::vba::XVBAModuleInfo > xSender( rEvent.Base, uno::UNO_QUERY ); in changesOccurred()
173 for( sal_Int32 nIndex = 0, nLength = rEvent.Changes.getLength(); nIndex < nLength; ++nIndex ) in changesOccurred()
175 const util::ElementChange& rChange = rEvent.Changes[ nIndex ]; in changesOccurred()
193 void SAL_CALL VbaEventsHelperBase::disposing( const lang::EventObject& rEvent ) throw (uno::Runtime… in disposing() argument
195 uno::Reference< frame::XModel > xSender( rEvent.Source, uno::UNO_QUERY ); in disposing()
/aoo42x/main/sfx2/source/sidebar/
H A DDeck.cxx215 void Deck::DataChanged (const DataChangedEvent& rEvent) in DataChanged() argument
217 (void)rEvent; in DataChanged()
224 long Deck::Notify (NotifyEvent& rEvent) in Notify() argument
226 if (rEvent.GetType() == EVENT_COMMAND) in Notify()
228 CommandEvent* pCommandEvent = reinterpret_cast<CommandEvent*>(rEvent.GetData()); in Notify()
233 return ProcessWheelEvent(pCommandEvent, rEvent) in Notify()
242 return Window::Notify(rEvent); in Notify()
250 NotifyEvent& rEvent) in ProcessWheelEvent() argument
260 if (rEvent.GetWindow() != mpVerticalScrollBar.get()) in ProcessWheelEvent()
/aoo42x/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterService.cxx204 void SAL_CALL SlideSorterService::windowResized (const awt::WindowEvent& rEvent) in windowResized() argument
207 (void)rEvent; in windowResized()
217 void SAL_CALL SlideSorterService::windowMoved (const awt::WindowEvent& rEvent) in windowMoved() argument
220 (void)rEvent; in windowMoved()
226 void SAL_CALL SlideSorterService::windowShown (const lang::EventObject& rEvent) in windowShown() argument
229 (void)rEvent; in windowShown()
237 void SAL_CALL SlideSorterService::windowHidden (const lang::EventObject& rEvent) in windowHidden() argument
240 (void)rEvent; in windowHidden()
249 void SAL_CALL SlideSorterService::disposing (const lang::EventObject& rEvent) in disposing() argument
252 if (rEvent.Source == mxParentWindow) in disposing()
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx709 const AcceptDropEvent& rEvent, in AcceptDrop() argument
725 nAction = rEvent.mnAction; in AcceptDrop()
733 && ((rEvent.maDragEvent.DropAction in AcceptDrop()
749 pSelectionFunction->MouseDragged(rEvent, nAction); in AcceptDrop()
759 rEvent.maPosPixel, in AcceptDrop()
760 &rEvent, in AcceptDrop()
780 const ExecuteDropEvent& rEvent, in ExecuteDrop() argument
797 pTargetWindow->PixelToLogic (rEvent.maPosPixel)); in ExecuteDrop()
835 nResult = rEvent.mnAction; in ExecuteDrop()
868 rEvent.maPosPixel, in ExecuteDrop()
[all …]

Completed in 280 milliseconds

12345678910>>...15