Lines Matching refs:aPropValues
299 for ( PropertyValueArray::iterator aPropValues = m_aValues.begin(); in implApplySpecificProperties() local
300 aPropValues != aEnd; in implApplySpecificProperties()
301 ++aPropValues, ++pNames, ++pValues in implApplySpecificProperties()
304 *pNames = aPropValues->Name; in implApplySpecificProperties()
305 *pValues = aPropValues->Value; in implApplySpecificProperties()
322 for ( PropertyValueArray::iterator aPropValues = m_aValues.begin(); in implApplySpecificProperties() local
323 aPropValues != aEnd; in implApplySpecificProperties()
324 ++aPropValues in implApplySpecificProperties()
331 m_xElement->setPropertyValue(aPropValues->Name, aPropValues->Value); in implApplySpecificProperties()
337 …+= ::rtl::OString(aPropValues->Name.getStr(), aPropValues->Name.getLength(), RTL_TEXTENCODING_ASCI… in implApplySpecificProperties()
353 for ( PropertyValueArray::iterator aPropValues = in implApplyGenericProperties() local
355 aPropValues != aEnd; in implApplyGenericProperties()
356 ++aPropValues in implApplyGenericProperties()
364 const bool bExistentProperty = m_xInfo->hasPropertyByName( aPropValues->Name ); in implApplyGenericProperties()
371 … aMessage += ::rtl::OUStringToOString( aPropValues->Name, RTL_TEXTENCODING_ASCII_US ); in implApplyGenericProperties()
379 aPropValues->Name, in implApplyGenericProperties()
381 aPropValues->Value in implApplyGenericProperties()
389 TypeClass eValueTypeClass = aPropValues->Value.getValueTypeClass(); in implApplyGenericProperties()
393 … uno::Type aSimpleType( getSequenceElementType( aPropValues->Value.getValueType() ) ); in implApplyGenericProperties()
398 const Property aProperty( m_xInfo->getPropertyByName( aPropValues->Name ) ); in implApplyGenericProperties()
423 aPropValues->Value >>= aXMLValueList; in implApplyGenericProperties()
437 aPropValues->Value <<= aPropertyValueList; in implApplyGenericProperties()
446 aPropValues->Value >>= nVal; in implApplyGenericProperties()
450 aPropValues->Value <<= static_cast< sal_Int8 >( nVal ); in implApplyGenericProperties()
453 aPropValues->Value <<= static_cast< sal_Int16 >( nVal ); in implApplyGenericProperties()
457 aPropValues->Value <<= static_cast< sal_Int32 >( nVal ); in implApplyGenericProperties()
460 aPropValues->Value <<= static_cast< sal_Int64 >( nVal ); in implApplyGenericProperties()
474 m_xElement->setPropertyValue( aPropValues->Name, aPropValues->Value ); in implApplyGenericProperties()
480 …+= ::rtl::OString(aPropValues->Name.getStr(), aPropValues->Name.getLength(), RTL_TEXTENCODING_ASCI… in implApplyGenericProperties()