Lines Matching refs:PropertyMapImpl
38 class PropertyMapImpl class
41 PropertyMapImpl() throw();
42 virtual ~PropertyMapImpl() throw();
60 PropertyMapImpl::PropertyMapImpl() throw() in PropertyMapImpl() function in PropertyMapImpl
64 PropertyMapImpl::~PropertyMapImpl() throw() in ~PropertyMapImpl()
68 void PropertyMapImpl::add( PropertyMapEntry* pMap, sal_Int32 nCount ) throw() in add()
100 void PropertyMapImpl::remove( const OUString& aName ) throw() in remove()
108 Sequence< Property > PropertyMapImpl::getProperties() throw() in getProperties()
137 const PropertyMap* PropertyMapImpl::getPropertyMap() const throw() in getPropertyMap()
142 Property PropertyMapImpl::getPropertyByName( const OUString& aName ) throw( UnknownPropertyExceptio… in getPropertyByName()
154 sal_Bool PropertyMapImpl::hasPropertyByName( const OUString& aName ) throw() in hasPropertyByName()
163 mpMap = new PropertyMapImpl(); in PropertySetInfo()
168 mpMap = new PropertyMapImpl(); in PropertySetInfo()