summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)Author
2017-11-28loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-05-30make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara
2017-05-04tdf#106084 EMF+ Add support for EmfPlusTranslateWorldTransform recordBartosz Kosiorek
2017-05-04tdf#107159 EMF+ Add support for EmfPlusDrawArc recordBartosz Kosiorek
2017-05-04tdf#107016 EMF+ Add support of import EmfPlusRecordTypeDrawRects recordBartosz Kosiorek
2017-05-04tdf#107034 EMF+ Add support for import EmfPlusDrawPie recordBartosz Kosiorek
2017-04-18Replace EmfPlusRecordType decimal valuse with hexBartosz Kosiorek
2017-02-07tdf#101638 diameter and radius were mixed up, devide by twoPatrick J
2016-11-21cppcanvas, oox: add missing #include <osl/endian.h>Michael Stahl
2016-11-03loplugin:unusedmethods unused return typesNoel Grandin
2016-10-25Revert "tdf#96505 Get rid of cargo cult "long" integer literals"jan iversen
2016-10-25tdf#96505 Get rid of cargo cult "long" integer literalsRosen
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-05convert GradientStyle to scoped enumNoel Grandin
2016-09-05convert LineStyle to scoped enumNoel Grandin
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (cppcanvas)Stephan Bergmann
2016-07-28Revert "temp tinderbox fix"Caolán McNamara
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-06-10Clean up uses of Any::getValue() in cppcanvasStephan Bergmann
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin
2016-05-30Convert FontRelief to scoped enumNoel Grandin
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-08loplugin:unreffun (missing "= delete")Stephan Bergmann
2016-04-08tdf#94306 replace boost::noncopyable in c...Jochen Nitschke
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-02-28tdf#95709 adapt clip polygon for transparence groupsArmin Le Grand
2016-02-22loplugin:write only fieldsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-02-06vcl: split exception types from input typesChris Sherlock
2016-02-04loplugin:fpcomparison in cppcanvas/Noel Grandin
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara
2016-02-02boost::hash->std::hashNoel Grandin
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock