Home
last modified time | relevance | path

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

/trunk/main/comphelper/inc/comphelper/
H A Dproperty.hxx150 …dValue, staruno::Any& /*out*/_rOldValue, const staruno::Any& _rValueToSet, const T& _rCurrentValue) in tryPropertyValue() argument
155 if (aNewValue != _rCurrentValue) in tryPropertyValue()
158 _rOldValue <<= _rCurrentValue; in tryPropertyValue()
174 … staruno::Any& /*out*/_rOldValue, const staruno::Any& _rValueToSet, const ENUMTYPE& _rCurrentValue) in tryPropertyValueEnum() argument
176 if (cppu::getTypeFavourUnsigned(&_rCurrentValue).getTypeClass() in tryPropertyValueEnum()
178 return tryPropertyValue(_rConvertedValue, _rOldValue, _rValueToSet, _rCurrentValue); in tryPropertyValueEnum()
185 if (aNewValue != _rCurrentValue) in tryPropertyValueEnum()
188 _rOldValue <<= _rCurrentValue; in tryPropertyValueEnum()
227 …y& _rOldValue, const staruno::Any& _rValueToSet, const staruno::Any& _rCurrentValue, const staruno…
/trunk/main/comphelper/source/property/
H A Dproperty.cxx206 …ConvertedValue, Any& _rOldValue, const Any& _rValueToSet, const Any& _rCurrentValue, const Type& _… in tryPropertyValue() argument
209 if (_rCurrentValue.getValue() != _rValueToSet.getValue()) in tryPropertyValue()
229 if ( _rCurrentValue != _rConvertedValue ) in tryPropertyValue()
231 _rOldValue = _rCurrentValue; in tryPropertyValue()

Completed in 19 milliseconds