Home
last modified time | relevance | path

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

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

Completed in 39 milliseconds