Searched refs:nFaktor (Results 1 – 3 of 3) sorted by relevance
346 long CalcToPoint( long nIn, SfxMapUnit eUnit, sal_uInt16 nFaktor ) in CalcToPoint() argument380 return nRet * nFaktor / 20; in CalcToPoint()
914 double nFaktor; in ScGDA() local916 nFaktor = GetDouble(); in ScGDA()918 nFaktor = 2.0; in ScGDA()923 if (nWert < 0.0 || nRest < 0.0 || nFaktor <= 0.0 || nRest > nWert in ScGDA()927 PushDouble(ScGetGDA(nWert, nRest, nDauer, nPeriode, nFaktor)); in ScGDA()
43 SVT_DLLPUBLIC long CalcToPoint( long nIn, SfxMapUnit eUnit, sal_uInt16 nFaktor );
Completed in 30 milliseconds