Lines Matching refs:aValues
240 Sequence< Any > aValues( &aValue, 1 ); in setPropertyValue() local
241 setPropertyValues( aNames, aValues ); in setPropertyValue()
248 Sequence< Any > aValues = getPropertyValues( aNames ); in getPropertyValue() local
249 …OSL_ENSURE( aValues.getLength() == 1, "OGridColumnPropertyTranslator::getPropertyValue: nonsense!"… in getPropertyValue()
250 if ( aValues.getLength() == 1 ) in getPropertyValue()
251 return aValues[0]; in getPropertyValue()
280 …onst Sequence< ::rtl::OUString >& aPropertyNames, const Sequence< Any >& aValues ) throw (Property… in setPropertyValues() argument
289 Sequence< Any > aTranslatedValues( aValues ); in setPropertyValues()
304 Sequence< Any > aValues( aPropertyNames.getLength() ); in getPropertyValues() local
306 return aValues; in getPropertyValues()
313 aValues = m_xGridColumn->getPropertyValues( aPropertyNames ); in getPropertyValues()
315 valueAlignToParaAdjust( aValues[ nAlignPos ] ); in getPropertyValues()
317 return aValues; in getPropertyValues()