Lines Matching refs:aPropertyNames
1260 void SAL_CALL Cell::setPropertyValues( const Sequence< OUString >& aPropertyNames, const Sequence< … in setPropertyValues() argument
1267 const sal_Int32 nCount = aPropertyNames.getLength(); in setPropertyValues()
1269 const OUString* pNames = aPropertyNames.getConstArray(); in setPropertyValues()
1291 Sequence< Any > SAL_CALL Cell::getPropertyValues( const Sequence< OUString >& aPropertyNames ) thro… in getPropertyValues() argument
1298 const sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyValues()
1299 const OUString* pNames = aPropertyNames.getConstArray(); in getPropertyValues()
1609 void SAL_CALL Cell::setPropertiesToDefault( const Sequence< OUString >& aPropertyNames ) throw (Unk… in setPropertiesToDefault() argument
1611 sal_Int32 nCount = aPropertyNames.getLength(); in setPropertiesToDefault()
1612 const OUString* pName = aPropertyNames.getConstArray(); in setPropertiesToDefault()
1620 Sequence< Any > SAL_CALL Cell::getPropertyDefaults( const Sequence< OUString >& aPropertyNames ) th… in getPropertyDefaults() argument
1622 sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyDefaults()
1625 const OUString* pName = aPropertyNames.getConstArray(); in getPropertyDefaults()