/aoo41x/main/basegfx/test/ |
H A D | basegfx2d.cxx | 822 static double fR(45.0 * F_PI180); in decompose() local 832 CPPUNIT_ASSERT_MESSAGE("decompose: error test B1", impDecomposeComposeTest(fSX, fSY, 0.0, fR)); in decompose() 833 CPPUNIT_ASSERT_MESSAGE("decompose: error test B2", impDecomposeComposeTest(-fSX, fSY, 0.0, fR)); in decompose() 834 CPPUNIT_ASSERT_MESSAGE("decompose: error test B3", impDecomposeComposeTest(fSX, -fSY, 0.0, fR)); in decompose() 835 CPPUNIT_ASSERT_MESSAGE("decompose: error test B4", impDecomposeComposeTest(-fSX, -fSY, 0.0, fR)); in decompose() 838 CPPUNIT_ASSERT_MESSAGE("decompose: error test C1", impDecomposeComposeTest(fSX, fSY, 0.0, -fR)); in decompose() 839 CPPUNIT_ASSERT_MESSAGE("decompose: error test C2", impDecomposeComposeTest(-fSX, fSY, 0.0, -fR)); in decompose() 840 CPPUNIT_ASSERT_MESSAGE("decompose: error test C3", impDecomposeComposeTest(fSX, -fSY, 0.0, -fR)); in decompose() 841 CPPUNIT_ASSERT_MESSAGE("decompose: error test C4", impDecomposeComposeTest(-fSX, -fSY, 0.0, -fR)); in decompose() 856 …CPPUNIT_ASSERT_MESSAGE("decompose: error test F1", impDecomposeComposeTest(fSX, fSY, tan(fS), fR)); in decompose() [all …]
|
/aoo41x/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 …]
|
/aoo41x/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()
|
/aoo41x/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 | 874 double fR(0.0); in read_color() local 876 if(readNumber(rCandidate, nPos, fR, nLen)) in read_color() 908 rColor.setRed(fR * fFac); in read_color()
|
/aoo41x/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()
|
/aoo41x/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);
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysis.cxx | 1360 STRING SAL_CALL AnalysisAddIn::getComplex( double fR, double fI, const ANY& rSuff ) THROWDEF_RTE_IAE in getComplex() argument 1381 return Complex( fR, fI, bi ? 'i' : 'j' ).GetString(); in getComplex()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 1105 ShadeColor( const Color& rC, double fR ) : aColor( rC ), fDist( fR ) {}; in ShadeColor()
|
/aoo41x/extras/l10n/source/fr/ |
H A D | localize.sdf | 699 …rd.TableWizard.business.Tables.payments.Fields.reservationID Name 0 fr RéfRéservation 2013061… 700 …bleWizard.business.Tables.payments.Fields.reservationID ShortName 0 fr RéfRéser 20130618 17:2… 826 …ableWizard.business.Tables.reservations.Fields.reservationID Name 0 fr RéfRéservation 2013061… 827 …izard.business.Tables.reservations.Fields.reservationID ShortName 0 fr RéfRéser 20130618 17:2…
|