summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)AuthorFilesLines
2017-05-09EMF+ We already implemented most used EMF+ records.Bartosz Kosiorek1-6/+5
2017-05-09tdf#31814 EMF+ Fix an issue when not all elements were displayedBartosz Kosiorek2-8/+15
2017-05-07tdf#31814 Introduce minimal value of line width to fix EMF+ import issuesBartosz Kosiorek1-5/+9
2017-05-07revert OSL_ASSERT changesChris Sherlock3-3/+3
2017-05-07tdf#43157: convert cppcanvas module away from OSL_ASSERT to assertChris Sherlock3-3/+3
2017-05-06EMF Replace magic numbers of pen and brush objectsBartosz Kosiorek3-27/+58
2017-05-05Fix typosAndrea Gelmini2-2/+2
2017-05-04Fix number of EmfPlusEndContainer recordBartosz Kosiorek1-1/+1
2017-05-02loplugin:checkunusedparams in cppcanvas and dbaccessNoel Grandin3-3/+3
2017-04-27crashtesting: more crashing on exporting fdo31814-3.emf to odgCaolán McNamara1-3/+6
2017-04-27crashtesting: crash on exporting fdo31814-3.emf to odgCaolán McNamara1-1/+1
2017-04-27tdf#47243 tdf#39327 tdf#103639 Proper scaling of SetPageTransformBartosz Kosiorek1-13/+6
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-24tdf#47243 tdf#39327 Add support for SetPageTransformBartosz Kosiorek1-4/+30
2017-04-24EMF+ Add initial support for EmfPlusStringFormat ObjectBartosz Kosiorek5-8/+155
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky3-3/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-04-20loplugin:unusedmethodsNoel Grandin1-1/+0
2017-04-16tdf#107159 EMF+ Add support for EmfPlusDrawArc recordBartosz Kosiorek1-4/+13
2017-04-13tdf#106084 EMF+ Add support for EmfPlusScaleWorldTransform recordBartosz Kosiorek1-1/+25
2017-04-13tdf#39053 EMF+ Draw an extra line between the last point and the first point.Bartosz Kosiorek3-4/+12
2017-04-13tdf#106084 EMF+ Add support for EmfPlusTranslateWorldTransform recordBartosz Kosiorek2-11/+49
2017-04-13tdf#107034 EMF+ Add support for import EmfPlusDrawPie recordBartosz Kosiorek1-8/+25
2017-04-13tdf#107019 EMF+ Add support for import EmfPlusRecordTypeDrawBeziers recordBartosz Kosiorek1-1/+49
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-8/+2
2017-04-11tdf#107016 EMF+ Add support of import EmfPlusRecordTypeDrawRects recordBartosz Kosiorek1-31/+32
2017-04-07Replace EmfPlusRecordType decimal valuse with hexBartosz Kosiorek1-33/+55
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-4/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna5-15/+15
2017-03-08make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara1-0/+2
2017-02-28FontDescription.IsVertical is a tristateNoel Grandin1-2/+1
2017-02-23Better make the zero-initialization more explicitStephan Bergmann1-2/+10
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist5-27/+27
2017-02-03new loplugin:unusedenumconstantsNoel Grandin2-3/+3
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-5/+2
2017-01-31tdf#101638 diameter and radius were mixed up, devide by twoPatrick J1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-7/+7
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin1-1/+0
2017-01-23Split emfplus.cxx into multiple filesMark Page16-1033/+1664
2016-12-22Dispose Window when doneStephan Bergmann1-1/+1
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-3/+3
2016-11-28loplugin:unnecessaryoverride (dtors) in cppcanvasStephan Bergmann2-8/+0
2016-11-21cppcanvas, oox: add missing #include <osl/endian.h>Michael Stahl1-0/+2
2016-11-03loplugin:unusedmethods unused return typesNoel Grandin2-8/+0
2016-10-25Revert "tdf#96505 Get rid of cargo cult "long" integer literals"jan iversen1-4/+7
2016-10-25tdf#96505 Get rid of cargo cult "long" integer literalsRosen1-4/+4
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-6/+0
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-4/+4