Home
last modified time | relevance | path

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

/trunk/extras/l10n/source/fr/
H A Dlocalize.sdf12885 …ableWizard.business.Tables.orderdetails.Fields.orderdetailID Name 0 fr RéfDétailCommande 2020…
12886 …izard.business.Tables.orderdetails.Fields.orderdetailID ShortName 0 fr RéfDétCde 20200411 15:…
12972 …Wizard.business.Tables.invoicedetails.Fields.invoicedetailID Name 0 fr RéfDétailsFacture 2020…
12973 …d.business.Tables.invoicedetails.Fields.invoicedetailID ShortName 0 fr RéfDétFac 20200411 15:…
13083 …Wizard.TableWizard.business.Tables.expenses.Fields.expenseID Name 0 fr RéfDépense 20200411 15…
13084 …d.TableWizard.business.Tables.expenses.Fields.expenseID ShortName 0 fr RéfDépnse 20200411 15:…
/trunk/extras/l10n/source/kab/
H A Dlocalize.sdf12885 …bleWizard.business.Tables.orderdetails.Fields.orderdetailID Name 0 kab RéfDétailCommande 2020…
12886 …zard.business.Tables.orderdetails.Fields.orderdetailID ShortName 0 kab RéfDétCde 20200411 15:…
12914 …d.TableWizard.business.Tables.payments.Fields.reservationID Name 0 kab RéfDétFac 20200411 15:…
12972 …izard.business.Tables.invoicedetails.Fields.invoicedetailID Name 0 kab RéfDétailsFacture 2020…
12973 ….business.Tables.invoicedetails.Fields.invoicedetailID ShortName 0 kab RéfDétFac 20200411 15:…
13083 …izard.TableWizard.business.Tables.expenses.Fields.expenseID Name 0 kab RéfDépense 20200411 15…
13084 ….TableWizard.business.Tables.expenses.Fields.expenseID ShortName 0 kab RéfDépnse 20200411 15:…
/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx991 const double fD = fBX*fBX - fAX*fCX; in getAllExtremumPositions() local
992 if( fD >= 0.0 ) in getAllExtremumPositions()
994 const double fS = sqrt(fD); in getAllExtremumPositions()
1022 const double fD = fBY*fBY - fAY*fCY; in getAllExtremumPositions() local
1023 if( fD >= 0.0 ) in getAllExtremumPositions()
1025 const double fS = sqrt(fD); in getAllExtremumPositions()
1072 const double fD = fB*fB - fA*fC; in getMaxDistancePositions() local
1073 if( fD >= 0.0 ) // TODO: is this test needed? geometrically not IMHO in getMaxDistancePositions()
1076 const double fS = sqrt(fD); in getMaxDistancePositions()
1084 if( !fTools::equalZero(fD) ) in getMaxDistancePositions()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx384 double fD = aEndingPoint.Y - aStartingPoint.Y; in ImplDoClass4() local
387 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4()
391 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4()
458 double fD = aEndingPoint.Y - aStartingPoint.Y; in ImplDoClass4() local
461 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4()
465 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1168 double fD, fDist; in ApplyRectangularGradientAsBitmap() local
1174 fDist = fY, fD = fFocusY; in ApplyRectangularGradientAsBitmap()
1176 fDist = fX, fD = fFocusX; in ApplyRectangularGradientAsBitmap()
1181 fDist = ( 1 - fY ), fD = 1 - fFocusY; in ApplyRectangularGradientAsBitmap()
1183 fDist = fX, fD = fFocusX; in ApplyRectangularGradientAsBitmap()
1191 fDist = fY, fD = fFocusY; in ApplyRectangularGradientAsBitmap()
1193 fDist = ( 1 - fX ), fD = 1 - fFocusX; in ApplyRectangularGradientAsBitmap()
1198 fDist = ( 1 - fY ), fD = 1 - fFocusY; in ApplyRectangularGradientAsBitmap()
1200 fDist = ( 1 - fX ), fD = 1 - fFocusX; in ApplyRectangularGradientAsBitmap()
1203 if ( fD != 0.0 ) in ApplyRectangularGradientAsBitmap()
[all …]
/trunk/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()

Completed in 1850 milliseconds