Home
last modified time | relevance | path

Searched refs:aEvent (Results 176 – 200 of 675) sorted by relevance

12345678910>>...27

/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DEventMonitorView.java110 public void notifyEvent (AccessibleEventObject aEvent) in notifyEvent() argument
112 maText.append ((mnLineNo++) + ". " + NameProvider.getEventName (aEvent.EventId) + " : " in notifyEvent()
113 + aEvent.OldValue.toString() in notifyEvent()
115 + aEvent.NewValue.toString() + "\n"); in notifyEvent()
/aoo42x/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx95 beans::PropertyChangeEvent aEvent; in DBG_NAME() local
96 aEvent.Source = _xSection; in DBG_NAME()
97 aEvent.PropertyName = PROPERTY_NAME; in DBG_NAME()
103 aEvent.Source = xGroup; in DBG_NAME()
104 aEvent.PropertyName = PROPERTY_EXPRESSION; in DBG_NAME()
107 _propertyChanged(aEvent); in DBG_NAME()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DGridFieldValidator.java120 public boolean approveUpdate( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in approveUpdate() argument
126 XPropertySet xSourceProps = UNO.queryPropertySet( aEvent.Source ); in approveUpdate()
154 public void updated( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in updated() argument
161 public void disposing( EventObject aEvent ) in disposing() argument
H A DControlLock.java184 public void cursorMoved( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in cursorMoved() argument
190 public void rowChanged( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in rowChanged() argument
196 public void rowSetChanged( EventObject aEvent ) throws com.sun.star.uno.RuntimeException in rowSetChanged() argument
204 public void disposing( EventObject aEvent ) in disposing() argument
/aoo42x/main/sd/source/core/
H A DCustomAnimationCloner.cxx297 Event aEvent; in transformValue() local
298 rValue >>= aEvent; in transformValue()
300 aEvent.Source = transformValue( aEvent.Source ); in transformValue()
302 return makeAny( aEvent ); in transformValue()
H A DCustomAnimationEffect.cxx1006 Event aEvent; in createAfterEffectNode() local
1008 aEvent.Source <<= getNode(); in createAfterEffectNode()
1010 aEvent.Repeat = 0; in createAfterEffectNode()
1012 aBegin <<= aEvent; in createAfterEffectNode()
2036 Event aEvent; in implRebuild() local
2039 aEvent.Source <<= mxEventSource; in implRebuild()
2046 aEvent.Repeat = 0; in implRebuild()
2048 Any aBegin( makeAny( aEvent ) ); in implRebuild()
2244 Event aEvent; in stl_process_after_effect_node_func() local
3794 Event aEvent; in InteractiveSequence() local
[all …]
/aoo42x/main/offapi/com/sun/star/awt/
H A DXMenuListener.idl37 [oneway] void itemHighlighted( [in] MenuEvent aEvent );
41 [oneway] void itemSelected( [in] MenuEvent aEvent );
45 [oneway] void itemActivated( [in] MenuEvent aEvent );
49 [oneway] void itemDeactivated( [in] MenuEvent aEvent );
/aoo42x/main/framework/source/uifactory/
H A Duielementfactorymanager.cxx229 void SAL_CALL ConfigurationAccess_FactoryManager::elementInserted( const ContainerEvent& aEvent ) t… in elementInserted() argument
240 if ( impl_getElementProps( aEvent.Element, aType, aName, aModule, aService )) in elementInserted()
249 void SAL_CALL ConfigurationAccess_FactoryManager::elementRemoved ( const ContainerEvent& aEvent ) t… in elementRemoved() argument
260 if ( impl_getElementProps( aEvent.Element, aType, aName, aModule, aService )) in elementRemoved()
269 void SAL_CALL ConfigurationAccess_FactoryManager::elementReplaced( const ContainerEvent& aEvent ) t… in elementReplaced() argument
280 if ( impl_getElementProps( aEvent.Element, aType, aName, aModule, aService )) in elementReplaced()
/aoo42x/main/fpicker/source/win32/filepicker/
H A DFilePicker.hxx207 virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& aEvent )
227 void SAL_CALL fileSelectionChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent );
228 void SAL_CALL directoryChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent );
229 …rtl::OUString SAL_CALL helpRequested( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent ) cons…
230 void SAL_CALL controlStateChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent );
/aoo42x/main/framework/source/uielement/
H A Dcomplextoolbarcontroller.cxx271 frame::ControlEvent aEvent; in IMPL_STATIC_LINK_NOINSTANCE() local
272 aEvent.aURL = pNotifyInfo->aSourceURL; in IMPL_STATIC_LINK_NOINSTANCE()
273 aEvent.Event = pNotifyInfo->aEventName; in IMPL_STATIC_LINK_NOINSTANCE()
274 aEvent.aInformation = pNotifyInfo->aInfoSeq; in IMPL_STATIC_LINK_NOINSTANCE()
275 pNotifyInfo->xNotifyListener->controlEvent( aEvent ); in IMPL_STATIC_LINK_NOINSTANCE()
/aoo42x/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx320 EventObject aEvent; in notifyModified() local
321 aEvent.Source.set(*this); in notifyModified()
328 static_cast< XListEntryListener* >( aIter.next() )->allEntriesChanged( aEvent ); in notifyModified()
343 void SAL_CALL OCellListSource::disposing( const EventObject& aEvent ) throw (RuntimeException) in disposing() argument
348 if ( xRangeInt == aEvent.Source ) in disposing()
/aoo42x/main/UnoControls/inc/
H A Dbasecontrol.hxx980 …virtual void SAL_CALL windowResized( const UNO3_WINDOWEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION…
981 …virtual void SAL_CALL windowMoved( const UNO3_WINDOWEVENT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION );
982 …virtual void SAL_CALL windowShown( const UNO3_EVENTOBJECT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION );
983 …virtual void SAL_CALL windowHidden( const UNO3_EVENTOBJECT& aEvent ) throw( UNO3_RUNTIMEEXCEPTION …
1146 virtual void impl_recalcLayout( const UNO3_WINDOWEVENT& aEvent );
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DTokenView.java188 public void mouseDragged (final MouseEvent aEvent) in mouseDragged() argument
196 public void mouseMoved (final MouseEvent aEvent) in mouseMoved() argument
198 final Line<TokenType> aLine = maLines.GetLineForY(aEvent.getY()); in mouseMoved()
202 final Run<TokenType> aRun = aLine.GetRunForX(aEvent.getX() - mnTextStart); in mouseMoved()
290 public void componentMoved (final ComponentEvent aEvent) in componentMoved() argument
/aoo42x/main/offapi/com/sun/star/mail/
H A DXConnectionListener.idl49 @param aEvent
54 void connected([in] com::sun::star::lang::EventObject aEvent);
59 @param aEvent
64 void disconnected([in] com::sun::star::lang::EventObject aEvent);
/aoo42x/main/offapi/com/sun/star/embed/
H A DXTransactionListener.idl52 void preCommit( [in] com::sun::star::lang::EventObject aEvent )
58 void commited( [in] com::sun::star::lang::EventObject aEvent );
63 void preRevert( [in] com::sun::star::lang::EventObject aEvent )
69 void reverted( [in] com::sun::star::lang::EventObject aEvent );
/aoo42x/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java555 public void valueChanged (TreeSelectionEvent aEvent) in valueChanged() argument
557 TreePath aPath = aEvent.getPath(); in valueChanged()
585 public void queryTermination (final com.sun.star.lang.EventObject aEvent) throws RuntimeException in queryTermination() argument
587 System.out.println ("Terminate Event : " + aEvent); in queryTermination()
594 public void notifyTermination (final com.sun.star.lang.EventObject aEvent) throws RuntimeException in notifyTermination() argument
596 System.out.println ("Notifiy Termination Event : " + aEvent); in notifyTermination()
/aoo42x/main/framework/inc/tabwin/
H A Dtabwindow.hxx120 …virtual void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeEx…
136 …virtual void SAL_CALL windowResized( const css::awt::WindowEvent& aEvent ) throw( css::uno::Runtim…
137 …virtual void SAL_CALL windowMoved( const css::awt::WindowEvent& aEvent ) throw( css::uno::RuntimeE…
138 …virtual void SAL_CALL windowShown( const css::lang::EventObject& aEvent ) throw( css::uno::Runtime…
139 …virtual void SAL_CALL windowHidden( const css::lang::EventObject& aEvent ) throw( css::uno::Runtim…
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DInterceptor.java209 public /*ONEWAY*/ void frameAction(/*IN*/ com.sun.star.frame.FrameActionEvent aEvent) in frameAction() argument
218 switch(aEvent.Action.getValue()) in frameAction()
241 lInAction[0] = aEvent; in frameAction()
303 public void impl_frameAction(/*IN*/ com.sun.star.frame.FrameActionEvent aEvent) in impl_frameAction() argument
317 switch(aEvent.Action.getValue()) in impl_frameAction()
/aoo42x/main/framework/inc/framework/
H A Dtitlehelper.hxx141 virtual void SAL_CALL titleChanged(const css::frame::TitleChangedEvent& aEvent)
146 virtual void SAL_CALL notifyEvent(const css::document::EventObject& aEvent)
151 virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
156 virtual void SAL_CALL frameAction(const css::frame::FrameActionEvent& aEvent)
/aoo42x/main/xmloff/source/draw/
H A Danimationimport.cxx564 Event aEvent; in convertTiming() local
565 aEvent.Repeat = 0; in convertTiming()
566 aEvent.Trigger = 0; in convertTiming()
580 aEvent.Offset <<= convertTiming( rValue.copy( nPos + 1 ) ); in convertTiming()
586aEvent.Source <<= mrImport.getInterfaceToIdentifierMapper().getReference( aEventTrigger.copy( 0, n… in convertTiming()
593 aEvent.Trigger = (sal_Int16)nEnum; in convertTiming()
600 aAny <<= aEvent; in convertTiming()
1412 Event aEvent; in postProcessRootNode() local
1413 if( (xNode->getBegin() >>= aEvent) && (aEvent.Trigger == EventTrigger::BEGIN_EVENT) ) in postProcessRootNode()
/aoo42x/main/offapi/com/sun/star/form/
H A DXUpdateListener.idl55 @param aEvent
61 boolean approveUpdate( [in] com::sun::star::lang::EventObject aEvent );
68 @param aEvent
71 void updated( [in] com::sun::star::lang::EventObject aEvent );
/aoo42x/main/package/source/xstor/
H A Dohierarchyholder.hxx104 virtual void SAL_CALL preCommit( const ::com::sun::star::lang::EventObject& aEvent )
106 virtual void SAL_CALL commited( const ::com::sun::star::lang::EventObject& aEvent )
108 virtual void SAL_CALL preRevert( const ::com::sun::star::lang::EventObject& aEvent )
110 virtual void SAL_CALL reverted( const ::com::sun::star::lang::EventObject& aEvent )
/aoo42x/main/odk/examples/DevelopersGuide/Charts/
H A DListenAtCalcRangeInDraw.java137 ChartDataChangeEvent aEvent = new ChartDataChangeEvent(); in run() local
138 aEvent.Type = ChartDataChangeType.ALL; in run()
139 chartDataChanged( aEvent ); in run()
168 public void chartDataChanged( ChartDataChangeEvent aEvent ) in chartDataChanged() argument
/aoo42x/main/sd/source/ui/tools/
H A DEventMultiplexer.cxx239 EventMultiplexerEvent aEvent (mpImpl->GetViewShellBase(), eEventId, pUserData); in MultiplexEvent() local
240 mpImpl->CallListeners(aEvent); in MultiplexEvent()
490 catch (beans::UnknownPropertyException aEvent) in DisconnectFromController() local
499 catch (beans::UnknownPropertyException aEvent) in DisconnectFromController() local
775 EventMultiplexerEvent aEvent (mrBase, eId, pUserData); in CallListeners() local
776 CallListeners(aEvent); in CallListeners()
/aoo42x/main/sdext/source/presenter/
H A DPresenterProtocolHandler.cxx560 frame::FeatureStateEvent aEvent; in addStatusListener() local
561 aEvent.FeatureURL = rURL; in addStatusListener()
562 aEvent.IsEnabled = mpCommand->IsEnabled(); in addStatusListener()
563 aEvent.Requery = sal_False; in addStatusListener()
564 aEvent.State = mpCommand->GetState(); in addStatusListener()
565 rxListener->statusChanged(aEvent); in addStatusListener()

Completed in 123 milliseconds

12345678910>>...27