| /AOO42X/main/sc/source/core/tool/ |
| H A D | interpr2.cxx | 828 double fZw, double fF) in ScGetBw() argument 834 else if (fF > 0.0) in ScGetBw() 1180 double fBw, double fF) in ScGetZw() argument 1189 if (fF > 0.0) in ScGetZw() 1368 double fZw, double fF, double& fRmz) in ScGetZinsZ() argument 1371 fRmz = ScGetRmz(fZins, fZzr, fBw, fZw, fF); // fuer kapz auch bei fZr == 1 in ScGetZinsZ() 1376 if (fF > 0.0) in ScGetZinsZ() 1383 if (fF > 0.0) in ScGetZinsZ() 1444 double fZins, fZzr, fBw, fAnfang, fEnde, fF, fRmz, fZinsZ; in ScKumZinsZ() local 1445 fF = GetDouble(); in ScKumZinsZ() [all …]
|
| H A D | interpr3.cxx | 1597 double fF = GetDouble(); in ScFDist() local 1598 if (fF < 0.0 || fF1 < 1.0 || fF2 < 1.0 || fF1 >= 1.0E10 || fF2 >= 1.0E10) in ScFDist() 1603 PushDouble(GetFDist(fF, fF1, fF2)); in ScFDist() 2383 ,double& fT,double& fF) in CalculateTest() argument 2437 fF = 1.0/(c*c/(fCount1-1.0)+(1.0-c)*(1.0-c)/(fCount2-1.0)); in CalculateTest() 2447 fF = fCount1 + fCount2 - 2; in CalculateTest() 2471 double fT, fF; in ScTTest() local 2509 fF = fCount - 1.0; in ScTTest() 2513 CalculateTest(sal_False,nC1, nC2,nR1, nR2,pMat1,pMat2,fT,fF); in ScTTest() 2517 CalculateTest(sal_True,nC1, nC2,nR1, nR2,pMat1,pMat2,fT,fF); in ScTTest() [all …]
|
| /AOO42X/main/drawinglayer/source/primitive2d/ |
| H A D | gridprimitive2d.cxx | 206 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()
|
| /AOO42X/main/filter/source/graphicfilter/idxf/ |
| H A D | dxfgrprd.cxx | 231 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 D | dxfgrprd.hxx | 80 void SetF(sal_uInt16 nG, double fF);
|
| /AOO42X/main/filter/source/graphicfilter/icgm/ |
| H A D | class4.cxx | 385 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4() local 389 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4() 390 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4() 459 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4() local 463 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4() 464 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
|
| /AOO42X/main/sc/source/core/inc/ |
| H A D | interpre.hxx | 651 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);
|
| /AOO42X/main/tools/source/generic/ |
| H A D | b3dtrans.cxx | 487 void B3dTransformationSet::SetFrontClippingPlane(double fF) in SetFrontClippingPlane() argument 489 if(mfNearBound != fF) in SetFrontClippingPlane() 491 mfNearBound = fF; in SetFrontClippingPlane()
|
| /AOO42X/main/tools/inc/tools/ |
| H A D | b3dtrans.hxx | 180 void SetFrontClippingPlane(double fF=0.0);
|