/aoo41x/main/basegfx/source/curve/ |
H A D | b2dcubicbezier.cxx | 846 B2DCubicBezier B2DCubicBezier::snippet(double fStart, double fEnd) const in snippet() argument 850 if(fTools::more(fStart, 1.0)) in snippet() 852 fStart = 1.0; in snippet() 854 else if(fTools::less(fStart, 0.0)) in snippet() 856 fStart = 0.0; in snippet() 868 if(fEnd <= fStart) in snippet() 871 const double fSplit((fEnd + fStart) * 0.5); in snippet() 885 const bool bStartIsZero(fTools::equalZero(fStart)); in snippet() 894 fStart /= fEnd; in snippet() 900 aRetval.split(fStart, 0, &aRetval); in snippet() [all …]
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 1988 if(fTools::less(fStart, 0.0)) in createPolygonFromUnitEllipseSegment() 1990 fStart = 0.0; in createPolygonFromUnitEllipseSegment() 1995 fStart = 0.0; in createPolygonFromUnitEllipseSegment() 2008 if(fTools::equal(fStart, fEnd)) in createPolygonFromUnitEllipseSegment() 2011 aRetval.append(B2DPoint(cos(fStart), sin(fStart))); in createPolygonFromUnitEllipseSegment() 2022 B2DPoint aSegStart(cos(fStart), sin(fStart)); in createPolygonFromUnitEllipseSegment() 3369 if(fStart < 0.0) in createEdgesOfGivenLength() 3371 fStart = 0.0; in createEdgesOfGivenLength() 3379 if(fEnd < fStart) in createEdgesOfGivenLength() 3381 fEnd = fStart; in createEdgesOfGivenLength() [all …]
|
/aoo41x/main/bridges/test/ |
H A D | testcomp.cxx | 500 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in getCallsPerSec() local 502 return fEnd-fStart; in getCallsPerSec() 523 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in getCallsPerSecOneway() local 526 ((double)aAfterExecution.Nanosec / 1000000000.0) - fStart; in getCallsPerSecOneway() 527 return fEnd-fStart; in getCallsPerSecOneway() 543 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in testOnewayPerformanceOnTwoInterfaces() local 546 printf( "Overhead per Call [ms] %g\n" , ((fEnd-fStart)/((double)nLoops/1000 ))/2. ); in testOnewayPerformanceOnTwoInterfaces()
|
H A D | testclient.cxx | 110 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in testLatency() local 113 printf( "System latency per call : %g\n" , (( fEnd-fStart )/2.) / ((double)(nLoop)) ); in testLatency()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotextdecomposition.cxx | 402 double fStart(0.0); in impCreateTextPortionPrimitive() local 407 fStart = aDXArray[nStart - 1]; in impCreateTextPortionPrimitive() 415 if(!basegfx::fTools::equal(fStart, fEnd)) in impCreateTextPortionPrimitive() 424 fStart = fTextWidth - fStart; in impCreateTextPortionPrimitive() 435 fStart /= fFontScaleX; in impCreateTextPortionPrimitive() 441 fStart, in impCreateTextPortionPrimitive()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | polygonprimitive2d.cxx | 537 double fStart(0.0); in create2DDecomposition() local 547 fPolyLength, getStart().isCentered() ? 0.5 : 0.0, &fStart); in create2DDecomposition() 565 if(0.0 != fStart || 0.0 != fEnd) in create2DDecomposition() 568 …aLocalPolygon = basegfx::tools::getSnippetAbsolute(aLocalPolygon, fStart-fStartOverlap, fPolyLengt… in create2DDecomposition()
|
H A D | wrongspellprimitive2d.cxx | 85 double fStart, in WrongSpellPrimitive2D() argument 90 mfStart(fStart), in WrongSpellPrimitive2D()
|
/aoo41x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygontools.hxx | 324 …seSegment( const B2DPoint& rCenter, double fRadiusX, double fRadiusY, double fStart, double fEnd ); 326 B2DPolygon createPolygonFromUnitEllipseSegment( double fStart, double fEnd ); 472 …B2DPolygon createEdgesOfGivenLength(const B2DPolygon& rCandidate, double fLength, double fStart = …
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrcircobj.cxx | 93 const double fStart(((36000 - nNewEnd) % 36000) * F_PI18000); in createViewIndependentPrimitive2DSequence() local 102 fStart, in createViewIndependentPrimitive2DSequence()
|
/aoo41x/main/drawinglayer/source/animation/ |
H A D | animationtiming.cxx | 96 …AnimationEntryLinear::AnimationEntryLinear(double fDuration, double fFrequency, double fStart, dou… in AnimationEntryLinear() argument 99 mfStart(fStart), in AnimationEntryLinear()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmldpimp.cxx | 888 fStart(0.0), in ScXMLDataPilotFieldContext() 1038 aInfo.Start = fStart; in EndElement() 1616 double fStart(0.0); in ScXMLDataPilotGroupsContext() local 1644 GetScImport().GetMM100UnitConverter().convertDateTime(fStart, sValue); in ScXMLDataPilotGroupsContext() 1665 GetScImport().GetMM100UnitConverter().convertDouble(fStart, sValue); in ScXMLDataPilotGroupsContext() 1699 …pDataPilotField->SetGrouping(sGroupSource, fStart, fEnd, fStep, nGroupPart, bDateValue, bAutoStart… in ScXMLDataPilotGroupsContext()
|
H A D | xmldpimp.hxx | 335 double fStart; member in ScXMLDataPilotFieldContext 383 fStart = rStart; in SetGrouping()
|
/aoo41x/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 394 double fStart(0.0); in impTryToCreateSvtGraphicStroke() local 403 fPolyLength, pStart->isCentered() ? 0.5 : 0.0, &fStart); in impTryToCreateSvtGraphicStroke() 418 if(0.0 != fStart || 0.0 != fEnd) in impTryToCreateSvtGraphicStroke() 421 …aLocalPolygon = basegfx::tools::getSnippetAbsolute(aLocalPolygon, fStart, fPolyLength - fEnd, fPol… in impTryToCreateSvtGraphicStroke()
|
/aoo41x/main/tools/source/generic/ |
H A D | poly.cxx | 574 double fStart = ImplGetAngle( aCenter, rStart ); in Polygon() local 576 double fDiff = fEnd - fStart; in Polygon() 607 for(; nStart < nEnd; nStart++, fStart += fStep ) in Polygon() 611 rPt.X() = FRound( fCenterX + fRadX * cos( fStart ) ); in Polygon() 612 rPt.Y() = FRound( fCenterY - fRadY * sin( fStart ) ); in Polygon()
|
/aoo41x/main/sax/test/sax/ |
H A D | testwriter.cxx | 689 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in testPerformance() local 692 printf( "Performance writing : %g s\n" , fEnd - fStart ); in testPerformance()
|
H A D | testsax.cxx | 745 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in testPerformance() local 748 printf( "Performance reading : %g s\n" , fEnd - fStart ); in testPerformance()
|
/aoo41x/main/slideshow/source/engine/shapes/ |
H A D | drawinglayeranimation.cxx | 84 sal_uInt32 nDuration, sal_uInt32 nRepeat, double fStart, double fStop, in ScrollTextAnimNode() argument 88 mfStart(fStart), in ScrollTextAnimNode()
|
/aoo41x/main/extensions/test/sax/ |
H A D | testwriter.cxx | 764 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in testPerformance() local 767 printf( "Performance writing : %g s\n" , fEnd - fStart ); in testPerformance()
|
H A D | testsax.cxx | 813 double fStart = (double)aStartTime.Seconds + ((double)aStartTime.Nanosec / 1000000000.0); in testPerformance() local 816 printf( "Performance reading : %g s\n" , fEnd - fStart ); in testPerformance()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | wrongspellprimitive2d.hxx | 72 double fStart,
|
/aoo41x/main/drawinglayer/inc/drawinglayer/animation/ |
H A D | animationtiming.hxx | 85 …AnimationEntryLinear(double fDuration, double fFrequency = 250.0, double fStart = 0.0, double fSto…
|
/aoo41x/main/basegfx/inc/basegfx/curve/ |
H A D | b2dcubicbezier.hxx | 170 B2DCubicBezier snippet(double fStart, double fEnd) const;
|
/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfentrd.cxx | 130 fStart=0; in DXFArcEntity() 141 case 50: fStart=rDGR.GetF(); break; in EvaluateGroup()
|
H A D | dxfentrd.hxx | 163 double fStart; // 50 member in DXFArcEntity
|
/aoo41x/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 1118 double fStart, fEnd; in ReadPartialArc() local 1142 fStart=((double)nStart)/65536.0/180.0*3.14159265359; in ReadPartialArc() 1143 fEnd=fStart+((double)nSweep)/65536.0/180.0*3.14159265359; in ReadPartialArc() 1144 aPStart=Point(aCenter.X()+(long)( cos(fStart)*nP), in ReadPartialArc() 1145 aCenter.Y()+(long)(-sin(fStart)*nQ)); in ReadPartialArc()
|