Lines Matching refs:aPropertyNames

795 …angeBase::setPropertyValues( const uno::Sequence< ::rtl::OUString >& aPropertyNames, const uno::Se…  in setPropertyValues()  argument
797 _setPropertyValues( aPropertyNames, aValues, -1 ); in setPropertyValues()
800 …ngeBase::_setPropertyValues( const uno::Sequence< ::rtl::OUString >& aPropertyNames, const uno::Se… in _setPropertyValues() argument
811 const OUString* pPropertyNames = aPropertyNames.getConstArray(); in _setPropertyValues()
813 sal_Int32 nCount = aPropertyNames.getLength(); in _setPropertyValues()
919 …angeBase::getPropertyValues( const uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (uno::… in getPropertyValues() argument
921 return _getPropertyValues( aPropertyNames, -1 ); in getPropertyValues()
924 …ngeBase::_getPropertyValues( const uno::Sequence< ::rtl::OUString >& aPropertyNames, sal_Int32 nPa… in _getPropertyValues() argument
928 sal_Int32 nCount = aPropertyNames.getLength(); in _getPropertyValues()
944 const OUString* pPropertyNames = aPropertyNames.getConstArray(); in _getPropertyValues()
1356 …tRangeBase::setPropertiesToDefault( const uno::Sequence< OUString >& aPropertyNames ) throw (beans… in setPropertiesToDefault() argument
1358 sal_Int32 nCount = aPropertyNames.getLength(); in setPropertiesToDefault()
1359 for( const OUString* pName = aPropertyNames.getConstArray(); nCount; pName++, nCount-- ) in setPropertiesToDefault()
1365 …TextRangeBase::getPropertyDefaults( const uno::Sequence< OUString >& aPropertyNames ) throw (beans… in getPropertyDefaults() argument
1367 sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyDefaults()
1371 …for( const OUString* pName = aPropertyNames.getConstArray(); nCount; pName++, nCount--, pDefaults+… in getPropertyDefaults()