Searched refs:_rPropValue (Results 1 – 2 of 2) sorted by relevance
944 PropertyValue& _rPropValue) in implTranslateValueProperty() argument946 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()
256 ::com::sun::star::beans::PropertyValue& /* [in/out] */ _rPropValue);
Completed in 39 milliseconds