summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dsvgpolypolygon.cxx
AgeCommit message (Expand)Author
2020-01-22Adapt SAL_WARN to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-06-28add appendQuadraticBezierSegment to B2DPolygonTomaž Vajngerl
2019-04-04Fix typoAndrea Gelmini
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin
2018-08-14tdf#118825 Implement OOXMLMotionPath in exportToSvgD of basegfx.Mark Hung
2018-08-14tdf#118825 move basegfx::internal::putNumberCharWithSpaceMark Hung
2018-08-14tdf#118825 refactor basegfx::utils::exportToSvgD with putCommandChar.Mark Hung
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-05-18loplugin:comparisonwithconstant in basegfxNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke
2016-09-05tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc.Gökhan Gurbetoğlu
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-01-22loplugin:fpcomparison in basegfxNoel Grandin
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-06-04convert B2VectorContinuity to scoped enumNoel Grandin
2015-05-05Drop misused lcl_ prefixTor Lillqvist
2015-01-12Removed lcl_putNumberChar() from basegfx.Zsolt Bölöny
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-02-25Remove visual noise from basegfxAlexander Wilms
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand
2013-10-28Resolves: #i123465# no longer correct svg:d importsArmin Le Grand
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-03-04doubled includesThomas Arnhold
2013-02-25loplugin: unused variablesThomas Arnhold
2012-12-30Revert "SVG: add check if polygon is closed"Chr. Rossmanith
2012-12-08SVG: add check if polygon is closedChr. Rossmanith
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-31::rtl::OUString -> OUString in basegfxRicardo Montania
2012-08-07drop bogus eof linesThomas Arnhold
2012-05-15fdo#48068 fix parsing of path d-attributeChr. Rossmanith
2012-05-14fdo#48070 more on parsing of arc pathsPetr Mladek
2012-05-11fdo#48070 fix parsing of arc pathsChr. Rossmanith
2012-03-26Compatibility option for incorrect relative moves after closePath (fdo#47406)Fridrich Štrba
2012-01-20Code clean up.Stephan Bergmann
2012-01-18Fix error in handling 'z' for svg:d string parsingThorsten Behrens
2011-12-01Remove uses of charAtAugust Sodora
2011-11-05precompiled_basegfx.hxx is empty, so don't include it.Joseph Powers
2011-09-06callcatcher: various unused methodsCaolán McNamara
2011-06-22Use the sweep flag to determine the drawing directionFridrich Štrba
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-01-25split the expr, as gcc 4.6 bails out on itDavid Tardon
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth