Lines Matching refs:getConstArray
102 aTypes.getConstArray(), in initialize()
103 aTypes.getConstArray() + aTypes.getLength(), in initialize()
139 const ::rtl::OUString* pStart = aServices.getConstArray(); in supportsService()
140 const ::rtl::OUString* pEnd = aServices.getConstArray() + aServices.getLength(); in supportsService()
418 aProperties.getConstArray(), in getPropertyValues()
419 aProperties.getConstArray() + aProperties.getLength(), in getPropertyValues()
445 const ::rtl::OUString* pName = aNames.getConstArray(); in getPropertyValues()
446 const ::rtl::OUString* pNamesEnd = aNames.getConstArray() + aNames.getLength(); in getPropertyValues()
475 aProperties.getConstArray(), in impl_setPropertyValues_throw()
476 aProperties.getConstArray() + aProperties.getLength(), in impl_setPropertyValues_throw()
495 const PropertyValue* pProperty = aProperties.getConstArray(); 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()
524 aProperties.getConstArray(), in impl_setPropertyValues_throw()
525 aProperties.getConstArray() + aProperties.getLength(), in impl_setPropertyValues_throw()
530 setFastPropertyValues( nCount, aHandles.getArray(), aValues.getConstArray(), nCount ); in impl_setPropertyValues_throw()