Home
last modified time | relevance | path

Searched refs:nEndValue (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sw/source/ui/app/
H A Dmainwn.cxx67 void StartProgress( sal_uInt16 nMessResId, long nStartValue, long nEndValue, in StartProgress() argument
86 nEndValue - nStartValue, in StartProgress()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimationFunction.cxx104 const double nEndValue, in Blend() argument
107 return nStartValue*(1-nTime) + nEndValue*nTime; in Blend()
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimationFunction.hxx81 static double Blend (const double nStartValue, const double nEndValue, const double nWeight);

Completed in 21 milliseconds