Home
last modified time | relevance | path

Searched refs:fF (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx836 else if (fF > 0.0) in ScGetBw()
1191 if (fF > 0.0) in ScGetZw()
1378 if (fF > 0.0) in ScGetZinsZ()
1385 if (fF > 0.0) in ScGetZinsZ()
1447 fF = GetDouble(); in ScKumZinsZ()
1464 if (fF <= 0.0) in ScKumZinsZ()
1470 if (fF > 0.0) in ScKumZinsZ()
1488 fF = GetDouble(); in ScKumKapZ()
1505 if (fF <= 0.0) in ScKumKapZ()
1513 if (fF > 0.0) in ScKumKapZ()
[all …]
H A Dinterpr3.cxx1597 double fF = GetDouble(); in ScFDist() local
1603 PushDouble(GetFDist(fF, fF1, fF2)); in ScFDist()
2447 fF = fCount1 + fCount2 - 2; in CalculateTest()
2471 double fT, fF; in ScTTest() local
2509 fF = fCount - 1.0; in ScTTest()
2526 PushDouble(GetTDist(fT, fF)); in ScTTest()
2528 PushDouble(2.0*GetTDist(fT, fF)); in ScTTest()
2589 double fF, fF1, fF2; in ScFTest() local
2592 fF = fS1/fS2; in ScFTest()
2598 fF = fS2/fS1; in ScFTest()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dgridprimitive2d.cxx206 double fF(fX + fSmallStepX); in create2DDecomposition() local
208 … for(sal_uInt32 a(1); a < nSmallStepsX && fF < aExtendedViewport.getMaxX(); a++, fF += fSmallStepX) in create2DDecomposition()
210 const basegfx::B2DPoint aViewPos(aRST * basegfx::B2DPoint(fF, fY)); in create2DDecomposition()
222 double fF(fY + fSmallStepY); in create2DDecomposition() local
224 … for(sal_uInt32 a(1); a < nSmallStepsY && fF < aExtendedViewport.getMaxY(); a++, fF += fSmallStepY) in create2DDecomposition()
226 const basegfx::B2DPoint aViewPos(aRST * basegfx::B2DPoint(fX, fF)); in create2DDecomposition()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfgrprd.cxx231 void DXFGroupReader::SetF(sal_uInt16 nG, double fF) in SetF() argument
234 if (nG<50) F10_59[nG]=fF; in SetF()
237 if (nG<8) F140_147[nG]=fF; in SetF()
240 if (nG<30) F210_239[nG]=fF; in SetF()
243 if (nG<50) F1010_1059[nG]=fF; in SetF()
H A Ddxfgrprd.hxx80 void SetF(sal_uInt16 nG, double fF);
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx387 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4() local
391 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4()
392 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
461 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4() local
465 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4()
466 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx651 double fZw, double fF);
664 double fZw, double fF);
668 double fBw, double fF);
675 double fZw, double fF, double& fRmz);
719 ,double& fT,double& fF);
/trunk/main/tools/source/generic/
H A Db3dtrans.cxx487 void B3dTransformationSet::SetFrontClippingPlane(double fF) in SetFrontClippingPlane() argument
489 if(mfNearBound != fF) in SetFrontClippingPlane()
491 mfNearBound = fF; in SetFrontClippingPlane()
/trunk/main/tools/inc/tools/
H A Db3dtrans.hxx180 void SetFrontClippingPlane(double fF=0.0);

Completed in 83 milliseconds