Home
last modified time | relevance | path

Searched refs:ActionTriggerPropertySet (Results 1 – 4 of 4) sorted by relevance

/trunk/main/framework/source/fwe/classes/
H A Dactiontriggerpropertyset.cxx60 ActionTriggerPropertySet::ActionTriggerPropertySet( const Reference< XMultiServiceFactory >& /*xSer… in ActionTriggerPropertySet() function in framework::ActionTriggerPropertySet
70 ActionTriggerPropertySet::~ActionTriggerPropertySet() in ~ActionTriggerPropertySet()
75 Any SAL_CALL ActionTriggerPropertySet::queryInterface( const Type& aType ) in queryInterface()
96 void SAL_CALL ActionTriggerPropertySet::acquire() throw () in acquire()
101 void SAL_CALL ActionTriggerPropertySet::release() throw () in release()
108 ::rtl::OUString SAL_CALL ActionTriggerPropertySet::getImplementationName() in getImplementationName()
114 sal_Bool SAL_CALL ActionTriggerPropertySet::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()
123 Sequence< ::rtl::OUString > SAL_CALL ActionTriggerPropertySet::getSupportedServiceNames() in getSupportedServiceNames()
132 Sequence< Type > SAL_CALL ActionTriggerPropertySet::getTypes() throw ( RuntimeException ) in getTypes()
163 Sequence< sal_Int8 > SAL_CALL ActionTriggerPropertySet::getImplementationId() throw ( RuntimeExcept… in getImplementationId()
[all …]
H A Dactiontriggercontainer.cxx84 return (OWeakObject *)( new ActionTriggerPropertySet( m_xServiceManager )); in createInstance()
H A Drootactiontriggercontainer.cxx129 return (OWeakObject *)( new ActionTriggerPropertySet( m_xServiceManager )); in createInstance()
/trunk/main/framework/inc/classes/
H A Dactiontriggerpropertyset.hxx48 class ActionTriggerPropertySet : public ThreadHelpBase , // Struct for rig… class
56 …FWE_DLLPUBLIC ActionTriggerPropertySet( const ::com::sun::star::uno::Reference< ::com::sun::star::…
57 FWE_DLLPUBLIC virtual ~ActionTriggerPropertySet();