summaryrefslogtreecommitdiffstats
path: root/cppcanvas/source
Commit message (Expand)AuthorAgeFilesLines
...
* tdf#106084 EMF+ Add support for EmfPlusTranslateWorldTransform recordBartosz Kosiorek2017-04-132-11/+49
* tdf#107034 EMF+ Add support for import EmfPlusDrawPie recordBartosz Kosiorek2017-04-131-8/+25
* tdf#107019 EMF+ Add support for import EmfPlusRecordTypeDrawBeziers recordBartosz Kosiorek2017-04-131-1/+49
* no need to use OUStringToOString in SAL_INFONoel Grandin2017-04-121-8/+2
* tdf#107016 EMF+ Add support of import EmfPlusRecordTypeDrawRects recordBartosz Kosiorek2017-04-111-31/+32
* Replace EmfPlusRecordType decimal valuse with hexBartosz Kosiorek2017-04-071-33/+55
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-061-4/+4
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-315-15/+15
* FontDescription.IsVertical is a tristateNoel Grandin2017-02-281-2/+1
* Better make the zero-initialization more explicitStephan Bergmann2017-02-231-2/+10
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-155-27/+27
* new loplugin:unusedenumconstantsNoel Grandin2017-02-032-3/+3
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-5/+2
* tdf#101638 diameter and radius were mixed up, devide by twoPatrick J2017-01-311-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-262-7/+7
* loplugin: unnecessary destructor cppcanvas..filterNoel Grandin2017-01-241-1/+0
* Split emfplus.cxx into multiple filesMark Page2017-01-2315-1033/+1657
* convert PolyStyle to scoped enumNoel Grandin2016-12-061-3/+3
* loplugin:unnecessaryoverride (dtors) in cppcanvasStephan Bergmann2016-11-281-4/+0
* 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-1312-16/+16
* 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
* Clean up uses of Any::getValue() in cppcanvasStephan Bergmann2016-06-101-1/+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
* 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
* 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
* 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
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-313-41/+41