Home
last modified time | relevance | path

Searched refs:rCurrValue (Results 1 – 5 of 5) sorted by relevance

/trunk/main/slideshow/source/engine/activities/
H A Daccumulation.hxx53 const ValueType& rCurrValue ) in accumulate() argument
55 return nRepeatCount*rEndValue + rCurrValue; in accumulate()
61 const sal_Int16& rCurrValue ) in accumulate() argument
64 return rCurrValue; in accumulate()
70 … const ::rtl::OUString& rCurrValue ) in accumulate()
73 return rCurrValue; in accumulate()
/trunk/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx84 template< typename T > T ShapeAttributeLayer::calcValue( const T& rCurrValue, in calcValue() argument
113 return rCurrValue; in calcValue()
116 return rCurrValue + ((*mpChild).*pGetValue)(); in calcValue()
119 return rCurrValue * ((*mpChild).*pGetValue)(); in calcValue()
126 return rCurrValue; in calcValue()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx630 ::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()
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx839 beans::PropertyValue & rCurrValue = aPropValues[ nWritePos ]; in transferProperties() local
878 rCurrValue.Name = rCurrProp.Name; in transferProperties()
879 rCurrValue.Handle = rCurrProp.Handle; in transferProperties()
880 rCurrValue.Value = aValue; in transferProperties()
/trunk/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx477 template< typename T > T calcValue( const T& rCurrValue,

Completed in 43 milliseconds