summaryrefslogtreecommitdiffstats
path: root/cppcanvas
Commit message (Expand)AuthorAgeFilesLines
* crashtesting: more crashing on exporting fdo31814-3.emf to odgCaolán McNamara2017-04-271-3/+6
* crashtesting: crash on exporting fdo31814-3.emf to odgCaolán McNamara2017-04-271-1/+1
* tdf#47243 tdf#39327 tdf#103639 Proper scaling of SetPageTransformBartosz Kosiorek2017-04-271-13/+6
* errinf.hxx moved out of tools and into vcl moduleChris Sherlock2017-04-251-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* tdf#47243 tdf#39327 Add support for SetPageTransformBartosz Kosiorek2017-04-241-4/+30
* EMF+ Add initial support for EmfPlusStringFormat ObjectBartosz Kosiorek2017-04-245-8/+155
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-213-3/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-1/+1
* loplugin:unusedmethodsNoel Grandin2017-04-201-1/+0
* tdf#107159 EMF+ Add support for EmfPlusDrawArc recordBartosz Kosiorek2017-04-161-4/+13
* tdf#106084 EMF+ Add support for EmfPlusScaleWorldTransform recordBartosz Kosiorek2017-04-131-1/+25
* tdf#39053 EMF+ Draw an extra line between the last point and the first point.Bartosz Kosiorek2017-04-133-4/+12
* tdf#106084 EMF+ Add support for EmfPlusTranslateWorldTransform recordBartosz Kosiorek2017-04-132-11/+49
* tdf#107034 EMF+ Add support for import EmfPlusDrawPie recordBartosz Kosiorek2017-04-131-8/+25
* tdf#107019 EMF+ Add support for import EmfPlusRecordTypeDrawBeziers recordBartosz Kosiorek2017-04-131-1/+49
* no need to use OUStringToOString in SAL_INFONoel Grandin2017-04-121-8/+2
* tdf#107016 EMF+ Add support of import EmfPlusRecordTypeDrawRects recordBartosz Kosiorek2017-04-111-31/+32
* Replace EmfPlusRecordType decimal valuse with hexBartosz Kosiorek2017-04-071-33/+55
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-061-4/+4
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-315-15/+15
* make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara2017-03-081-0/+2
* FontDescription.IsVertical is a tristateNoel Grandin2017-02-281-2/+1
* Better make the zero-initialization more explicitStephan Bergmann2017-02-231-2/+10
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-155-27/+27
* new loplugin:unusedenumconstantsNoel Grandin2017-02-032-3/+3
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-5/+2
* tdf#101638 diameter and radius were mixed up, devide by twoPatrick J2017-01-311-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-262-7/+7
* loplugin: unnecessary destructor cppcanvas..filterNoel Grandin2017-01-241-1/+0
* Split emfplus.cxx into multiple filesMark Page2017-01-2316-1033/+1664
* Dispose Window when doneStephan Bergmann2016-12-221-1/+1
* convert PolyStyle to scoped enumNoel Grandin2016-12-061-3/+3
* loplugin:unnecessaryoverride (dtors) in cppcanvasStephan Bergmann2016-11-282-8/+0
* cppcanvas, oox: add missing #include <osl/endian.h>Michael Stahl2016-11-211-0/+2
* loplugin:unusedmethods unused return typesNoel Grandin2016-11-032-8/+0
* Revert "tdf#96505 Get rid of cargo cult "long" integer literals"jan iversen2016-10-251-4/+7
* tdf#96505 Get rid of cargo cult "long" integer literalsRosen2016-10-251-4/+4
* convert MapUnit to scoped enumNoel Grandin2016-10-051-1/+1
* loplugin:singlevalfields in basic..idlNoel Grandin2016-09-161-6/+0
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-4/+4
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1313-17/+17
* convert GradientStyle to scoped enumNoel Grandin2016-09-051-7/+7
* convert LineStyle to scoped enumNoel Grandin2016-09-051-3/+3
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (cppcanvas)Stephan Bergmann2016-08-301-1/+1
* Revert "temp tinderbox fix"Caolán McNamara2016-07-281-0/+1
* new loplugin unnecessary overrideNoel Grandin2016-07-151-0/+1
* Clean up uses of Any::getValue() in cppcanvasStephan Bergmann2016-06-101-1/+2
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-092-8/+2
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-1/+1