Searched refs:fF (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 836 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 D | interpr3.cxx | 1597 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 …]
|
/aoo41x/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()
|
/aoo41x/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);
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 387 …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()
|
/aoo41x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 629 double fZw, double fF); 642 double fZw, double fF); 646 double fBw, double fF); 653 double fZw, double fF, double& fRmz); 697 ,double& fT,double& fF);
|
/aoo41x/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()
|
/aoo41x/main/tools/inc/tools/ |
H A D | b3dtrans.hxx | 180 void SetFrontClippingPlane(double fF=0.0);
|
Completed in 156 milliseconds