summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)Author
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-24tdf#47243 tdf#39327 Add support for SetPageTransformBartosz Kosiorek
2017-04-24EMF+ Add initial support for EmfPlusStringFormat ObjectBartosz Kosiorek
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-20loplugin:unusedmethodsNoel Grandin
2017-04-16tdf#107159 EMF+ Add support for EmfPlusDrawArc recordBartosz Kosiorek
2017-04-13tdf#106084 EMF+ Add support for EmfPlusScaleWorldTransform recordBartosz Kosiorek
2017-04-13tdf#39053 EMF+ Draw an extra line between the last point and the first point.Bartosz Kosiorek
2017-04-13tdf#106084 EMF+ Add support for EmfPlusTranslateWorldTransform recordBartosz Kosiorek
2017-04-13tdf#107034 EMF+ Add support for import EmfPlusDrawPie recordBartosz Kosiorek
2017-04-13tdf#107019 EMF+ Add support for import EmfPlusRecordTypeDrawBeziers recordBartosz Kosiorek
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin
2017-04-11tdf#107016 EMF+ Add support of import EmfPlusRecordTypeDrawRects recordBartosz Kosiorek
2017-04-07Replace EmfPlusRecordType decimal valuse with hexBartosz Kosiorek
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-08make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara
2017-02-28FontDescription.IsVertical is a tristateNoel Grandin
2017-02-23Better make the zero-initialization more explicitStephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-03new loplugin:unusedenumconstantsNoel Grandin
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-31tdf#101638 diameter and radius were mixed up, devide by twoPatrick J
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin
2017-01-23Split emfplus.cxx into multiple filesMark Page
2016-12-22Dispose Window when doneStephan Bergmann
2016-12-06convert PolyStyle to scoped enumNoel Grandin
2016-11-28loplugin:unnecessaryoverride (dtors) in cppcanvasStephan Bergmann
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