Home
last modified time | relevance | path

Searched refs:_rPropValue (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/xmloff/source/forms/
H A Delementimport.cxx943 PropertyValue& _rPropValue) in implTranslateValueProperty() argument
945 OSL_ENSURE(_rxPropInfo->hasPropertyByName(_rPropValue.Name), in implTranslateValueProperty()
949 Property aProp = _rxPropInfo->getPropertyByName(_rPropValue.Name); in implTranslateValueProperty()
955 _rPropValue.Value >>= sValue; in implTranslateValueProperty()
962 (0 == _rPropValue.Name.compareToAscii(PROPERTY_EFFECTIVE_VALUE)) in implTranslateValueProperty()
963 || (0 == _rPropValue.Name.compareToAscii(PROPERTY_EFFECTIVE_DEFAULT)), 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()
H A Delementimport.hxx256 ::com::sun::star::beans::PropertyValue& /* [in/out] */ _rPropValue);

Completed in 30 milliseconds