summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer
AgeCommit message (Expand)AuthorFilesLines
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-6/+6
2016-09-05convert GradientStyle to scoped enumNoel Grandin1-7/+7
2016-09-05convert LineStyle to scoped enumNoel Grandin1-3/+3
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (cppcanvas)Stephan Bergmann1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-8/+8
2016-05-30Convert FontRelief to scoped enumNoel Grandin1-3/+3
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-1/+1
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-2/+0
2016-04-08loplugin:unreffun (missing "= delete")Stephan Bergmann1-2/+2
2016-04-08tdf#94306 replace boost::noncopyable in c...Jochen Nitschke7-24/+36
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-1/+1
2016-02-28tdf#95709 adapt clip polygon for transparence groupsArmin Le Grand1-0/+10
2016-02-22loplugin:write only fieldsNoel Grandin3-15/+0
2016-02-09Remove excess newlinesChris Sherlock5-25/+0
2016-02-04loplugin:fpcomparison in cppcanvas/Noel Grandin1-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock2-5/+5
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock2-39/+39
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock1-4/+4
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf1-1/+1
2016-01-02cppcheck: allocaCalledCaolán McNamara1-7/+8
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-1/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+1
2015-11-20loplugin:unusedfields in cppcanvasNoel Grandin2-29/+0
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-44/+44
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin1-1/+0
2015-10-27Replace boost::bind by lambdas in cppcanvas tree.Mario J. Rugiero1-4/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-65/+65
2015-08-31tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski1-10/+23
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-10/+10
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud4-10/+2
2015-07-28Whitespace cleanup / re-alignment.Thorsten Behrens4-22/+22
2015-07-28com::sun::star->css in cppcanvasNoel Grandin5-16/+14
2015-07-10do not include boost/utility.hppMichael Stahl7-7/+7
2015-07-05this SAL_INFO uses brush which might be NULLCaolán McNamara1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-4/+4
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara1-2/+2