summaryrefslogtreecommitdiffstats
path: root/cppcanvas/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:unusedfields in cppcanvasNoel Grandin2015-11-202-29/+0
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-201-1/+1
* Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann2015-11-171-1/+1
* Namespace cleanup and disambiguationAshod Nakashian2015-11-121-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1014-64/+64
* Reduce scope of #include <tools/poly.hxx>Matteo Casalin2015-11-051-1/+0
* Replace boost::bind by lambdas in cppcanvas tree.Mario J. Rugiero2015-10-271-4/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1218-117/+117
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-128-13/+13
* boost->stdCaolán McNamara2015-09-148-30/+3
* tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski2015-08-311-10/+23
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-171-10/+10