Searched refs:GenericPropertySet (Results 1 – 2 of 2) sorted by relevance
61 class GenericPropertySet : public OWeakAggObject, class76 GenericPropertySet( PropertySetInfo* pInfo ) throw();77 virtual ~GenericPropertySet() throw();103 GenericPropertySet::GenericPropertySet( PropertySetInfo* pInfo ) throw() in GenericPropertySet() function in GenericPropertySet109 GenericPropertySet::~GenericPropertySet() throw() in ~GenericPropertySet()202 Any SAL_CALL GenericPropertySet::queryInterface( const Type & rType ) in queryInterface()208 Any SAL_CALL GenericPropertySet::queryAggregation( const Type & rType ) in queryAggregation()227 void SAL_CALL GenericPropertySet::acquire() throw() in acquire()232 void SAL_CALL GenericPropertySet::release() throw() in release()237 uno::Sequence< uno::Type > SAL_CALL GenericPropertySet::getTypes() in getTypes()[all …]
55 class GenericPropertySet : public GenericPropertySetBase, private ::osl::Mutex class58 explicit GenericPropertySet();59 explicit GenericPropertySet( const PropertyMap& rPropMap );82 GenericPropertySet::GenericPropertySet() in GenericPropertySet() function in oox::__anon6f33bc770111::GenericPropertySet86 GenericPropertySet::GenericPropertySet( const PropertyMap& rPropMap ) in GenericPropertySet() function in oox::__anon6f33bc770111::GenericPropertySet93 Reference< XPropertySetInfo > SAL_CALL GenericPropertySet::getPropertySetInfo() throw (RuntimeExcep… in getPropertySetInfo()104 Any SAL_CALL GenericPropertySet::getPropertyValue( const OUString& rPropertyName ) throw (UnknownPr… in getPropertyValue()119 Sequence< Property > SAL_CALL GenericPropertySet::getProperties() throw (RuntimeException) in getProperties()133 Property SAL_CALL GenericPropertySet::getPropertyByName( const OUString& rPropertyName ) throw (Unk… in getPropertyByName()146 sal_Bool SAL_CALL GenericPropertySet::hasPropertyByName( const OUString& rPropertyName ) throw (Run… in hasPropertyByName()[all …]
Completed in 14 milliseconds