summaryrefslogtreecommitdiffstats
path: root/cppcanvas
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-1/+0
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-5/+4
* cppcanvas: this assert can stayThorsten Behrens2017-05-211-2/+1
* aliasing(?) gives a ever so slightly different color on hidpiCaolán McNamara2017-05-161-1/+4
* tdf#43157: convert cppcanvas module away from OSL_ASSERTChris Sherlock2017-05-143-3/+3
* EMF+ tdf#31814 Add support of reading EmfPlusBoundaryPointDataBartosz Kosiorek2017-05-123-68/+87
* EMF+ We already implemented most used EMF+ records.Bartosz Kosiorek2017-05-091-6/+5
* tdf#31814 EMF+ Fix an issue when not all elements were displayedBartosz Kosiorek2017-05-092-8/+15
* tdf#31814 Introduce minimal value of line width to fix EMF+ import issuesBartosz Kosiorek2017-05-071-5/+9
* revert OSL_ASSERT changesChris Sherlock2017-05-073-3/+3
* tdf#43157: convert cppcanvas module away from OSL_ASSERT to assertChris Sherlock2017-05-073-3/+3
* EMF Replace magic numbers of pen and brush objectsBartosz Kosiorek2017-05-063-27/+58
* Fix typosAndrea Gelmini2017-05-052-2/+2
* Fix number of EmfPlusEndContainer recordBartosz Kosiorek2017-05-041-1/+1
* loplugin:checkunusedparams in cppcanvas and dbaccessNoel Grandin2017-05-023-3/+3
* 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