/trunk/main/basegfx/test/ |
H A D | basegfx2d.cxx | 767 static double fR(45.0 * F_PI180); in TEST_F() local 777 ASSERT_TRUE(impDecomposeComposeTest(fSX, fSY, 0.0, fR)) << "decompose: error test B1"; in TEST_F() 778 ASSERT_TRUE(impDecomposeComposeTest(-fSX, fSY, 0.0, fR)) << "decompose: error test B2"; in TEST_F() 779 ASSERT_TRUE(impDecomposeComposeTest(fSX, -fSY, 0.0, fR)) << "decompose: error test B3"; in TEST_F() 780 ASSERT_TRUE(impDecomposeComposeTest(-fSX, -fSY, 0.0, fR)) << "decompose: error test B4"; in TEST_F() 783 ASSERT_TRUE(impDecomposeComposeTest(fSX, fSY, 0.0, -fR)) << "decompose: error test C1"; in TEST_F() 784 ASSERT_TRUE(impDecomposeComposeTest(-fSX, fSY, 0.0, -fR)) << "decompose: error test C2"; in TEST_F() 785 ASSERT_TRUE(impDecomposeComposeTest(fSX, -fSY, 0.0, -fR)) << "decompose: error test C3"; in TEST_F() 786 ASSERT_TRUE(impDecomposeComposeTest(-fSX, -fSY, 0.0, -fR)) << "decompose: error test C4"; in TEST_F() 801 ASSERT_TRUE(impDecomposeComposeTest(fSX, fSY, tan(fS), fR)) << "decompose: error test F1"; in TEST_F() [all …]
|
/trunk/main/oox/source/drawingml/ |
H A D | color.cxx | 545 double fR = 0.0, fG = 0.0, fB = 0.0; in toRgb() local 548 fR = fG = fB = static_cast< double >( mnC3 ) / MAX_PERCENT; in toRgb() 554 if( fHue <= 1.0 ) { fR = 1.0; fG = fHue; } // red...yellow in toRgb() 563 fR = (fR - 0.5) * fSat + 0.5; in toRgb() 572 fR *= fShade; in toRgb() 579 fR = 1.0 - ((1.0 - fR) * fTint); in toRgb() 584 mnC1 = static_cast< sal_Int32 >( fR * 255.0 + 0.5 ); in toRgb() 625 double fR = static_cast< double >( mnC1 ) / 255.0; // red [0.0, 1.0] in toHsl() local 628 double fMin = ::std::min( ::std::min( fR, fG ), fB ); in toHsl() 629 double fMax = ::std::max( ::std::max( fR, fG ), fB ); in toHsl() [all …]
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr6.cxx | 60 double fR = 0.0; // dummy value in GetGammaContFraction() local 71 fR = fPk/fQk; in GetGammaContFraction() 72 bFinished = (fabs( (fApprox - fR)/fR ) <= fHalfMachEps); in GetGammaContFraction() 73 fApprox = fR; in GetGammaContFraction()
|
/trunk/main/svgio/source/svgreader/ |
H A D | svgcirclenode.cxx | 131 const double fR(getR().solve(*this, length)); in decomposeSvgNode() local 133 if(fR > 0.0) in decomposeSvgNode() 140 fR)); in decomposeSvgNode()
|
H A D | svgtools.cxx | 886 double fR(0.0); in read_color() local 888 if(readNumber(rCandidate, nPos, fR, nLen)) in read_color() 920 rColor.setRed(fR * fFac); in read_color()
|
/trunk/main/tools/source/generic/ |
H A D | b3dtrans.cxx | 434 void B3dTransformationSet::SetDeviceRectangle(double fL, double fR, double fB, double fT, in SetDeviceRectangle() argument 437 if(fL != mfLeftBound || fR != mfRightBound || fB != mfBottomBound || fT != mfTopBound) in SetDeviceRectangle() 440 mfRightBound = fR; in SetDeviceRectangle() 465 void B3dTransformationSet::GetDeviceRectangle(double &fL, double &fR, double& fB, double& fT) in GetDeviceRectangle() argument 468 fR = mfRightBound; in GetDeviceRectangle()
|
H A D | line.cxx | 218 const double fR = ( fACY * -fDistY - fACX * fDistX ) / fL2; in GetDistance() local 221 if( fR < 0.0 ) in GetDistance() 228 else if( fR <= 1.0 ) in GetDistance()
|
/trunk/main/tools/inc/tools/ |
H A D | b3dtrans.hxx | 174 …void SetDeviceRectangle(double fL=-1.0, double fR=1.0, double fB=-1.0, double fT=1.0, sal_Bool bBr… 176 void GetDeviceRectangle(double &fL, double &fR, double& fB, double& fT);
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | ObjectNameProvider.cxx | 609 double fR( xCalculator->getCorrelationCoefficient()); in getHelpText() local 613 fR*fR, rtl_math_StringFormat_G, 4, aDecimalSep, true )); in getHelpText()
|
/trunk/main/chart2/source/view/charttypes/ |
H A D | VSeriesPlotter.cxx | 1098 double fR( xRegressionCurveCalculator->getCorrelationCoefficient()); in createRegressionCurveEquationShapes() local 1105 nNumberFormatKey, fR*fR, nLabelCol, bColChanged )); in createRegressionCurveEquationShapes() 1112 fR*fR, rtl_math_StringFormat_G, 4, aDecimalSep, true )); in createRegressionCurveEquationShapes()
|
/trunk/main/scaddins/source/analysis/ |
H A D | analysis.cxx | 1345 STRING SAL_CALL AnalysisAddIn::getComplex( double fR, double fI, const ANY& rSuff ) THROWDEF_RTE_IAE in getComplex() argument 1366 return Complex( fR, fI, bi ? 'i' : 'j' ).GetString(); in getComplex()
|
/trunk/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 1105 ShadeColor( const Color& rC, double fR ) : aColor( rC ), fDist( fR ) {}; in ShadeColor()
|
/trunk/extras/l10n/source/fr/ |
H A D | localize.sdf | 12914 …rd.TableWizard.business.Tables.payments.Fields.reservationID Name 0 fr RéfRéservation 2020041… 12915 …bleWizard.business.Tables.payments.Fields.reservationID ShortName 0 fr RéfRéser 20200411 15:0… 13041 …ableWizard.business.Tables.reservations.Fields.reservationID Name 0 fr RéfRéservation 2020041… 13042 …izard.business.Tables.reservations.Fields.reservationID ShortName 0 fr RéfRéser 20200411 15:0…
|
/trunk/extras/l10n/source/kab/ |
H A D | localize.sdf | 12915 …leWizard.business.Tables.payments.Fields.reservationID ShortName 0 kab RéfRéser 20200411 15:0… 13041 …bleWizard.business.Tables.reservations.Fields.reservationID Name 0 kab RéfRéservation 2020041… 13042 …zard.business.Tables.reservations.Fields.reservationID ShortName 0 kab RéfRéser 20200411 15:0…
|