Searched refs:PropertySetContainer (Results 1 – 6 of 6) sorted by relevance
44 PropertySetContainer::PropertySetContainer( const Reference< XMultiServiceFactory >& ) in PropertySetContainer() function in framework::PropertySetContainer52 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 …]
57 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()
41 PropertySetContainer( rServiceManager ) in ActionTriggerContainer()65 return PropertySetContainer::queryInterface( aType ); in queryInterface()70 PropertySetContainer::acquire(); in acquire()75 PropertySetContainer::release(); in release()
41 class FWE_DLLPUBLIC PropertySetContainer : public com::sun::star::container::XIndexContainer , class46 …PropertySetContainer( const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFac…47 virtual ~PropertySetContainer();
40 class FWE_DLLPUBLIC ActionTriggerContainer : public PropertySetContainer,
42 class FWE_DLLPUBLIC RootActionTriggerContainer : public PropertySetContainer,
Completed in 25 milliseconds