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()
807 aProp.Value <<= _rValue; in handleAttribute()
820 aProp.Value <<= (sal_Int32)( ( ( aTime.GetMSFromTime() / 1000 ) * 1000 ) + nFractions ); in handleAttribute()
956 _rPropValue.Value >>= sValue; in implTranslateValueProperty()
971 _rPropValue.Value <<= nValue; in implTranslateValueProperty()
973 _rPropValue.Value <<= sValue; in implTranslateValueProperty()
976 _rPropValue.Value = PropertyConversion::convertString(GetImport(), aProp.Type, sValue); in implTranslateValueProperty()
1035 aValuePropertyValue = aCheck->Value; in EndElement()
1197 aImagePosition.Value <<= nUnoImagePosition; in StartElement()
1259 aEchoChar.Value <<= (sal_Int16)_rValue.getStr()[0]; in handleAttribute()
1261 aEchoChar.Value <<= (sal_Int16)0; in handleAttribute()
1298 aNewValue.Value <<= (sal_Int16)::cppu::any2bool(aBooleanValue); in handleAttribute()
1557 OSL_VERIFY( aDefaultControlPropertyPos->Value >>= sDefaultControl ); in adjustDefaultControlProperty()
1661 aItemList.Value <<= m_aListSource; in EndElement()
1674 aValueList.Value <<= m_aValueList; in EndElement()
1681 aSelected.Value <<= m_aSelectedSeq; in EndElement()
1687 aDefaultSelected.Value <<= m_aDefaultSelectedSeq; in EndElement()
1727 aListSource.Value <<= _rValue; in handleAttribute()
1736 aListSource.Value <<= aListSourcePropValue; in handleAttribute()
2139 aProp.Value <<= aList; in implTranslateStringListProperty()