Home
last modified time | relevance | path

Searched refs:Event (Results 51 – 75 of 314) sorted by relevance

12345678910>>...13

/trunk/main/dbaccess/source/core/inc/
H A Dviewcontainer.hxx118 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
119 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
120 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
H A Dtablecontainer.hxx116 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
117 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
118 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
/trunk/main/toolkit/inc/toolkit/awt/
H A Danimatedimagespeer.hxx74 …_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw (::com::su…
75 …L_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) throw (::com::su…
76 …_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) throw (::com::su…
H A Dvclxtabpagecontainer.hxx73 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
74 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
75 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
/trunk/main/comphelper/inc/comphelper/
H A Dcontainermultiplexer.hxx90 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
91 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
92 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
/trunk/main/framework/source/uielement/
H A Dcontrolmenucontroller.cxx284 void SAL_CALL ControlMenuController::statusChanged( const FeatureStateEvent& Event ) throw ( Runtim… in statusChanged() argument
291 if ( Event.FeatureURL.Complete.equalsAscii( aCommands[i] )) in statusChanged()
306 if ( !Event.IsEnabled && pVCLPopupMenu->GetItemPos( nMenuId ) != MENU_ITEM_NOTFOUND ) in statusChanged()
308 else if ( Event.IsEnabled && pVCLPopupMenu->GetItemPos( nMenuId ) == MENU_ITEM_NOTFOUND ) in statusChanged()
/trunk/main/dbaccess/source/ui/control/
H A Dtoolboxcontroller.cxx194 …void SAL_CALL OToolboxController::statusChanged( const FeatureStateEvent& Event ) throw ( RuntimeE… in statusChanged() argument
198 TCommandState::iterator aFind = m_aStates.find( Event.FeatureURL.Complete ); in statusChanged()
201 aFind->second = Event.IsEnabled; in statusChanged()
202 if ( m_aCommandURL == aFind->first && !Event.IsEnabled ) in statusChanged()
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXBackendChangesListener.idl50 @param Event
51 Event indicating the component data change
53 …void componentDataChanged( [in] com::sun::star::configuration::backend::ComponentChangeEvent Event
/trunk/main/udkapi/com/sun/star/container/
H A DXContainerListener.idl49 [oneway] void elementInserted( [in] com::sun::star::container::ContainerEvent Event );
55 [oneway] void elementRemoved( [in] com::sun::star::container::ContainerEvent Event );
61 [oneway] void elementReplaced( [in] com::sun::star::container::ContainerEvent Event );
H A DXContainerApproveListener.idl57 com::sun::star::util::XVeto approveInsertElement( [in] ContainerEvent Event )
66 com::sun::star::util::XVeto approveReplaceElement( [in] ContainerEvent Event )
75 com::sun::star::util::XVeto approveRemoveElement( [in] ContainerEvent Event )
/trunk/main/framework/inc/uifactory/
H A Dfactoryconfiguration.hxx77 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
78 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
79 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dprovider.cxx244 ContentProvider::elementReplaced(const container::ContainerEvent& Event) in elementReplaced() argument
251 Event.Accessor >>= accessor; in elementReplaced()
256 Event.ReplacedElement >>= replacedElement; in elementReplaced()
257 Event.Element >>= element; in elementReplaced()
/trunk/main/sw/source/core/inc/
H A Dfinalthreadmanager.hxx73 …virtual void SAL_CALL cancelTermination( const ::com::sun::star::lang::EventObject& Event ) throw …
76 …virtual void SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& Event ) throw (…
77 …virtual void SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& Event ) throw …
/trunk/main/offapi/com/sun/star/sdb/
H A DXDatabaseRegistrationsListener.idl47 void registeredDatabaseLocation( [in] DatabaseRegistrationEvent Event );
51 void revokedDatabaseLocation( [in] DatabaseRegistrationEvent Event );
59 void changedDatabaseLocation( [in] DatabaseRegistrationEvent Event );
/trunk/main/extensions/test/ole/MfcControl/
H A DMfcControl.odl52 // Event dispatch interface for CMfcControlCtrl
55 helpstring("Event interface for MfcControl Control") ]
59 // Event interface has no properties
/trunk/main/connectivity/source/commontools/
H A DTTableHelper.cxx69 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t… in elementRemoved() argument
72 Event.Accessor >>= sName; in elementRemoved()
76 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) … in elementReplaced() argument
79 Event.ReplacedElement >>= sOldComposedName; in elementReplaced()
80 Event.Accessor >>= sNewComposedName; in elementReplaced()
/trunk/main/framework/inc/uielement/
H A Dstatusbarmanager.hxx78 …SAL_CALL elementInserted( const ::com::sun::star::ui::ConfigurationEvent& Event ) throw (::com::su…
79 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& Event ) thro…
80 …SAL_CALL elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& Event ) throw (::com::su…
H A Dmenubarmanager.hxx141 …virtual void SAL_CALL statusChanged( const com::sun::star::frame::FeatureStateEvent& Event ) throw…
150 …SAL_CALL elementInserted( const ::com::sun::star::ui::ConfigurationEvent& Event ) throw (::com::su…
151 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& Event ) thro…
152 …SAL_CALL elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& Event ) throw (::com::su…
/trunk/main/offapi/com/sun/star/task/
H A DXJobExecutor.idl57 The meaning of given string <var>Event</var> mustn't be known. Because
62 @param Event
65 [oneway] void trigger( [in] string Event );
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1558 void ControlContainerBase::elementInserted( const ContainerEvent& Event ) throw(RuntimeException) in elementInserted() argument
1565 Event.Accessor >>= aName; in elementInserted()
1566 Event.Element >>= xModel; in elementInserted()
1579 void ControlContainerBase::elementRemoved( const ContainerEvent& Event ) throw(RuntimeException) in elementRemoved() argument
1584 Event.Element >>= xModel; in elementRemoved()
1597 void ControlContainerBase::elementReplaced( const ContainerEvent& Event ) throw(RuntimeException) in elementReplaced() argument
1602 Event.ReplacedElement >>= xModel; in elementReplaced()
1616 Event.Accessor >>= aName; in elementReplaced()
1617 Event.Element >>= xModel; in elementReplaced()
/trunk/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.hxx120 …virtual void SAL_CALL rowsInserted( const ::com::sun::star::awt::grid::GridDataEvent& Event ) thro…
121 …virtual void SAL_CALL rowsRemoved( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw…
122 …virtual void SAL_CALL dataChanged( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw…
123 …CALL rowHeadingChanged( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw (::com::su…
/trunk/main/basctl/source/inc/
H A Ddlgedobj.hxx130 …virtual void SAL_CALL _elementInserted( const ::com::sun::star::container::ContainerEvent& Event )…
131 …virtual void SAL_CALL _elementReplaced( const ::com::sun::star::container::ContainerEvent& Event )…
132 …virtual void SAL_CALL _elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) …
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx84 …virtual void SAL_CALL notifyEvent( const com::sun::star::document::EventObject& Event ) throw (Run…
97 …ntListenerImpl::notifyEvent( const com::sun::star::document::EventObject& Event ) throw (RuntimeEx… in notifyEvent() argument
100 if( (Event.EventName.compareToAscii( RTL_CONSTASCII_STRINGPARAM("OnFocus") ) == 0) || in notifyEvent()
101 (Event.EventName.compareToAscii( RTL_CONSTASCII_STRINGPARAM("OnUnload") ) == 0) ) in notifyEvent()
103 Reference< XComponent > xComp( Event.Source, UNO_QUERY ); in notifyEvent()
/trunk/main/svx/inc/svx/
H A Dfmgridif.hxx187 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& Event) th…
188 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& Event) thr…
189 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& Event) th…
439 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& Event) th…
440 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& Event) thr…
441 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& Event) th…
508 …virtual void SAL_CALL statusChanged(const ::com::sun::star::frame::FeatureStateEvent& Event) throw…
H A DAccessibleControlShape.hxx109 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
110 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
111 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …

Completed in 96 milliseconds

12345678910>>...13