Home
last modified time | relevance | path

Searched refs:rEvent (Results 51 – 75 of 364) sorted by relevance

12345678910>>...15

/aoo42x/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx387 void LayoutMenu::MouseButtonDown (const MouseEvent& rEvent) in MouseButtonDown() argument
391 if (rEvent.IsRight()) in MouseButtonDown()
394 sal_uInt16 nIndex = GetItemId (rEvent.GetPosPixel()); in MouseButtonDown()
399 ValueSet::MouseButtonDown (rEvent); in MouseButtonDown()
708 void LayoutMenu::Command (const CommandEvent& rEvent) in Command() argument
710 switch (rEvent.GetCommand()) in Command()
717 if (rEvent.IsMouseEvent()) in Command()
721 aMenuPosition = rEvent.GetMousePosPixel(); in Command()
753 ValueSet::Command(rEvent); in Command()
906 void LayoutMenu::DataChanged (const DataChangedEvent& rEvent) in DataChanged() argument
[all …]
H A DMasterPagesSelector.cxx249 void MasterPagesSelector::Command (const CommandEvent& rEvent) in Command() argument
251 switch (rEvent.GetCommand()) in Command()
264 Point aPosition (rEvent.GetMousePosPixel()); in Command()
265 if ( ! rEvent.IsMouseEvent()) in Command()
498 void MasterPagesSelector::NotifyContainerChangeEvent (const MasterPageContainerChangeEvent& rEvent) in NotifyContainerChangeEvent() argument
502 switch (rEvent.meEventType) in NotifyContainerChangeEvent()
511 int nIndex (GetIndexForToken(rEvent.maChildToken)); in NotifyContainerChangeEvent()
516 mpContainer->GetPreviewForToken(rEvent.maChildToken)); in NotifyContainerChangeEvent()
524 InvalidateItem(rEvent.maChildToken); in NotifyContainerChangeEvent()
H A DLayoutMenu.hxx106 virtual void MouseButtonDown (const MouseEvent& rEvent);
118 virtual sal_Int8 AcceptDrop (const AcceptDropEvent& rEvent);
119 virtual sal_Int8 ExecuteDrop (const ExecuteDropEvent& rEvent);
123 virtual void Command (const CommandEvent& rEvent);
128 virtual void DataChanged (const DataChangedEvent& rEvent);
/aoo42x/main/sd/source/ui/framework/module/
H A DReadOnlyModeObserver.cxx166 void ReadOnlyModeObserver::statusChanged (const frame::FeatureStateEvent& rEvent) in statusChanged() argument
173 pIterator->notifyEach(&frame::XStatusListener::statusChanged, rEvent); in statusChanged()
183 const lang::EventObject& rEvent) in disposing() argument
186 if (rEvent.Source == mxConfigurationController) in disposing()
188 else if (rEvent.Source == mxDispatch) in disposing()
198 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
201 if (rEvent.Type.equals(FrameworkHelper::msConfigurationUpdateStartEvent)) in notifyConfigurationChange()
H A DToolPanelModule.cxx99 virtual void SAL_CALL disposing (const com::sun::star::lang::EventObject& rEvent) in disposing() argument
102 if (rEvent.Source == Reference<XInterface>(static_cast<XWeak*>(mpObserver.get()))) in disposing()
106 else if (rEvent.Source == Reference<XInterface>( in disposing()
114 virtual void SAL_CALL statusChanged (const com::sun::star::frame::FeatureStateEvent& rEvent) in statusChanged() argument
118 if (rEvent.IsEnabled) in statusChanged()
119 rEvent.State >>= bReadWrite; in statusChanged()
H A DToolBarModule.cxx117 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
123 rEvent.UserData >>= nEventType; in notifyConfigurationChange()
141 if (rEvent.ResourceId->getResourceURL().match( in notifyConfigurationChange()
143 && rEvent.ResourceId->isBoundToURL( in notifyConfigurationChange()
215 void SAL_CALL ToolBarModule::disposing (const lang::EventObject& rEvent) in disposing() argument
219 && rEvent.Source == mxConfigurationController) in disposing()
/aoo42x/main/padmin/source/
H A Dhelper.cxx160 long DelMultiListBox::Notify( NotifyEvent& rEvent ) in Notify() argument
164 if( rEvent.GetType() == EVENT_KEYINPUT && in Notify()
165 rEvent.GetKeyEvent()->GetKeyCode().GetCode() == KEY_DELETE ) in Notify()
171 nRet = MultiListBox::Notify( rEvent ); in Notify()
180 long DelListBox::Notify( NotifyEvent& rEvent ) in Notify() argument
184 if( rEvent.GetType() == EVENT_KEYINPUT && in Notify()
185 rEvent.GetKeyEvent()->GetKeyCode().GetCode() == KEY_DELETE ) in Notify()
191 nRet = ListBox::Notify( rEvent ); in Notify()
/aoo42x/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.hxx99 virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent)
102 virtual void SAL_CALL mouseReleased (const css::awt::MouseEvent& rEvent)
105 virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent)
108 virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent)
114 virtual void SAL_CALL mouseMoved (const css::awt::MouseEvent& rEvent)
117 virtual void SAL_CALL mouseDragged (const css::awt::MouseEvent& rEvent)
122 virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent)
H A DPresenterNotesView.hxx107 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
110 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
113 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
116 virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent)
122 virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent)
147 virtual void SAL_CALL keyPressed (const css::awt::KeyEvent& rEvent)
149 virtual void SAL_CALL keyReleased (const css::awt::KeyEvent& rEvent)
H A DPresenterAccessibility.cxx849 (void)rEvent; in focusGained()
865 (void)rEvent; in focusLost()
882 if (rEvent.Source == mxMainWindow) in disposing()
1322 const css::awt::WindowEvent& rEvent) in windowResized() argument
1325 (void)rEvent; in windowResized()
1334 const css::awt::WindowEvent& rEvent) in windowMoved() argument
1337 (void)rEvent; in windowMoved()
1346 const css::lang::EventObject& rEvent) in windowShown() argument
1349 (void)rEvent; in windowShown()
1357 const css::lang::EventObject& rEvent) in windowHidden() argument
[all …]
H A DPresenterSlidePreview.hxx90 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
93 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
96 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
99 virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent)
105 virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent)
110 virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent)
H A DPresenterHelpView.cxx250 void SAL_CALL PresenterHelpView::windowResized (const awt::WindowEvent& rEvent) in windowResized() argument
253 (void)rEvent; in windowResized()
261 void SAL_CALL PresenterHelpView::windowMoved (const awt::WindowEvent& rEvent) in windowMoved() argument
264 (void)rEvent; in windowMoved()
271 void SAL_CALL PresenterHelpView::windowShown (const lang::EventObject& rEvent) in windowShown() argument
274 (void)rEvent; in windowShown()
282 void SAL_CALL PresenterHelpView::windowHidden (const lang::EventObject& rEvent) in windowHidden() argument
285 (void)rEvent; in windowHidden()
294 void SAL_CALL PresenterHelpView::windowPaint (const css::awt::PaintEvent& rEvent) in windowPaint() argument
297 Paint(rEvent.UpdateRect); in windowPaint()
H A DPresenterPane.hxx78 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
81 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
84 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
87 virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent)
93 virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent)
H A DPresenterSpritePane.hxx90 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
93 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
96 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
99 virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent)
105 virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent)
H A DPresenterFrameworkObserver.cxx164 void SAL_CALL PresenterFrameworkObserver::disposing (const lang::EventObject& rEvent) in disposing() argument
167 if ( ! rEvent.Source.is()) in disposing()
170 if (rEvent.Source == mxConfigurationController) in disposing()
182 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
189 if (rEvent.Type.equals(A2S("ConfigurationUpdateEnd"))) in notifyConfigurationChange()
H A DPresenterHelpView.hxx76 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
79 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
82 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
85 virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent)
91 virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent)
/aoo42x/main/writerfilter/source/dmapper/
H A DModelEventListener.cxx49 void ModelEventListener::notifyEvent( const document::EventObject& rEvent ) throw (uno::RuntimeExce… in notifyEvent() argument
51 if( rEvent.EventName.equalsAscii("OnFocus")) in notifyEvent()
55 … uno::Reference< text::XDocumentIndexesSupplier> xIndexesSupplier( rEvent.Source, uno::UNO_QUERY ); in notifyEvent()
57 … uno::Reference<document::XEventBroadcaster>(rEvent.Source, uno::UNO_QUERY )->removeEventListener( in notifyEvent()
79 void ModelEventListener::disposing( const lang::EventObject& rEvent ) throw (uno::RuntimeException) in disposing() argument
83 … uno::Reference<document::XEventBroadcaster>(rEvent.Source, uno::UNO_QUERY )->removeEventListener( in disposing()
/aoo42x/main/sw/inc/
H A Dswevent.hxx108 int operator==( const SwCallMouseEvent& rEvent ) const in operator ==()
110 return eType == rEvent.eType && in operator ==()
111 PTR.pFmt == rEvent.PTR.pFmt && in operator ==()
112 PTR.IMAP.pIMapObj == rEvent.PTR.IMAP.pIMapObj; in operator ==()
114 int operator!=( const SwCallMouseEvent& rEvent ) const in operator !=()
115 { return !( *this == rEvent ); } in operator !=()
/aoo42x/main/basegfx/source/range/
H A Db2drangeclipper.cxx316 std::ptrdiff_t intersect( SweepLineEvent& rEvent, in intersect() argument
325 || (isFinishingEdge && &rEvent.getRect() == &rActiveEdge.getRect()), in intersect()
328 const B2DPoint aIntersectionPoint( rEvent.getPos(), in intersect()
336 rEvent.getEdgeType() == SweepLineEvent::STARTING_EDGE); in intersect()
349 else if( metOwnEdge(rEvent,rActiveEdge) ) in intersect()
351 handleInitialOwnEdge(rEvent, rActiveEdge); in intersect()
380 void handleInitialOwnEdge(SweepLineEvent& rEvent, in handleInitialOwnEdge() argument
386 rEvent.getEdgeType() == SweepLineEvent::STARTING_EDGE); in handleInitialOwnEdge()
509 bool metOwnEdge(const SweepLineEvent& rEvent, in metOwnEdge() argument
512 const bool bHitOwnEdge=&rEvent.getRect() == &rActiveEdge.getRect(); in metOwnEdge()
/aoo42x/main/sw/source/core/access/
H A Daccmap.cxx897 mpFrmMap->find( rEvent.mpParentFrm ); in FireEvent()
919 rEvent.IsInvalidateTextAttrs() ) in FireEvent()
924 switch( rEvent.GetType() ) in FireEvent()
934 rEvent.GetOldBox() ); in FireEvent()
950 if( rEvent.IsUpdateCursorPos() ) in FireEvent()
952 if( rEvent.IsInvalidateStates() ) in FireEvent()
954 if( rEvent.IsInvalidateRelation() ) in FireEvent()
996 FireEvent( rEvent ); in AppendEvent()
1009 switch( rEvent.GetType() ) in AppendEvent()
1017 aEvent.SetStates( rEvent.GetAllStates() ); in AppendEvent()
[all …]
/aoo42x/main/sd/source/ui/framework/configuration/
H A DConfigurationControllerBroadcaster.cxx100 const ConfigurationChangeEvent& rEvent) in NotifyListeners() argument
104 ConfigurationChangeEvent aEvent (rEvent); in NotifyListeners()
131 void ConfigurationControllerBroadcaster::NotifyListeners (const ConfigurationChangeEvent& rEvent) in NotifyListeners() argument
134 ListenerMap::const_iterator iMap (maListenerMap.find(rEvent.Type)); in NotifyListeners()
140 NotifyListeners(aList,rEvent); in NotifyListeners()
150 NotifyListeners(aList,rEvent); in NotifyListeners()
/aoo42x/main/framework/source/uielement/
H A Dpopuptoolbarcontroller.cxx134 const css::frame::FeatureStateEvent& rEvent ) in statusChanged() argument
139 svt::ToolboxController::statusChanged( rEvent ); in statusChanged()
140 enable( rEvent.IsEnabled ); in statusChanged()
285 const css::frame::FeatureStateEvent& rEvent ) in statusChanged() argument
288 if ( rEvent.IsEnabled ) in statusChanged()
291 rEvent.State >>= aState; in statusChanged()
297 enable( rEvent.IsEnabled ); in statusChanged()
/aoo42x/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx105 virtual void SAL_CALL disposing (const lang::EventObject& rEvent)
108 virtual void SAL_CALL notifyConfigurationChange (const ConfigurationChangeEvent& rEvent)
146 virtual void SAL_CALL disposing (const lang::EventObject& rEvent)
1172 void SAL_CALL CallbackCaller::disposing (const lang::EventObject& rEvent) in disposing() argument
1175 if (rEvent.Source == mxConfigurationController) in disposing()
1186 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
1189 if (rEvent.Type.equals(msEventType) && maFilter(rEvent)) in notifyConfigurationChange()
1252 void SAL_CALL LifetimeController::disposing (const lang::EventObject& rEvent) in disposing() argument
1255 (void)rEvent; in disposing()
/aoo42x/main/sd/source/ui/inc/framework/
H A DViewShellWrapper.hxx114 const ::com::sun::star::awt::WindowEvent& rEvent)
118 const ::com::sun::star::awt::WindowEvent& rEvent)
122 const ::com::sun::star::lang::EventObject& rEvent)
126 const ::com::sun::star::lang::EventObject& rEvent)
133 const com::sun::star::lang::EventObject& rEvent)
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsListener.cxx482 const PropertyChangeEvent& rEvent) in propertyChange() argument
492 if (rEvent.PropertyName.equals(sCurrentPagePropertyName)) in propertyChange()
494 Any aCurrentPage = rEvent.NewValue; in propertyChange()
517 else if (rEvent.PropertyName.equals (sEditModePropertyName)) in propertyChange()
520 rEvent.NewValue >>= bIsMasterPageMode; in propertyChange()
531 void SAL_CALL Listener::frameAction (const frame::FrameActionEvent& rEvent) in frameAction() argument
534 switch (rEvent.Action) in frameAction()

Completed in 725 milliseconds

12345678910>>...15