Lines Matching refs:find
45 PropertyMapEntry* find( const OUString& aName ) const throw();
51 PropertyMapEntry* PropertySetHelperImpl::find( const OUString& aName ) const throw() in find() function in PropertySetHelperImpl
53 PropertyMap::const_iterator aIter = mpInfo->getPropertyMap()->find( aName ); in find()
89 aEntries[0] = mp->find( aPropertyName ); in setPropertyValue()
102 aEntries[0] = mp->find( PropertyName ); in getPropertyValue()
152 pEntries[n] = mp->find( *pNames ); in setPropertyValues()
180 pEntries[n] = mp->find( *pNames ); in getPropertyValues()
216 aEntries[0] = mp->find( PropertyName ); in getPropertyState()
245 pEntries[n] = mp->find( *pNames ); in getPropertyStates()
265 PropertyMapEntry *pEntry = mp->find( PropertyName ); in setPropertyToDefault()
274 PropertyMapEntry* pEntry = mp->find( aPropertyName ); in getPropertyDefault()