Lines Matching refs:PropertyMapEntry

45 	PropertyMapEntry* find( const OUString& aName ) const throw();
51 PropertyMapEntry* PropertySetHelperImpl::find( const OUString& aName ) const throw() in find()
88 PropertyMapEntry* aEntries[2]; in setPropertyValue()
96 _setPropertyValues( (const PropertyMapEntry**)aEntries, &aValue ); in setPropertyValue()
101 PropertyMapEntry* aEntries[2]; in getPropertyValue()
110 _getPropertyValues( (const PropertyMapEntry**)aEntries, &aAny ); in getPropertyValue()
145 PropertyMapEntry** pEntries = new PropertyMapEntry*[nCount+1]; in setPropertyValues()
157 _setPropertyValues( (const PropertyMapEntry**)pEntries, aValues.getConstArray() ); in setPropertyValues()
173 PropertyMapEntry** pEntries = new PropertyMapEntry*[nCount+1]; in getPropertyValues()
185 _getPropertyValues( (const PropertyMapEntry**)pEntries, aValues.getArray() ); in getPropertyValues()
214 PropertyMapEntry* aEntries[2]; in getPropertyState()
223 _getPropertyStates( (const PropertyMapEntry**)aEntries, &aState ); in getPropertyState()
240 PropertyMapEntry** pEntries = new PropertyMapEntry*[nCount+1]; in getPropertyStates()
252 _getPropertyStates( (const PropertyMapEntry**)pEntries, aStates.getArray() ); in getPropertyStates()
265 PropertyMapEntry *pEntry = mp->find( PropertyName ); in setPropertyToDefault()
274 PropertyMapEntry* pEntry = mp->find( aPropertyName ); in getPropertyDefault()
281 void PropertySetHelper::_getPropertyStates( const utl::PropertyMapEntry** /*ppEntries*/, PropertySt… in _getPropertyStates() argument
286 void PropertySetHelper::_setPropertyToDefault( const utl::PropertyMapEntry* /*pEntry*/ ) throw(Unk… in _setPropertyToDefault() argument
291 Any PropertySetHelper::_getPropertyDefault( const utl::PropertyMapEntry* /*pEntry*/ ) throw(Unknown… in _getPropertyDefault() argument