Lines Matching refs:Value

305 				*pValues = aPropValues->Value;  in implApplySpecificProperties()
331 m_xElement->setPropertyValue(aPropValues->Name, aPropValues->Value); in implApplySpecificProperties()
381 aPropValues->Value in implApplyGenericProperties()
389 TypeClass eValueTypeClass = aPropValues->Value.getValueTypeClass(); in implApplyGenericProperties()
393 … uno::Type aSimpleType( getSequenceElementType( aPropValues->Value.getValueType() ) ); 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()
806 aProp.Value <<= _rValue; in handleAttribute()
819 aProp.Value <<= (sal_Int32)( ( ( aTime.GetMSFromTime() / 1000 ) * 1000 ) + nFractions ); in handleAttribute()
955 _rPropValue.Value >>= sValue; in implTranslateValueProperty()
970 _rPropValue.Value <<= nValue; in implTranslateValueProperty()
972 _rPropValue.Value <<= sValue; in implTranslateValueProperty()
975 _rPropValue.Value = PropertyConversion::convertString(GetImport(), aProp.Type, sValue); in implTranslateValueProperty()
1034 aValuePropertyValue = aCheck->Value; in EndElement()
1196 aImagePosition.Value <<= nUnoImagePosition; in StartElement()
1258 aEchoChar.Value <<= (sal_Int16)_rValue.getStr()[0]; in handleAttribute()
1260 aEchoChar.Value <<= (sal_Int16)0; in handleAttribute()
1297 aNewValue.Value <<= (sal_Int16)::cppu::any2bool(aBooleanValue); in handleAttribute()
1556 OSL_VERIFY( aDefaultControlPropertyPos->Value >>= sDefaultControl ); in adjustDefaultControlProperty()
1660 aItemList.Value <<= m_aListSource; in EndElement()
1673 aValueList.Value <<= m_aValueList; in EndElement()
1680 aSelected.Value <<= m_aSelectedSeq; in EndElement()
1686 aDefaultSelected.Value <<= m_aDefaultSelectedSeq; in EndElement()
1726 aListSource.Value <<= _rValue; in handleAttribute()
1735 aListSource.Value <<= aListSourcePropValue; in handleAttribute()
2138 aProp.Value <<= aList; in implTranslateStringListProperty()