Lines Matching refs:PropertyMapEntry

44 	PropertyMapEntry* find( const OUString& aName ) const throw();
50 PropertyMapEntry* PropertySetHelperImpl::find( const OUString& aName ) const throw() in find()
110 PropertyMapEntry* aEntries[2]; in setPropertyValue()
118 _setPropertyValues( (const PropertyMapEntry**)aEntries, &aValue ); in setPropertyValue()
123 PropertyMapEntry* aEntries[2]; in getPropertyValue()
132 _getPropertyValues( (const PropertyMapEntry**)aEntries, &aAny ); in getPropertyValue()
167 PropertyMapEntry** pEntries = new PropertyMapEntry*[nCount+1]; in setPropertyValues()
180 _setPropertyValues( (const PropertyMapEntry**)pEntries, aValues.getConstArray() ); in setPropertyValues()
196 PropertyMapEntry** pEntries = new PropertyMapEntry*[nCount+1]; in getPropertyValues()
211 _getPropertyValues( (const PropertyMapEntry**)pEntries, aValues.getArray() ); in getPropertyValues()
241 PropertyMapEntry* aEntries[2]; in getPropertyState()
250 _getPropertyStates( (const PropertyMapEntry**)aEntries, &aState ); in getPropertyState()
267 PropertyMapEntry** pEntries = new PropertyMapEntry*[nCount+1]; in getPropertyStates()
279 _getPropertyStates( (const PropertyMapEntry**)pEntries, aStates.getArray() ); in getPropertyStates()
292 PropertyMapEntry *pEntry = mp->find( PropertyName ); in setPropertyToDefault()
301 PropertyMapEntry* pEntry = mp->find( aPropertyName ); in getPropertyDefault()
308 void PropertySetHelper::_getPropertyStates( const comphelper::PropertyMapEntry**, PropertyState* ) … in _getPropertyStates() argument
313 void PropertySetHelper::_setPropertyToDefault( const comphelper::PropertyMapEntry* ) throw(Unknown… in _setPropertyToDefault() argument
318 Any PropertySetHelper::_getPropertyDefault( const comphelper::PropertyMapEntry* ) throw(UnknownProp… in _getPropertyDefault() argument