Searched refs:InvocationToAllListenerMapper (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/eventattacher/source/ |
H A D | eventattacher.cxx | 64 class InvocationToAllListenerMapper : public WeakImplHelper1< XInvocation > class 67 InvocationToAllListenerMapper( const Reference< XIdlClass >& ListenerType, 101 (XInvocation*)new InvocationToAllListenerMapper( xListenerType, xListener, Helper ); in createAllListenerAdapter() 111 InvocationToAllListenerMapper::InvocationToAllListenerMapper in InvocationToAllListenerMapper() function in comp_EventAttacher::InvocationToAllListenerMapper 120 Reference< XIntrospectionAccess > SAL_CALL InvocationToAllListenerMapper::getIntrospection(void) in getIntrospection() 127 Any SAL_CALL InvocationToAllListenerMapper::invoke(const OUString& FunctionName, const Sequence< An… in invoke() 178 void SAL_CALL InvocationToAllListenerMapper::setValue(const OUString& , const Any& ) in setValue() 185 Any SAL_CALL InvocationToAllListenerMapper::getValue(const OUString& ) in getValue() 192 sal_Bool SAL_CALL InvocationToAllListenerMapper::hasMethod(const OUString& Name) in hasMethod() 200 sal_Bool SAL_CALL InvocationToAllListenerMapper::hasProperty(const OUString& Name) in hasProperty()
|
/aoo4110/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 4051 class InvocationToAllListenerMapper : public WeakImplHelper1< XInvocation > class 4054 InvocationToAllListenerMapper( const Reference< XIdlClass >& ListenerType, 4088 (XInvocation*)new InvocationToAllListenerMapper( xListenerType, xListener, Helper ); in createAllListenerAdapter() 4098 InvocationToAllListenerMapper::InvocationToAllListenerMapper in InvocationToAllListenerMapper() function in InvocationToAllListenerMapper 4107 Reference< XIntrospectionAccess > SAL_CALL InvocationToAllListenerMapper::getIntrospection(void) in getIntrospection() 4114 Any SAL_CALL InvocationToAllListenerMapper::invoke(const ::rtl::OUString& FunctionName, const Seque… in invoke() 4168 void SAL_CALL InvocationToAllListenerMapper::setValue(const ::rtl::OUString& PropertyName, const An… in setValue() 4177 Any SAL_CALL InvocationToAllListenerMapper::getValue(const ::rtl::OUString& PropertyName) in getValue() 4186 sal_Bool SAL_CALL InvocationToAllListenerMapper::hasMethod(const ::rtl::OUString& Name) in hasMethod() 4194 sal_Bool SAL_CALL InvocationToAllListenerMapper::hasProperty(const ::rtl::OUString& Name) in hasProperty()
|
Completed in 42 milliseconds