summaryrefslogtreecommitdiffstats
path: root/cppcanvas
Commit message (Expand)AuthorAgeFilesLines
* forcepoint #33 ensure payload is a EMFPPathCaolán McNamara2018-04-071-2/+2
* forcepoint #32 survive missing emf pathsCaolán McNamara2018-04-071-4/+10
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-12-051-5/+2
* EMF+: Restrict cropping to bitmap typesAron Budea2017-11-041-1/+3
* make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara2017-05-301-0/+2
* tdf#106084 EMF+ Add support for EmfPlusTranslateWorldTransform recordBartosz Kosiorek2017-05-042-11/+49
* tdf#107159 EMF+ Add support for EmfPlusDrawArc recordBartosz Kosiorek2017-05-041-4/+13
* tdf#107016 EMF+ Add support of import EmfPlusRecordTypeDrawRects recordBartosz Kosiorek2017-05-041-31/+32
* tdf#107034 EMF+ Add support for import EmfPlusDrawPie recordBartosz Kosiorek2017-05-041-8/+25
* Replace EmfPlusRecordType decimal valuse with hexBartosz Kosiorek2017-04-181-33/+55
* tdf#101638 diameter and radius were mixed up, devide by twoPatrick J2017-02-071-2/+2
* 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
* Convert ComplexTextLayoutMode to scoped enumNoel Grandin2016-06-031-8/+8
* Convert FontRelief to scoped enumNoel Grandin2016-05-302-5/+5
* convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2016-05-092-3/+3
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-2/+2
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-2/+1
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-141-1/+1
* loplugin:passstuffbyref in variousNoel Grandin2016-04-143-4/+4
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-2/+0
* loplugin:unreffun (missing "= delete")Stephan Bergmann2016-04-081-2/+2
* tdf#94306 replace boost::noncopyable in c...Jochen Nitschke2016-04-087-24/+36
* tdf#97525 vcl: make DeletionListener internalJochen Nitschke2016-03-311-1/+0
* loplugin:constantparams in vcl/Noel Grandin2016-03-161-1/+1
* tdf#95709 adapt clip polygon for transparence groupsArmin Le Grand2016-02-281-0/+10
* loplugin:write only fieldsNoel Grandin2016-02-225-17/+0
* Remove excess newlinesChris Sherlock2016-02-096-26/+0
* vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock2016-02-081-1/+1
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-061-1/+1
* vcl: split exception types from input typesChris Sherlock2016-02-061-6/+3
* loplugin:fpcomparison in cppcanvas/Noel Grandin2016-02-041-2/+2
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-042-5/+5
* remove B2DLineJoin::MiddleCaolán McNamara2016-02-021-2/+2
* boost::hash->std::hashNoel Grandin2016-02-021-1/+0