summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)AuthorFilesLines
2019-08-02forcepoint#47 bail when we detect the emf is brokenCaolán McNamara1-0/+3
2019-08-02forcepoint#45 object may not be a EMFPPenCaolán McNamara1-1/+1
2018-04-21forcepoint #33 ensure payload is a EMFPPathCaolán McNamara1-2/+2
2018-04-21forcepoint #32 survive missing emf pathsCaolán McNamara1-4/+10
2017-06-13tdf#107159 EMF+ Add support for EmfPlusDrawArc recordBartosz Kosiorek1-4/+13
2017-06-13tdf#107019 EMF+ Add support for import EmfPlusRecordTypeDrawBeziers recordBartosz Kosiorek1-1/+49
2017-06-13tdf#107016 EMF+ Add support of import EmfPlusRecordTypeDrawRects recordBartosz Kosiorek1-31/+32
2017-06-13tdf#107034 EMF+ Add support for import EmfPlusDrawPie recordBartosz Kosiorek1-8/+25
2017-06-13Replace EmfPlusRecordType decimal value with hexBartosz Kosiorek1-33/+55
2016-11-21cppcanvas, oox: add missing #include <osl/endian.h>Michael Stahl1-0/+2
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2-3/+3
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 Grandin3-4/+4
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
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-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
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 Grandin5-17/+0
2016-02-09Remove excess newlinesChris Sherlock6-26/+0
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock1-1/+1
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-02-06vcl: split exception types from input typesChris Sherlock1-6/+3
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-02-02boost::hash->std::hashNoel Grandin1-1/+0
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock3-41/+41
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-12-11No need for a separate <vcl/graph.h>Tor Lillqvist1-1/+0
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-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-1/+1
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-63/+195
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann14-64/+64
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