Home
last modified time | relevance | path

Searched refs:aEvent (Results 151 – 175 of 675) sorted by relevance

12345678910>>...27

/aoo42x/main/dbaccess/source/core/dataaccess/
H A Dbookmarkcontainer.cxx167 ContainerEvent aEvent(*this, makeAny(_rName), makeAny(sNewLink), Any()); in insertByName() local
170 static_cast< XContainerListener* >(aListenerIterator.next())->elementInserted(aEvent); in insertByName()
199 ContainerEvent aEvent(*this, makeAny(_rName), makeAny(sOldBookmark), Any()); in removeByName() local
202 static_cast< XContainerListener* >(aListenerIterator.next())->elementRemoved(aEvent); in removeByName()
236 ContainerEvent aEvent(*this, makeAny(_rName), makeAny(sNewLink), makeAny(sOldLink)); in replaceByName() local
239 static_cast< XContainerListener* >(aListenerIterator.next())->elementReplaced(aEvent); in replaceByName()
H A Ddatabaseregistrations.cxx307 DatabaseRegistrationEvent aEvent( *this, _Name, ::rtl::OUString(), _Location ); in registerDatabaseLocation() local
309 …trationListeners.notifyEach( &XDatabaseRegistrationsListener::registeredDatabaseLocation, aEvent ); in registerDatabaseLocation()
333 DatabaseRegistrationEvent aEvent( *this, _Name, sLocation, ::rtl::OUString() ); in revokeDatabaseLocation() local
335 …gistrationListeners.notifyEach( &XDatabaseRegistrationsListener::revokedDatabaseLocation, aEvent ); in revokeDatabaseLocation()
359 DatabaseRegistrationEvent aEvent( *this, _Name, sOldLocation, _NewLocation ); in changeDatabaseLocation() local
361 …gistrationListeners.notifyEach( &XDatabaseRegistrationsListener::changedDatabaseLocation, aEvent ); in changeDatabaseLocation()
/aoo42x/main/filter/source/config/cache/
H A Dcacheupdatelistener.cxx127 void SAL_CALL CacheUpdateListener::changesOccurred(const css::util::ChangesEvent& aEvent) in changesOccurred() argument
144 sal_Int32 c = aEvent.Changes.getLength(); in changesOccurred()
149 const css::util::ElementChange& aChange = aEvent.Changes[i]; in changesOccurred()
230 void SAL_CALL CacheUpdateListener::disposing(const css::lang::EventObject& aEvent) in disposing() argument
235 if (aEvent.Source == m_xConfig) in disposing()
/aoo42x/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerEventHandler.cxx395 css::ui::dialogs::FilePickerEvent aEvent; in doRequest() local
396 aEvent.ElementId = nControlID; in doRequest()
401 xListener->fileSelectionChanged(aEvent); in doRequest()
405 xListener->directoryChanged(aEvent); in doRequest()
409 xListener->helpRequested(aEvent); in doRequest()
413 xListener->controlStateChanged(aEvent); in doRequest()
/aoo42x/main/svtools/source/uno/
H A Dpopupmenucontrollerbase.cxx307 FeatureStateEvent aEvent; in addStatusListener() local
308 aEvent.FeatureURL = aURL; in addStatusListener()
309 aEvent.IsEnabled = sal_True; in addStatusListener()
310 aEvent.Requery = sal_False; in addStatusListener()
311 aEvent.State = Any(); in addStatusListener()
312 xControl->statusChanged( aEvent ); in addStatusListener()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx454 Reference<XModifiable> xModi(aEvent.Source,UNO_QUERY); in modified()
580 FeatureStateEvent aEvent; in ImplBroadcastFeatureState() local
581 aEvent.FeatureURL.Complete = _rFeature; in ImplBroadcastFeatureState()
583 m_xUrlTransformer->parseStrict(aEvent.FeatureURL); in ImplBroadcastFeatureState()
584 aEvent.Source = (XDispatch*)this; in ImplBroadcastFeatureState()
585 aEvent.IsEnabled = aFeatState.bEnabled; in ImplBroadcastFeatureState()
593 lcl_notifyMultipleStates( *xListener.get(), aEvent, aStates ); in ImplBroadcastFeatureState()
616 aEvent.FeatureURL = rCurrent.aURL; in ImplBroadcastFeatureState()
617 lcl_notifyMultipleStates( *rCurrent.xListener.get(), aEvent, aStates ); in ImplBroadcastFeatureState()
987 if ( aEvent.Frame == m_aCurrentFrame.getFrame() ) in frameAction()
[all …]
/aoo42x/main/svx/source/unodraw/
H A Dunomod.cxx133 …t( const SdrModel* pDoc, const SdrHint* pSdrHint, ::com::sun::star::document::EventObject& aEvent ) in createEvent() argument
151 aEvent.EventName = OUString( RTL_CONSTASCII_USTRINGPARAM( "PageOrderModified" ) ); in createEvent()
155 aEvent.EventName = OUString( RTL_CONSTASCII_USTRINGPARAM( "ShapeModified" ) ); in createEvent()
159 aEvent.EventName = OUString( RTL_CONSTASCII_USTRINGPARAM( "ShapeInserted" ) ); in createEvent()
163 aEvent.EventName = OUString( RTL_CONSTASCII_USTRINGPARAM( "ShapeRemoved" ) ); in createEvent()
175 aEvent.Source = const_cast<SdrObject*>(pObj)->getUnoShape(); in createEvent()
177 aEvent.Source = const_cast<SdrPage*>(pPage)->getUnoPage(); in createEvent()
179 aEvent.Source = (const_cast<SdrModel*>(pDoc))->getUnoModel(); in createEvent()
/aoo42x/main/fpicker/source/aqua/
H A DSalAquaFilePicker.cxx603 void SAL_CALL SalAquaFilePicker::disposing( const lang::EventObject& aEvent ) throw( uno::RuntimeEx… in disposing() argument
609 …uno::Reference<XFilePickerListener> xFilePickerListener( aEvent.Source, ::com::sun::star::uno::UNO… in disposing()
669 void SAL_CALL SalAquaFilePicker::fileSelectionChanged( FilePickerEvent aEvent ) in fileSelectionChanged() argument
673 m_xListener->fileSelectionChanged( aEvent ); in fileSelectionChanged()
676 void SAL_CALL SalAquaFilePicker::directoryChanged( FilePickerEvent aEvent ) in directoryChanged() argument
680 m_xListener->directoryChanged( aEvent ); in directoryChanged()
683 void SAL_CALL SalAquaFilePicker::controlStateChanged( FilePickerEvent aEvent ) in controlStateChanged() argument
687 m_xListener->controlStateChanged( aEvent ); in controlStateChanged()
/aoo42x/main/toolkit/test/accessibility/ov/
H A DSelectionView.java214 public void actionPerformed (ActionEvent aEvent) in actionPerformed() argument
216 String sCommand = aEvent.getActionCommand(); in actionPerformed()
229 if (((JToggleButton)aEvent.getSource()).isSelected()) in actionPerformed()
242 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
244 if (aEvent.EventId == AccessibleEventId.SELECTION_CHANGED) in notifyEvent()
/aoo42x/main/framework/source/dispatch/
H A Dmailtodispatcher.cxx233 css::frame::DispatchResultEvent aEvent; in dispatchWithNotification() local
235 aEvent.State = css::frame::DispatchResultState::SUCCESS; in dispatchWithNotification()
237 aEvent.State = css::frame::DispatchResultState::FAILURE; in dispatchWithNotification()
238 aEvent.Source = xThis; in dispatchWithNotification()
240 xListener->dispatchFinished( aEvent ); in dispatchWithNotification()
/aoo42x/main/extensions/source/propctrlr/
H A Deventhandler.cxx650 PropertyChangeEvent aEvent; in setPropertyValue() local
651 aEvent.Source = m_xComponent; in setPropertyValue()
652 aEvent.PropertyHandle = rEvent.nId; in setPropertyValue()
653 aEvent.PropertyName = _rPropertyName; in setPropertyValue()
654 aEvent.OldValue <<= aOldScriptEvent; in setPropertyValue()
655 aEvent.NewValue <<= aNewScriptEvent; in setPropertyValue()
656 m_aPropertyListeners.notify( aEvent, &XPropertyChangeListener::propertyChange ); in setPropertyValue()
810 EventDescription aEvent; in getSupportedProperties() local
811 if ( !lcl_getEventDescriptionForMethod( *pMethods, aEvent ) ) in getSupportedProperties()
814 if ( !impl_filterMethod_nothrow( aEvent ) ) in getSupportedProperties()
[all …]
/aoo42x/main/toolkit/test/accessibility/
H A DChildEventHandler.java31 public ChildEventHandler (AccessibleEventObject aEvent, AccessibilityTreeModel aTreeModel) in ChildEventHandler() argument
33 super (aEvent, aTreeModel); in ChildEventHandler()
35 XAccessible.class, aEvent.OldValue); in ChildEventHandler()
37 XAccessible.class, aEvent.NewValue); in ChildEventHandler()
/aoo42x/main/sfx2/source/inc/
H A Deventsupplier.hxx122 virtual void SAL_CALL notifyEvent( const DOCEVENTOBJECT& aEvent )
223 virtual void SAL_CALL notifyEvent(const ::com::sun::star::document::EventObject& aEvent)
255 virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& aEvent)
261 void implts_notifyJobExecution(const ::com::sun::star::document::EventObject& aEvent);
262 … void implts_checkAndExecuteEventBindings(const ::com::sun::star::document::DocumentEvent& aEvent);
263 void implts_notifyListener(const ::com::sun::star::document::DocumentEvent& aEvent);
/aoo42x/main/vcl/inc/vcl/
H A Dsvapp.hxx169 ByteString aEvent; // Event member in ApplicationEvent
181 const ByteString& GetEvent() const { return aEvent; } in GetEvent()
198 aEvent( rEvent ), in ApplicationEvent()
206 if ( aEvent.Equals( APPEVENT_OPEN_STRING )) in IsOpenEvent()
214 if ( aEvent.Equals( APPEVENT_PRINT_STRING )) in IsPrintEvent()
222 if ( aEvent.Equals( APPEVENT_DISKINSERT_STRING )) in IsDiskInsertEvent()
/aoo42x/main/framework/source/uiconfiguration/
H A Duicategorydescription.cxx123 … virtual void SAL_CALL elementInserted( const ContainerEvent& aEvent ) throw(RuntimeException);
124 … virtual void SAL_CALL elementRemoved ( const ContainerEvent& aEvent ) throw(RuntimeException);
125 … virtual void SAL_CALL elementReplaced( const ContainerEvent& aEvent ) throw(RuntimeException);
128 virtual void SAL_CALL disposing( const EventObject& aEvent ) throw(RuntimeException);
421 void SAL_CALL ConfigurationAccess_UICategory::disposing( const EventObject& aEvent ) throw(RuntimeE… in disposing() argument
428 Reference< XInterface > xIfac1( aEvent.Source, UNO_QUERY ); in disposing()
/aoo42x/main/chart2/source/tools/
H A DWeakListenerAdapter.cxx46 void SAL_CALL WeakModifyListenerAdapter::modified( const lang::EventObject& aEvent ) in modified() argument
51 xModListener->modified( aEvent ); in modified()
64 void SAL_CALL WeakSelectionChangeListenerAdapter::selectionChanged( const lang::EventObject& aEvent in selectionChanged() argument
69 xSelChgListener->selectionChanged( aEvent ); in selectionChanged()
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DObjectViewContainer.java247 public void notifyEvent (final AccessibleEventObject aEvent) in notifyEvent() argument
254 DispatchEvent (aEvent); in notifyEvent()
266 private void DispatchEvent (AccessibleEventObject aEvent) in DispatchEvent() argument
270 ((ObjectView)getComponent(i)).notifyEvent (aEvent); in DispatchEvent()
278 public void disposing (EventObject aEvent) in disposing() argument
H A DSelectionView.java220 public void actionPerformed (ActionEvent aEvent) in actionPerformed() argument
222 String sCommand = aEvent.getActionCommand(); in actionPerformed()
235 if (((JToggleButton)aEvent.getSource()).isSelected()) in actionPerformed()
249 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
251 switch (aEvent.EventId) in notifyEvent()
H A DTextView.java217 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
219 System.out.println (aEvent); in notifyEvent()
220 switch (aEvent.EventId) in notifyEvent()
234 public void actionPerformed (ActionEvent aEvent) in actionPerformed() argument
236 String sCommand = aEvent.getActionCommand(); in actionPerformed()
308 catch (IndexOutOfBoundsException aEvent) in GetTextBoundsString()
/aoo42x/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx176 TreeDataModelEvent aEvent( xSource, aNodes, xParentNode ); in broadcast() local
184 case nodes_changed: pListener->treeNodesChanged(aEvent); break; in broadcast()
185 case nodes_inserted: pListener->treeNodesInserted(aEvent); break; in broadcast()
186 case nodes_removed: pListener->treeNodesRemoved(aEvent); break; in broadcast()
187 case structure_changed: pListener->treeStructureChanged(aEvent); break; in broadcast()
266 ::com::sun::star::lang::EventObject aEvent; in dispose()
267 aEvent.Source.set( static_cast< ::cppu::OWeakObject* >( this ) ); in dispose()
268 BrdcstHelper.aLC.disposeAndClear( aEvent ); in dispose()
/aoo42x/main/accessibility/source/extended/
H A DAccessibleGridControlBase.cxx406 AccessibleEventObject aEvent; in commitEvent() local
407 aEvent.Source = *this; in commitEvent()
408 aEvent.EventId = _nEventId; in commitEvent()
409 aEvent.OldValue = _rOldValue; in commitEvent()
410 aEvent.NewValue = _rNewValue; in commitEvent()
414 AccessibleEventNotifier::addEvent( getClientId( ), aEvent ); in commitEvent()
/aoo42x/main/scripting/source/vbaevents/
H A Deventhelper.cxx826 lang::EventObject aEvent; in FindControl() local
827 evt.Arguments[ 0 ] >>= aEvent; in FindControl()
828 uno::Reference< uno::XInterface > xInterface( aEvent.Source, uno::UNO_QUERY ); in FindControl()
863 awt::MouseEvent aEvent; in DenyMouseDrag() local
864 evt.Arguments[ 0 ] >>= aEvent; in DenyMouseDrag()
865 if (aEvent.Buttons == 0 ) in DenyMouseDrag()
890 lang::EventObject aEvent; in firing_Impl() local
891 evt.Arguments[ 0 ] >>= aEvent; in firing_Impl()
894 uno::Reference< awt::XControl > xControl( aEvent.Source, uno::UNO_QUERY_THROW ); in firing_Impl()
901 uno::Reference< awt::XDialog > xDlg( aEvent.Source, uno::UNO_QUERY ); in firing_Impl()
/aoo42x/main/sc/source/ui/unoobj/
H A Dfielduno.cxx261 lang::EventObject aEvent; in ~ScCellFieldsObj() local
262 aEvent.Source.set(static_cast<cppu::OWeakObject*>(this)); in ~ScCellFieldsObj()
265 mpRefreshListeners->disposeAndClear(aEvent); in ~ScCellFieldsObj()
377 lang::EventObject aEvent; in refresh() local
378aEvent.Source.set(uno::Reference< util::XRefreshable >(const_cast<ScCellFieldsObj*>(this))); in refresh()
386 static_cast< util::XRefreshListener* >(pInterfaces->get())->refreshed(aEvent); in refresh()
898 lang::EventObject aEvent; in ~ScHeaderFieldsObj() local
899 aEvent.Source = static_cast<cppu::OWeakObject*>(this); in ~ScHeaderFieldsObj()
902 mpRefreshListeners->disposeAndClear(aEvent); in ~ScHeaderFieldsObj()
1034 lang::EventObject aEvent; in refresh() local
[all …]
/aoo42x/main/sot/source/sdstor/
H A Dunostorageholder.hxx54 virtual void SAL_CALL preCommit( const ::com::sun::star::lang::EventObject& aEvent )
58 virtual void SAL_CALL commited( const ::com::sun::star::lang::EventObject& aEvent )
61 virtual void SAL_CALL preRevert( const ::com::sun::star::lang::EventObject& aEvent )
65 virtual void SAL_CALL reverted( const ::com::sun::star::lang::EventObject& aEvent )
/aoo42x/main/forms/source/inc/
H A Dlistenercontainers.hxx72 ::com::sun::star::lang::EventObject aEvent( m_rInstigator ); in notify()
73 return EventListeners_Base::notify( aEvent ); in notify()
78 ::com::sun::star::lang::EventObject aEvent( m_rInstigator ); in disposing()
79 EventListeners_Base::disposing( aEvent ); in disposing()

Completed in 125 milliseconds

12345678910>>...27