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