Lines Matching refs:PropertyMapImpl
39 class PropertyMapImpl class
42 PropertyMapImpl() throw();
43 virtual ~PropertyMapImpl() throw();
61 PropertyMapImpl::PropertyMapImpl() throw() in PropertyMapImpl() function in PropertyMapImpl
65 PropertyMapImpl::~PropertyMapImpl() throw() in ~PropertyMapImpl()
69 void PropertyMapImpl::add( PropertyMapEntry* pMap ) throw() in add()
97 void PropertyMapImpl::remove( const OUString& aName ) throw() in remove()
105 Sequence< Property > PropertyMapImpl::getProperties() throw() in getProperties()
133 const PropertyMap* PropertyMapImpl::getPropertyMap() const throw() in getPropertyMap()
138 Property PropertyMapImpl::getPropertyByName( const OUString& aName ) throw( UnknownPropertyExceptio… in getPropertyByName()
150 sal_Bool PropertyMapImpl::hasPropertyByName( const OUString& aName ) throw() in hasPropertyByName()
159 mpMap = new PropertyMapImpl(); in PropertySetInfo()