Home
last modified time | relevance | path

Searched refs:aEvent (Results 101 – 125 of 675) sorted by relevance

12345678910>>...27

/aoo42x/main/dbaccess/source/ui/inc/
H A Dbrwctrlr.hxx177 …virtual void SAL_CALL modified(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::su…
202 …virtual void SAL_CALL frameAction(const ::com::sun::star::frame::FrameActionEvent& aEvent) throw(…
205 …virtual void SAL_CALL errorOccured(const ::com::sun::star::sdb::SQLErrorEvent& aEvent) throw( ::c…
208 …L approveParameter(const ::com::sun::star::form::DatabaseParameterEvent& aEvent) throw( ::com::sun…
211 …virtual sal_Bool SAL_CALL confirmDelete(const ::com::sun::star::sdb::RowChangeEvent& aEvent) throw…
214 …virtual void SAL_CALL loaded(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::sun:…
215 …virtual void SAL_CALL unloading(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::s…
216 …virtual void SAL_CALL unloaded(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::su…
217 …virtual void SAL_CALL reloading(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::s…
218 …virtual void SAL_CALL reloaded(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::su…
/aoo42x/main/forms/source/richtext/
H A Dattributedispatcher.cxx82 FeatureStateEvent aEvent( ORichTextFeatureDispatcher::buildStatusEvent() ); in buildStatusEvent() local
83 aEvent.IsEnabled = getEditView() ? !getEditView()->IsReadOnly() : sal_False; in buildStatusEvent()
89 fillFeatureEventFromAttributeState( aEvent, aState ); in buildStatusEvent()
91 return aEvent; in buildStatusEvent()
126 FeatureStateEvent aEvent( buildStatusEvent() ); in onAttributeStateChanged() local
129 doNotify( static_cast< XStatusListener* >( aIter.next() ), aEvent ); in onAttributeStateChanged()
/aoo42x/main/svx/source/form/
H A Dformcontroller.cxx1075 FilterEvent aEvent; in removeDisjunctiveTerm() local
1076 aEvent.Source = *this; in removeDisjunctiveTerm()
1546 FilterEvent aEvent; in textChanged() local
1547 aEvent.Source = *this; in textChanged()
1653 FilterEvent aEvent; in impl_appendEmptyFilterRow() local
1654 aEvent.Source = *this; in impl_appendEmptyFilterRow()
1818 EventObject aEvent; variable
1819 aEvent.Source = *this;
1828 EventObject aEvent; variable
1829 aEvent.Source = *this;
[all …]
/aoo42x/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx1110 beans::PropertyChangeEvent aEvent; in setPropertyValues() local
1112 aEvent.Further = sal_False; in setPropertyValues()
1114 aEvent.PropertyHandle = -1; in setPropertyValues()
1229 aEvent.PropertyName = rValue.Name; in setPropertyValues()
1267 aEvent.PropertyName = rValue.Name; in setPropertyValues()
1304 aEvent.PropertyName = rValue.Name; in setPropertyValues()
1354 aEvent.PropertyName = rValue.Name; in setPropertyValues()
1402 aEvent.PropertyName = rValue.Name; in setPropertyValues()
1403 aEvent.OldValue = aOldValue; in setPropertyValues()
1475 aEvent.NewValue = uno::makeAny( aNewTitle ); in setPropertyValues()
[all …]
/aoo42x/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx304 ContainerEvent aEvent ; in addControl() local
306 aEvent.Source = *this ; in addControl()
307 aEvent.Element <<= rControl ; in addControl()
315 ((XContainerListener*)aIterator.next())->elementInserted (aEvent) ; in addControl()
365 ContainerEvent aEvent ; in removeControl() local
367 aEvent.Source = *this ; in removeControl()
368 aEvent.Element <<= rControl ; in removeControl()
374 ((XContainerListener*)aIterator.next())->elementRemoved (aEvent) ; in removeControl()
/aoo42x/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx436 XEvent aEvent; in YieldGraphicsExpose() local
437 while( XCheckTypedWindowEvent( pDisplay, aWindow, Expose, &aEvent ) ) in YieldGraphicsExpose()
439 …SalPaintEvent aPEvt( aEvent.xexpose.x, aEvent.xexpose.y, aEvent.xexpose.width+1, aEvent.xexpose.he… in YieldGraphicsExpose()
445 … if( ! GetDisplay()->XIfEventWithTimeout( &aEvent, (XPointer)aWindow, GraphicsExposePredicate ) ) in YieldGraphicsExpose()
449 if( aEvent.type == NoExpose ) in YieldGraphicsExpose()
454 …SalPaintEvent aPEvt( aEvent.xgraphicsexpose.x, aEvent.xgraphicsexpose.y, aEvent.xgraphicsexpose.wi… in YieldGraphicsExpose()
457 } while( aEvent.xgraphicsexpose.count != 0 ); in YieldGraphicsExpose()
/aoo42x/main/toolkit/test/accessibility/
H A DTopWindowListener.java171 public void windowOpened (final com.sun.star.lang.EventObject aEvent) in windowOpened() argument
177 XWindow.class, aEvent.Source); in windowOpened()
194 public void windowClosed (final com.sun.star.lang.EventObject aEvent) in windowClosed() argument
200 XWindow.class, aEvent.Source); in windowClosed()
214 public void disposing (final com.sun.star.lang.EventObject aEvent) in disposing() argument
216 System.out.println ("Top window disposed: " + aEvent); in disposing()
H A DQueuedListener.java38 public void disposing( final EventObject aEvent) in disposing() argument
41 XAccessibleContext.class, aEvent.Source); in disposing()
45 XAccessible.class, aEvent.Source); in disposing()
61 public void notifyEvent( final AccessibleEventObject aEvent ) in notifyEvent() argument
67 QueuedListener.this.maListener.notifyEvent( aEvent ); in notifyEvent()
H A DEventHandler.java35 public EventHandler (AccessibleEventObject aEvent, AccessibilityTreeModel aTreeModel) in EventHandler() argument
37 maEvent = aEvent; in EventHandler()
40 mnEventId = aEvent.EventId; in EventHandler()
43 XAccessibleContext.class, aEvent.Source); in EventHandler()
47 XAccessible.class, aEvent.Source); in EventHandler()
/aoo42x/main/framework/source/dispatch/
H A Doxt_handler.cxx166 css::frame::DispatchResultEvent aEvent; in ~Oxt_Handler() local
167 aEvent.State = css::frame::DispatchResultState::FAILURE; in ~Oxt_Handler()
168 m_xListener->dispatchFinished( aEvent ); in ~Oxt_Handler()
216 css::frame::DispatchResultEvent aEvent; in dispatchWithNotification() local
217 aEvent.State = css::frame::DispatchResultState::SUCCESS; in dispatchWithNotification()
218 xListener->dispatchFinished( aEvent ); in dispatchWithNotification()
/aoo42x/main/framework/source/jobs/
H A Djob.cxx532 css::frame::DispatchResultEvent aEvent = aAnalyzedResult.getDispatchResult(); in impl_reactForJobResult() local
533 aEvent.Source = m_xResultSourceFake; in impl_reactForJobResult()
534 m_xResultListener->dispatchFinished(aEvent); in impl_reactForJobResult()
820 void SAL_CALL Job::queryClosing( const css::lang::EventObject& aEvent , in queryClosing() argument
868 m_bPendingCloseFrame = (m_xFrame.is() && aEvent.Source == m_xFrame); in queryClosing()
869 m_bPendingCloseModel = (m_xModel.is() && aEvent.Source == m_xModel); in queryClosing()
910 void SAL_CALL Job::disposing( const css::lang::EventObject& aEvent ) throw(css::uno::RuntimeExcepti… in disposing() argument
915 if (m_xDesktop.is() && aEvent.Source == m_xDesktop) in disposing()
921 if (m_xFrame.is() && aEvent.Source == m_xFrame) in disposing()
927 if (m_xModel.is() && aEvent.Source == m_xModel) in disposing()
/aoo42x/main/winaccessibility/source/service/
H A DAccEventListener.cxx66 …cEventListener::notifyEvent( const ::com::sun::star::accessibility::AccessibleEventObject& aEvent ) in notifyEvent() argument
70 switch (aEvent.EventId) in notifyEvent()
73 handleNameChangedEvent(aEvent.NewValue); in notifyEvent()
76 handleDescriptionChangedEvent(aEvent.NewValue); in notifyEvent()
79 handleStateChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
H A DAccTreeEventListener.cxx46 …tifyEvent( const ::com::sun::star::accessibility::AccessibleEventObject& aEvent ) throw (::com::su… in notifyEvent() argument
48 switch (aEvent.EventId) in notifyEvent()
51 handleActiveDescendantChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
54 AccDescendantManagerEventListener::notifyEvent(aEvent); in notifyEvent()
H A DAccDialogEventListener.cxx46 …gEventListener::notifyEvent( const ::com::sun::star::accessibility::AccessibleEventObject& aEvent ) in notifyEvent() argument
49 switch (aEvent.EventId) in notifyEvent()
52 handleChildChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
61 AccEventListener::notifyEvent(aEvent); in notifyEvent()
H A DAccMenuEventListener.cxx46 …uEventListener::notifyEvent( const ::com::sun::star::accessibility::AccessibleEventObject& aEvent ) in notifyEvent() argument
49 switch (aEvent.EventId) in notifyEvent()
52 handleChildChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
59 AccComponentEventListener::notifyEvent(aEvent); in notifyEvent()
/aoo42x/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx1148 beans::PropertyChangeEvent aEvent; in setPropertyValues() local
1150 aEvent.Further = sal_False; in setPropertyValues()
1152 aEvent.PropertyHandle = -1; in setPropertyValues()
1289 aEvent.OldValue in setPropertyValues()
1291 aEvent.NewValue in setPropertyValues()
1347 aEvent.PropertyName = rValue.Name; in setPropertyValues()
1348 aEvent.OldValue = aOldValue; in setPropertyValues()
1349 aEvent.NewValue = rValue.Value; in setPropertyValues()
1351 aChanges.getArray()[ nChanged ] = aEvent; in setPropertyValues()
1418 aEvent.OldValue = uno::makeAny( aOldTitle ); in setPropertyValues()
[all …]
/aoo42x/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx198 ::com::sun::star::frame::DispatchResultEvent aEvent( in dispatchWithNotification()
204 xListener->dispatchFinished( aEvent ) ; in dispatchWithNotification()
307 ::com::sun::star::frame::DispatchResultEvent aEvent; in dispatchWithNotification()
309 aEvent.Source = static_cast< ::cppu::OWeakObject* >( this ); in dispatchWithNotification()
310 aEvent.Result = invokeResult; in dispatchWithNotification()
313 aEvent.State = ::com::sun::star::frame::DispatchResultState::SUCCESS; in dispatchWithNotification()
317 aEvent.State = ::com::sun::star::frame::DispatchResultState::FAILURE; in dispatchWithNotification()
322 xListener->dispatchFinished( aEvent ) ; in dispatchWithNotification()
/aoo42x/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx665 ContextMenuExecuteEvent aEvent; in CreateContextMenu() local
666 aEvent.SourceWindow = VCLUnoHelper::GetInterface( this ); in CreateContextMenu()
667 aEvent.ExecutePosition.X = -1; in CreateContextMenu()
668 aEvent.ExecutePosition.Y = -1; in CreateContextMenu()
669aEvent.ActionTriggerContainer = ::framework::ActionTriggerHelper::CreateActionTriggerContainerFrom… in CreateContextMenu()
671aEvent.Selection = new SelectionSupplier( m_pContextMenuProvider->getCurrentSelection( *this ) ); in CreateContextMenu()
684 ContextMenuInterceptorAction eAction = xInterceptor->notifyContextMenuExecute( aEvent ); in CreateContextMenu()
719 pModifiedMenu, aEvent.ActionTriggerContainer ); in CreateContextMenu()
720 aEvent.ActionTriggerContainer.clear(); in CreateContextMenu()
/aoo42x/main/framework/inc/jobs/
H A Djobexecutor.hxx116 …virtual void SAL_CALL notifyEvent( const css::document::EventObject& aEvent ) throw(css::uno::Runt…
119 …virtual void SAL_CALL elementInserted( const css::container::ContainerEvent& aEvent ) throw(css::u…
120 …virtual void SAL_CALL elementRemoved ( const css::container::ContainerEvent& aEvent ) throw(css::u…
121 …virtual void SAL_CALL elementReplaced( const css::container::ContainerEvent& aEvent ) throw(css::u…
124 …virtual void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw(css::uno::RuntimeExc…
/aoo42x/main/reportdesign/source/core/api/
H A DReportControlModel.cxx89 container::ContainerEvent aEvent(xBroadcaster, uno::makeAny(Index), Element, uno::Any()); in insertByIndex() local
90 aContainerListeners.notifyEach(&container::XContainerListener::elementInserted,aEvent); in insertByIndex()
104 container::ContainerEvent aEvent(xBroadcaster, uno::makeAny(Index), Element, uno::Any()); in removeByIndex() local
105 aContainerListeners.notifyEach(&container::XContainerListener::elementRemoved,aEvent); in removeByIndex()
121 container::ContainerEvent aEvent(xBroadcaster, uno::makeAny(Index), Element, uno::Any()); in replaceByIndex() local
122 aContainerListeners.notifyEach(&container::XContainerListener::elementReplaced,aEvent); in replaceByIndex()
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DStreamView.java148 public void valueChanged (final TreeSelectionEvent aEvent) in valueChanged() argument
150 final TreePath aPath = aEvent.getNewLeadSelectionPath(); in valueChanged()
167 public void mouseDragged (final MouseEvent aEvent) in mouseDragged() argument
175 public void mouseMoved (final MouseEvent aEvent) in mouseMoved() argument
177 final int nRow = getRowForLocation(aEvent.getX(), aEvent.getY()); in mouseMoved()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java202 public boolean approveReset( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in approveReset() argument
209 public void resetted( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in resetted() argument
212 XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source ); in resetted()
262 … public void propertyChange( PropertyChangeEvent aEvent ) throws com.sun.star.uno.RuntimeException in propertyChange() argument
267 if ( aEvent.PropertyName.equals( "State" ) ) in propertyChange()
269 Short aNewState = (Short)aEvent.NewValue; in propertyChange()
271 XPropertySet xModel = UNO.queryPropertySet( aEvent.Source ); in propertyChange()
279 short nNewValue = ((Short)aEvent.NewValue).shortValue(); in propertyChange()
335 public void disposing( EventObject aEvent ) in disposing() argument
338 super.disposing( aEvent ); in disposing()
/aoo42x/main/framework/source/helper/
H A Docomponentenumeration.cxx104 aEvent in disposing()
113 …LOG_ASSERT( impldbg_checkParameter_disposing( aEvent ), "OComponentEnumeration::disposing()\nInval… in disposing()
215 sal_Bool OComponentEnumeration::impldbg_checkParameter_disposing( const EventObject& aEvent ) in impldbg_checkParameter_disposing() argument
221 ( &aEvent == NULL ) || in impldbg_checkParameter_disposing()
222 ( aEvent.Source.is() == sal_False ) in impldbg_checkParameter_disposing()
/aoo42x/main/toolkit/inc/toolkit/helper/
H A Dlistenermultiplexer.hxx222 …virtual void SAL_CALL selectionChanged( const ::com::sun::star::lang::EventObject& aEvent ) throw …
229 …equestChildNodes( const ::com::sun::star::awt::tree::TreeExpansionEvent& aEvent ) throw (::com::su…
230 …virtual void SAL_CALL treeExpanding( const ::com::sun::star::awt::tree::TreeExpansionEvent& aEvent
231 …L treeCollapsing( const ::com::sun::star::awt::tree::TreeExpansionEvent& aEvent ) throw (::com::su…
232 …ALL treeExpanded( const ::com::sun::star::awt::tree::TreeExpansionEvent& aEvent ) throw (::com::su…
233 …LL treeCollapsed( const ::com::sun::star::awt::tree::TreeExpansionEvent& aEvent ) throw (::com::su…
248 …void SAL_CALL selectionChanged( const ::com::sun::star::awt::grid::GridSelectionEvent& aEvent ) th…
255 …void SAL_CALL tabPageActivated( const ::com::sun::star::awt::tab::TabPageActivatedEvent& aEvent ) …
/aoo42x/main/toolkit/source/controls/
H A Danimatedimages.cxx135 EventObject aEvent; in lcl_updatePeer() local
136 aEvent.Source = i_model; in lcl_updatePeer()
137 xPeerModify->modified( aEvent ); in lcl_updatePeer()
225 ContainerEvent aEvent; in lcl_notify() local
226 aEvent.Source = i_context; in lcl_notify()
227 aEvent.Accessor <<= i_accessor; in lcl_notify()
228 aEvent.Element <<= i_imageURLs; in lcl_notify()
231 pContainerListeners->notifyEach( i_notificationMethod, aEvent ); in lcl_notify()

Completed in 188 milliseconds

12345678910>>...27