Searched refs:rCurrValue (Results 1 – 5 of 5) sorted by relevance
53 const ValueType& rCurrValue ) in accumulate() argument55 return nRepeatCount*rEndValue + rCurrValue; in accumulate()61 const sal_Int16& rCurrValue ) in accumulate() argument64 return rCurrValue; in accumulate()70 … const ::rtl::OUString& rCurrValue ) in accumulate()73 return rCurrValue; in accumulate()
84 template< typename T > T ShapeAttributeLayer::calcValue( const T& rCurrValue, in calcValue() argument113 return rCurrValue; in calcValue()116 return rCurrValue + ((*mpChild).*pGetValue)(); in calcValue()119 return rCurrValue * ((*mpChild).*pGetValue)(); in calcValue()126 return rCurrValue; in calcValue()
630 ::com::sun::star::beans::PropertyValue& rCurrValue = pValues[n]; in getPropertyValues()633 rCurrValue.Name = rCurrProp.Name; in getPropertyValues()634 rCurrValue.Handle = rCurrProp.Handle; in getPropertyValues()635 rCurrValue.Value = getPropertyValue( rCurrProp.Name ); in getPropertyValues()
839 beans::PropertyValue & rCurrValue = aPropValues[ nWritePos ]; in transferProperties() local878 rCurrValue.Name = rCurrProp.Name; in transferProperties()879 rCurrValue.Handle = rCurrProp.Handle; in transferProperties()880 rCurrValue.Value = aValue; in transferProperties()
477 template< typename T > T calcValue( const T& rCurrValue,
Completed in 54 milliseconds