Home
last modified time | relevance | path

Searched refs:PropertySetContainer (Results 1 – 6 of 6) sorted by relevance

/trunk/main/framework/source/fwe/helper/
H A Dpropertysetcontainer.cxx44 PropertySetContainer::PropertySetContainer( const Reference< XMultiServiceFactory >& ) in PropertySetContainer() function in framework::PropertySetContainer
52 PropertySetContainer::~PropertySetContainer() in ~PropertySetContainer()
58 void SAL_CALL PropertySetContainer::acquire() throw () in acquire()
63 void SAL_CALL PropertySetContainer::release() throw () in release()
68 Any SAL_CALL PropertySetContainer::queryInterface( const Type& rType ) in queryInterface()
87 void SAL_CALL PropertySetContainer::insertByIndex( sal_Int32 Index, const ::com::sun::star::uno::An… in insertByIndex()
120 void SAL_CALL PropertySetContainer::removeByIndex( sal_Int32 Index ) in removeByIndex()
136 void SAL_CALL PropertySetContainer::replaceByIndex( sal_Int32 Index, const ::com::sun::star::uno::A… in replaceByIndex()
159 sal_Int32 SAL_CALL PropertySetContainer::getCount() in getCount()
167 Any SAL_CALL PropertySetContainer::getByIndex( sal_Int32 Index ) in getByIndex()
[all …]
/trunk/main/framework/source/fwe/classes/
H A Drootactiontriggercontainer.cxx57 PropertySetContainer( rServiceManager ) in RootActionTriggerContainer()
111 return PropertySetContainer::queryInterface( aType ); in queryInterface()
116 PropertySetContainer::acquire(); in acquire()
121 PropertySetContainer::release(); in release()
168 PropertySetContainer::insertByIndex( Index, Element ); in insertByIndex()
181 PropertySetContainer::removeByIndex( Index ); in removeByIndex()
196 PropertySetContainer::replaceByIndex( Index, Element ); in replaceByIndex()
218 return PropertySetContainer::getCount(); in getCount()
230 return PropertySetContainer::getByIndex( Index ); in getByIndex()
H A Dactiontriggercontainer.cxx41 PropertySetContainer( rServiceManager ) in ActionTriggerContainer()
65 return PropertySetContainer::queryInterface( aType ); in queryInterface()
70 PropertySetContainer::acquire(); in acquire()
75 PropertySetContainer::release(); in release()
/trunk/main/framework/inc/helper/
H A Dpropertysetcontainer.hxx41 class FWE_DLLPUBLIC PropertySetContainer : public com::sun::star::container::XIndexContainer , class
46PropertySetContainer( const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFac…
47 virtual ~PropertySetContainer();
/trunk/main/framework/inc/classes/
H A Dactiontriggercontainer.hxx40 class FWE_DLLPUBLIC ActionTriggerContainer : public PropertySetContainer,
H A Drootactiontriggercontainer.hxx42 class FWE_DLLPUBLIC RootActionTriggerContainer : public PropertySetContainer,

Completed in 24 milliseconds