summaryrefslogtreecommitdiffstats
path: root/cppcanvas/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-171-1/+1
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-1/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-161-1/+1
* vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock2016-01-131-4/+4
* Some cleanup for sal_uIntPtr usageJohannes Hauf2016-01-071-1/+1
* cppcheck: allocaCalledCaolán McNamara2016-01-021-7/+8
* VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2015-11-231-1/+1
* establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2015-11-231-1/+1