Lines Matching refs:aNames
416 Sequence< ::rtl::OUString > aNames( aProperties.getLength() ); in getPropertyValues() local
420 aNames.getArray(), in getPropertyValues()
428 aValues = OPropertyBag_PBase::getPropertyValues( aNames ); in getPropertyValues()
429 if ( aValues.getLength() != aNames.getLength() ) in getPropertyValues()
444 Sequence< PropertyValue > aPropertyValues( aNames.getLength() ); in getPropertyValues()
445 const ::rtl::OUString* pName = aNames.getConstArray(); in getPropertyValues()
446 const ::rtl::OUString* pNamesEnd = aNames.getConstArray() + aNames.getLength(); in getPropertyValues()
473 Sequence< ::rtl::OUString > aNames( aProperties.getLength() ); in impl_setPropertyValues_throw() local
477 aNames.getArray(), in impl_setPropertyValues_throw()
491 sal_Int32 nCount = aNames.getLength(); in impl_setPropertyValues_throw()
496 for ( const ::rtl::OUString* pName = aNames.getConstArray(); in impl_setPropertyValues_throw()
497 pName != aNames.getConstArray() + aNames.getLength(); in impl_setPropertyValues_throw()