Lines Matching refs:getLength
103 aTypes.getConstArray() + aTypes.getLength(), in initialize()
140 const ::rtl::OUString* pEnd = aServices.getConstArray() + aServices.getLength(); in supportsService()
416 Sequence< ::rtl::OUString > aNames( aProperties.getLength() ); in getPropertyValues()
419 aProperties.getConstArray() + aProperties.getLength(), in getPropertyValues()
429 if ( aValues.getLength() != aNames.getLength() ) in getPropertyValues()
444 Sequence< PropertyValue > aPropertyValues( aNames.getLength() ); in getPropertyValues()
446 const ::rtl::OUString* pNamesEnd = aNames.getConstArray() + aNames.getLength(); in getPropertyValues()
468 aProperties.getArray() + aProperties.getLength(), in impl_setPropertyValues_throw()
473 Sequence< ::rtl::OUString > aNames( aProperties.getLength() ); in impl_setPropertyValues_throw()
476 aProperties.getConstArray() + aProperties.getLength(), in impl_setPropertyValues_throw()
491 sal_Int32 nCount = aNames.getLength(); in impl_setPropertyValues_throw()
497 pName != aNames.getConstArray() + aNames.getLength(); in impl_setPropertyValues_throw()
522 Sequence< Any > aValues( aProperties.getLength() ); in impl_setPropertyValues_throw()
525 aProperties.getConstArray() + aProperties.getLength(), in impl_setPropertyValues_throw()