Home
last modified time | relevance | path

Searched refs:GenericPropertySet (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/comphelper/source/property/
H A Dgenericpropertyset.cxx61 class GenericPropertySet : public OWeakAggObject, class
76 GenericPropertySet( PropertySetInfo* pInfo ) throw();
77 virtual ~GenericPropertySet() throw();
103 GenericPropertySet::GenericPropertySet( PropertySetInfo* pInfo ) throw() in GenericPropertySet() function in GenericPropertySet
109 GenericPropertySet::~GenericPropertySet() throw() in ~GenericPropertySet()
112 void SAL_CALL GenericPropertySet::addPropertyChangeListener( const ::rtl::OUString& aPropertyName, … in addPropertyChangeListener()
134 void SAL_CALL GenericPropertySet::removePropertyChangeListener( const ::rtl::OUString& aPropertyNam… in removePropertyChangeListener()
158 void GenericPropertySet::_setPropertyValues( const PropertyMapEntry** ppEntries, const Any* pValues… in _setPropertyValues()
185 void GenericPropertySet::_getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, Any* p… in _getPropertyValues()
202 Any SAL_CALL GenericPropertySet::queryInterface( const Type & rType ) in queryInterface()
[all …]
/AOO41X/main/oox/source/helper/
H A Dpropertymap.cxx55 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::__anon703a7a760111::GenericPropertySet
86 GenericPropertySet::GenericPropertySet( const PropertyMap& rPropMap ) in GenericPropertySet() function in oox::__anon703a7a760111::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()
[all …]