Home
last modified time | relevance | path

Searched refs:fD (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx985 const double fD = fBX*fBX - fAX*fCX; in getAllExtremumPositions() local
986 if( fD >= 0.0 ) in getAllExtremumPositions()
988 const double fS = sqrt(fD); in getAllExtremumPositions()
1016 const double fD = fBY*fBY - fAY*fCY; in getAllExtremumPositions() local
1017 if( fD >= 0.0 ) in getAllExtremumPositions()
1019 const double fS = sqrt(fD); in getAllExtremumPositions()
1066 const double fD = fB*fB - fA*fC; in getMaxDistancePositions() local
1067 if( fD >= 0.0 ) // TODO: is this test needed? geometrically not IMHO in getMaxDistancePositions()
1070 const double fS = sqrt(fD); in getMaxDistancePositions()
1078 if( !fTools::equalZero(fD) ) in getMaxDistancePositions()
/AOO42X/main/oox/source/drawingml/
H A Dcolor.cxx630 double fD = fMax - fMin; in toHsl() local
633 if( fD == 0.0 ) // black/gray/white in toHsl()
636 …mnC1 = static_cast< sal_Int32 >( ((fG - fB) / fD * 60.0 + 360.0) * PER_DEGREE + 0.5 ) % MAX_DEGREE; in toHsl()
638 … mnC1 = static_cast< sal_Int32 >( ((fB - fR) / fD * 60.0 + 120.0) * PER_DEGREE + 0.5 ); in toHsl()
640 … mnC1 = static_cast< sal_Int32 >( ((fR - fG) / fD * 60.0 + 240.0) * PER_DEGREE + 0.5 ); in toHsl()
649 mnC2 = static_cast< sal_Int32 >( fD / (fMin + fMax) * MAX_PERCENT + 0.5 ); in toHsl()
651 mnC2 = static_cast< sal_Int32 >( fD / (2.0 - fMax - fMin) * MAX_PERCENT + 0.5 ); in toHsl()
/AOO42X/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx382 double fD = aEndingPoint.Y - aStartingPoint.Y; in ImplDoClass4() local
385 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4()
389 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4()
456 double fD = aEndingPoint.Y - aStartingPoint.Y; in ImplDoClass4() local
459 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4()
463 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4()
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1165 double fD, fDist; in ApplyRectangularGradientAsBitmap() local
1171 fDist = fY, fD = fFocusY; in ApplyRectangularGradientAsBitmap()
1173 fDist = fX, fD = fFocusX; in ApplyRectangularGradientAsBitmap()
1178 fDist = ( 1 - fY ), fD = 1 - fFocusY; in ApplyRectangularGradientAsBitmap()
1180 fDist = fX, fD = fFocusX; in ApplyRectangularGradientAsBitmap()
1188 fDist = fY, fD = fFocusY; in ApplyRectangularGradientAsBitmap()
1190 fDist = ( 1 - fX ), fD = 1 - fFocusX; in ApplyRectangularGradientAsBitmap()
1195 fDist = ( 1 - fY ), fD = 1 - fFocusY; in ApplyRectangularGradientAsBitmap()
1197 fDist = ( 1 - fX ), fD = 1 - fFocusX; in ApplyRectangularGradientAsBitmap()
1200 if ( fD != 0.0 ) in ApplyRectangularGradientAsBitmap()
[all …]
/AOO42X/extras/l10n/source/kab/
H A Dlocalize.sdf12885 …usiness.Tables.orderdetails.Fields.orderdetailID Name 0 kab RéfDétailCommande …
12886 …ess.Tables.orderdetails.Fields.orderdetailID ShortName 0 kab RéfDétCde 2…
12914 …rd.business.Tables.payments.Fields.reservationID Name 0 kab RéfDétFac 2…
12972 …ess.Tables.invoicedetails.Fields.invoicedetailID Name 0 kab RéfDétailsFacture …
12973 …Tables.invoicedetails.Fields.invoicedetailID ShortName 0 kab RéfDétFac 2…
13083 …Wizard.business.Tables.expenses.Fields.expenseID Name 0 kab RéfDépense 2…
13084 …rd.business.Tables.expenses.Fields.expenseID ShortName 0 kab RéfDépnse 2…
/AOO42X/extras/l10n/source/fr/
H A Dlocalize.sdf12885 …usiness.Tables.orderdetails.Fields.orderdetailID Name 0 fr RéfDétailCommande …
12886 …ess.Tables.orderdetails.Fields.orderdetailID ShortName 0 fr RéfDétCde 2…
12972 …ess.Tables.invoicedetails.Fields.invoicedetailID Name 0 fr RéfDétailsFacture …
12973 …Tables.invoicedetails.Fields.invoicedetailID ShortName 0 fr RéfDétFac 2…
13083 …Wizard.business.Tables.expenses.Fields.expenseID Name 0 fr RéfDépense 2…
13084 …rd.business.Tables.expenses.Fields.expenseID ShortName 0 fr RéfDépnse 2…