summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)AuthorFilesLines
2018-04-07forcepoint #33 ensure payload is a EMFPPathCaolán McNamara1-2/+2
2018-04-07forcepoint #32 survive missing emf pathsCaolán McNamara1-4/+10
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin1-5/+2
2017-11-04EMF+: Restrict cropping to bitmap typesAron Budea1-1/+3
2017-05-30make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara1-0/+2
2017-05-04tdf#106084 EMF+ Add support for EmfPlusTranslateWorldTransform recordBartosz Kosiorek2-11/+49
2017-05-04tdf#107159 EMF+ Add support for EmfPlusDrawArc recordBartosz Kosiorek1-4/+13
2017-05-04tdf#107016 EMF+ Add support of import EmfPlusRecordTypeDrawRects recordBartosz Kosiorek1-31/+32
2017-05-04tdf#107034 EMF+ Add support for import EmfPlusDrawPie recordBartosz Kosiorek1-8/+25
2017-04-18Replace EmfPlusRecordType decimal valuse with hexBartosz Kosiorek1-33/+55
2017-02-07tdf#101638 diameter and radius were mixed up, devide by twoPatrick J1-2/+2
2016-11-21cppcanvas, oox: add missing #include <osl/endian.h>Michael Stahl1-0/+2
2016-11-03loplugin:unusedmethods unused return typesNoel Grandin2-8/+0
2016-10-25Revert "tdf#96505 Get rid of cargo cult "long" integer literals"jan iversen1-4/+7
2016-10-25tdf#96505 Get rid of cargo cult "long" integer literalsRosen1-4/+4
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-6/+0
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann13-17/+17
2016-09-05convert GradientStyle to scoped enumNoel Grandin1-7/+7
2016-09-05convert LineStyle to scoped enumNoel Grandin1-3/+3
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (cppcanvas)Stephan Bergmann1-1/+1
2016-07-28Revert "temp tinderbox fix"Caolán McNamara1-0/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-0/+1
2016-06-10Clean up uses of Any::getValue() in cppcanvasStephan Bergmann1-1/+2
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2-8/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-8/+8
2016-05-30Convert FontRelief to scoped enumNoel Grandin2-5/+5
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2-3/+3
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-04-14loplugin:passstuffbyref in variousNoel Grandin3-4/+4
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-2/+0
2016-04-08loplugin:unreffun (missing "= delete")Stephan Bergmann1-2/+2
2016-04-08tdf#94306 replace boost::noncopyable in c...Jochen Nitschke7-24/+36
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-1/+1
2016-02-28tdf#95709 adapt clip polygon for transparence groupsArmin Le Grand1-0/+10
2016-02-22loplugin:write only fieldsNoel Grandin5-17/+0
2016-02-09Remove excess newlinesChris Sherlock6-26/+0
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock1-1/+1
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-02-06vcl: split exception types from input typesChris Sherlock1-6/+3
2016-02-04loplugin:fpcomparison in cppcanvas/Noel Grandin1-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock2-5/+5
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-2/+2
2016-02-02boost::hash->std::hashNoel Grandin1-1/+0