summaryrefslogtreecommitdiff
path: root/cppcanvas/source
AgeCommit message (Expand)Author
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-11-04EMF+: Restrict cropping to bitmap typesAron Budea
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-06-10Clean up uses of Any::getValue() in cppcanvasStephan Bergmann
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-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-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-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-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf
2016-01-02cppcheck: allocaCalledCaolán McNamara
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-20loplugin:unusedfields in cppcanvasNoel Grandin
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann