Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/misc/
H A Dunitconv.cxx346 long CalcToPoint( long nIn, SfxMapUnit eUnit, sal_uInt16 nFaktor ) in CalcToPoint() argument
380 return nRet * nFaktor / 20; in CalcToPoint()
/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx912 double nFaktor; in ScGDA() local
914 nFaktor = GetDouble(); in ScGDA()
916 nFaktor = 2.0; in ScGDA()
921 if (nWert < 0.0 || nRest < 0.0 || nFaktor <= 0.0 || nRest > nWert in ScGDA()
925 PushDouble(ScGetGDA(nWert, nRest, nDauer, nPeriode, nFaktor)); in ScGDA()
/AOO41X/main/svtools/inc/svtools/
H A Dunitconv.hxx43 SVT_DLLPUBLIC long CalcToPoint( long nIn, SfxMapUnit eUnit, sal_uInt16 nFaktor );