Lines Matching refs:EventHandler

81 	::pcr::OAutoRegistration< ::pcr::EventHandler > aAutoRegistration;  in createRegistryInfo_EventHandler()
500 DBG_NAME( EventHandler ) in DBG_NAME() argument
502 EventHandler::EventHandler( const Reference< XComponentContext >& _rxContext ) in DBG_NAME()
510 DBG_CTOR( EventHandler, NULL ); in DBG_NAME()
514 EventHandler::~EventHandler() in ~EventHandler()
516 DBG_DTOR( EventHandler, NULL ); in ~EventHandler()
520 ::rtl::OUString SAL_CALL EventHandler::getImplementationName( ) throw (RuntimeException) in getImplementationName()
526 …::sal_Bool SAL_CALL EventHandler::supportsService( const ::rtl::OUString& ServiceName ) throw (Run… in supportsService()
533 …Sequence< ::rtl::OUString > SAL_CALL EventHandler::getSupportedServiceNames( ) throw (RuntimeExce… in getSupportedServiceNames()
539 ::rtl::OUString SAL_CALL EventHandler::getImplementationName_static( ) throw (RuntimeException) in getImplementationName_static()
545 …Sequence< ::rtl::OUString > SAL_CALL EventHandler::getSupportedServiceNames_static( ) throw (Runt… in getSupportedServiceNames_static()
553 …Reference< XInterface > SAL_CALL EventHandler::Create( const Reference< XComponentContext >& _rxCo… in Create()
555 return *( new EventHandler( _rxContext ) ); in Create()
559 …void SAL_CALL EventHandler::inspect( const Reference< XInterface >& _rxIntrospectee ) throw (Runti… in inspect()
599 …Any SAL_CALL EventHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) throw (Unknow… in getPropertyValue()
627 …void SAL_CALL EventHandler::setPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in setPropertyValue()
660 …Any SAL_CALL EventHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const An… in convertToPropertyValue()
688 …Any SAL_CALL EventHandler::convertToControlValue( const ::rtl::OUString& /*_rPropertyName*/, const… in convertToControlValue()
753 …PropertyState SAL_CALL EventHandler::getPropertyState( const ::rtl::OUString& /*_rPropertyName*/ )… in getPropertyState()
759 …void SAL_CALL EventHandler::addPropertyChangeListener( const Reference< XPropertyChangeListener >&… in addPropertyChangeListener()
768 …void SAL_CALL EventHandler::removePropertyChangeListener( const Reference< XPropertyChangeListener… in removePropertyChangeListener()
775 Sequence< Property > SAL_CALL EventHandler::getSupportedProperties() throw (RuntimeException) in getSupportedProperties()
780 const_cast< EventHandler* >( this )->m_bEventsMapInitialized = true; in getSupportedProperties()
817 const_cast< EventHandler* >( this )->m_aEvents.insert( EventMap::value_type( in getSupportedProperties()
849 …Sequence< ::rtl::OUString > SAL_CALL EventHandler::getSupersededProperties( ) throw (RuntimeExcept… in getSupersededProperties()
856 …Sequence< ::rtl::OUString > SAL_CALL EventHandler::getActuatingProperties( ) throw (RuntimeExcepti… in getActuatingProperties()
863 … LineDescriptor SAL_CALL EventHandler::describePropertyLine( const ::rtl::OUString& _rPropertyName, in describePropertyLine()
887 …::sal_Bool SAL_CALL EventHandler::isComposable( const ::rtl::OUString& /*_rPropertyName*/ ) throw … in isComposable()
893 …InteractiveSelectionResult SAL_CALL EventHandler::onInteractivePropertySelection( const ::rtl::OUS… in onInteractivePropertySelection()
968 …void SAL_CALL EventHandler::actuatingPropertyChanged( const ::rtl::OUString& /*_rActuatingProperty… in actuatingPropertyChanged()
974 IMPLEMENT_FORWARD_XCOMPONENT( EventHandler, EventHandler_Base ) in IMPLEMENT_FORWARD_XCOMPONENT() argument
977 void SAL_CALL EventHandler::disposing() in IMPLEMENT_FORWARD_XCOMPONENT()
985 sal_Bool SAL_CALL EventHandler::suspend( sal_Bool /*_bSuspend*/ ) throw (RuntimeException) in suspend()
991 Reference< XFrame > EventHandler::impl_getContextFrame_nothrow() const in impl_getContextFrame_nothrow()
1010 sal_Int32 EventHandler::impl_getComponentIndexInParent_throw() const in impl_getComponentIndexInParent_throw()
1027 …void EventHandler::impl_getFormComponentScriptEvents_nothrow( Sequence < ScriptEventDescriptor >& … in impl_getFormComponentScriptEvents_nothrow()
1053 void EventHandler::impl_getCopmonentListenerTypes_nothrow( Sequence< Type >& _out_rTypes ) const in impl_getCopmonentListenerTypes_nothrow()
1085 …void EventHandler::impl_getDialogElementScriptEvents_nothrow( Sequence < ScriptEventDescriptor >& … in impl_getDialogElementScriptEvents_nothrow()
1110 … Reference< XInterface > EventHandler::impl_getSecondaryComponentForEventInspection_throw( ) const in impl_getSecondaryComponentForEventInspection_throw()
1136 …const EventDescription& EventHandler::impl_getEventForName_throw( const ::rtl::OUString& _rPropert… in impl_getEventForName_throw()
1158 …void EventHandler::impl_setFormComponentScriptEvent_nothrow( const ScriptEventDescriptor& _rScript… in impl_setFormComponentScriptEvent_nothrow()
1217 …void EventHandler::impl_setDialogElementScriptEvent_nothrow( const ScriptEventDescriptor& _rScript… in impl_setDialogElementScriptEvent_nothrow()
1257 bool EventHandler::impl_filterMethod_nothrow( const EventDescription& _rEvent ) const in impl_filterMethod_nothrow()