Home
last modified time | relevance | path

Searched refs:Event (Results 101 – 125 of 314) sorted by relevance

12345678910>>...13

/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.hxx187 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
188 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
189 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
H A Dintercept.cxx416 void SAL_CALL OInterceptor::notifyEvent( const ::com::sun::star::document::EventObject& Event ) thr… in notifyEvent() argument
419 …if ( m_pStatCL && Event.EventName == ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("OnModifyChanged"… in notifyEvent()
427 Reference<XModifiable> xModel(Event.Source,UNO_QUERY); in notifyEvent()
/trunk/main/offapi/com/sun/star/frame/
H A DXControlNotificationListener.idl50 @param Event
53 void controlEvent( [in] ControlEvent Event );
H A DXTerminateListener2.idl55 @param Event
58 void cancelTermination( [in] com::sun::star::lang::EventObject Event );
/trunk/main/offapi/com/sun/star/ucb/
H A DXRemoteContentProviderChangeListener.idl51 @param Event
55 remoteContentProviderChange([in] RemoteContentProviderChangeEvent Event);
/trunk/main/offapi/com/sun/star/document/
H A DXEventListener.idl52 @param Event
55 [oneway] void notifyEvent( [in] EventObject Event );
/trunk/main/toolkit/inc/toolkit/helper/
H A Dlistenermultiplexer.hxx186 …void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw(::…
187 …void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) throw(::c…
188 …void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) throw(::…
/trunk/main/offapi/com/sun/star/view/
H A DXPrintableListener.idl54 @param Event
57 [oneway] void stateChanged( [in] PrintableStateEvent Event );
H A DXPrintJobListener.idl52 @param Event
55 [oneway] void printJobEvent( [in] PrintJobEvent Event );
/trunk/main/unotools/source/misc/
H A Ddesktopterminationobserver.cxx81 …virtual void SAL_CALL queryTermination( const EventObject& Event ) throw (TerminationVetoException…
82 … virtual void SAL_CALL notifyTermination( const EventObject& Event ) throw (RuntimeException);
/trunk/main/framework/source/uielement/
H A Dobjectmenucontroller.cxx140 void SAL_CALL ObjectMenuController::statusChanged( const FeatureStateEvent& Event ) throw ( Runtime… in statusChanged() argument
143 if ( Event.State >>= aVerbCommandSeq ) in statusChanged()
H A Dheadermenucontroller.cxx231 void SAL_CALL HeaderMenuController::statusChanged( const FeatureStateEvent& Event ) throw ( Runtime… in statusChanged() argument
235 if ( Event.State >>= xModel ) in statusChanged()
/trunk/main/basctl/source/basicide/
H A Dbasidesh.cxx132 …virtual void SAL_CALL elementInserted( const container::ContainerEvent& Event ) throw( uno::Runtim… in elementInserted() argument
135 if( mpShell && ( Event.Accessor >>= sModuleName ) ) in elementInserted()
139 …virtual void SAL_CALL elementRemoved( const container::ContainerEvent& Event ) throw( com::sun::st… in elementRemoved() argument
142 if( mpShell && ( Event.Accessor >>= sModuleName ) ) in elementRemoved()
H A Ddoceventnotifier.cxx86 virtual void SAL_CALL notifyEvent( const EventObject& Event ) throw (RuntimeException);
89 … virtual void SAL_CALL disposing( const csslang::EventObject& Event ) throw (RuntimeException);
/trunk/main/sw/source/ui/dbui/
H A Ddbtree.cxx104 virtual void SAL_CALL elementInserted( const ContainerEvent& Event ) throw (RuntimeException);
105 virtual void SAL_CALL elementRemoved( const ContainerEvent& Event ) throw (RuntimeException);
106 virtual void SAL_CALL elementReplaced( const ContainerEvent& Event ) throw (RuntimeException);
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx78 …virtual void SAL_CALL statusChanged(const frame::FeatureStateEvent& Event) throw( uno::RuntimeExce…
144 const frame::FeatureStateEvent& Event ) in statusChanged() argument
148 m_bCurrentCommandEnabled = Event.IsEnabled; in statusChanged()
/trunk/main/dbaccess/source/ui/inc/
H A Dbrwctrlr.hxx180 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& Event) th…
181 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& Event) thr…
182 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& Event) th…
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.hxx184 …SAL_CALL elementInserted( const ::com::sun::star::ui::ConfigurationEvent& Event ) throw (::com::su…
185 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& Event ) thro…
186 …SAL_CALL elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& Event ) throw (::com::su…
/trunk/main/sw/source/core/access/
H A Daccdoc.cxx601 …SAL_CALL SwAccessibleDocument::notifyEvent( const ::com::sun::star::document::EventObject& Event ) in notifyEvent() argument
604 if ( Event.EventName.equalsAscii( "FirstPageShows" ) ) in notifyEvent()
608 else if ( Event.EventName.equalsAscii( "LoadFinished" ) ) in notifyEvent()
615 else if ( Event.EventName.equalsAscii( "FormatFinished" ) ) in notifyEvent()
/trunk/main/basic/source/sample/
H A Dobject.cxx100 { "Event", SbxEMPTY, &SampleObject::Event, 1 | _FUNCTION },
251 void SampleObject::Event( SbxVariable*, SbxArray* pPar_, sal_Bool ) in Event() function in SampleObject
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDriver.hxx173 …oid SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& Event ) throw (::com::su…
174 …id SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& Event ) throw (::com::su…
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx887 …virtual void SAL_CALL listItemInserted( const ::com::sun::star::awt::ItemListEvent& Event ) throw …
888 …virtual void SAL_CALL listItemRemoved( const ::com::sun::star::awt::ItemListEvent& Event ) throw (…
889 …virtual void SAL_CALL listItemModified( const ::com::sun::star::awt::ItemListEvent& Event ) throw …
890 …virtual void SAL_CALL allItemsRemoved( const ::com::sun::star::lang::EventObject& Event ) throw (:…
891 …virtual void SAL_CALL itemListChanged( const ::com::sun::star::lang::EventObject& Event ) throw (:…
989 …virtual void SAL_CALL listItemInserted( const ::com::sun::star::awt::ItemListEvent& Event ) throw …
990 …virtual void SAL_CALL listItemRemoved( const ::com::sun::star::awt::ItemListEvent& Event ) throw (…
991 …virtual void SAL_CALL listItemModified( const ::com::sun::star::awt::ItemListEvent& Event ) throw …
992 …virtual void SAL_CALL allItemsRemoved( const ::com::sun::star::lang::EventObject& Event ) throw (:…
993 …virtual void SAL_CALL itemListChanged( const ::com::sun::star::lang::EventObject& Event ) throw (:…
/trunk/main/slideshow/source/engine/
H A Deffectrewinder.cxx274 animations::Event aEvent; in countMainSequenceEffects()
355 animations::Event aEvent; in notifyAnimationStart()
/trunk/main/comphelper/source/misc/
H A Dinstancelocker.hxx123 …virtual void SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& Event ) throw (…
124 …virtual void SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& Event ) throw …
/trunk/main/reportdesign/source/ui/inc/
H A DReportController.hxx384 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& Event) th…
385 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& Event) thr…
386 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& Event) th…

Completed in 104 milliseconds

12345678910>>...13