Lines Matching refs:pNames
169 const OUString* pNames = aPropertyNames.getConstArray(); in setPropertyValues() local
173 for( n = 0; !bUnknown && ( n < nCount ); n++, pNames++ ) in setPropertyValues()
175 pEntries[n] = mp->find( *pNames ); in setPropertyValues()
185 throw UnknownPropertyException( *pNames, static_cast< XPropertySet* >( this ) ); in setPropertyValues()
198 const OUString* pNames = aPropertyNames.getConstArray(); in getPropertyValues() local
202 for( n = 0; !bUnknown && ( n < nCount ); n++, pNames++ ) in getPropertyValues()
204 pEntries[n] = mp->find( *pNames ); in getPropertyValues()
217 throw UnknownPropertyException( *pNames, static_cast< XPropertySet* >( this ) ); in getPropertyValues()
263 const OUString* pNames = aPropertyName.getConstArray(); in getPropertyStates() local
270 for( n = 0; !bUnknown && (n < nCount); n++, pNames++ ) in getPropertyStates()
272 pEntries[n] = mp->find( *pNames ); in getPropertyStates()
284 throw UnknownPropertyException( *pNames, static_cast< XPropertySet* >( this ) ); in getPropertyStates()