Lines Matching refs:GenericPropertySet

55 class GenericPropertySet : public GenericPropertySetBase, private ::osl::Mutex  class
58 explicit GenericPropertySet();
59 explicit GenericPropertySet( const PropertyMap& rPropMap );
82 GenericPropertySet::GenericPropertySet() in GenericPropertySet() function in oox::__anonf444702f0111::GenericPropertySet
86 GenericPropertySet::GenericPropertySet( const PropertyMap& rPropMap ) in GenericPropertySet() function in oox::__anonf444702f0111::GenericPropertySet
93 Reference< XPropertySetInfo > SAL_CALL GenericPropertySet::getPropertySetInfo() throw (RuntimeExcep… in getPropertySetInfo()
98 void SAL_CALL GenericPropertySet::setPropertyValue( const OUString& rPropertyName, const Any& rValu… in setPropertyValue()
104 Any SAL_CALL GenericPropertySet::getPropertyValue( const OUString& rPropertyName ) throw (UnknownPr… in getPropertyValue()
113 void SAL_CALL GenericPropertySet::addPropertyChangeListener( const OUString& , const Reference< XPr… in addPropertyChangeListener()
114 void SAL_CALL GenericPropertySet::removePropertyChangeListener( const OUString& , const Reference< … in removePropertyChangeListener()
115 void SAL_CALL GenericPropertySet::addVetoableChangeListener( const OUString& , const Reference< XVe… in addVetoableChangeListener()
116 void SAL_CALL GenericPropertySet::removeVetoableChangeListener( const OUString& , const Reference< … in removeVetoableChangeListener()
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()
208 return new GenericPropertySet( *this ); in makePropertySet()