summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/mtfxmldump.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-3/+3
2020-08-28Fix typos in codeAndrea Gelmini1-2/+2
2020-07-13write additional actions in MetafileXmlDumpTomaž Vajngerl1-5/+41
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-07tdf#131490 sw btlr: fix handling of vertical textMiklos Vajna1-0/+1
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann1-109/+109
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen1-3/+0
2019-07-16write out empty state explicitly in writeRectangleNoel Grandin1-3/+8
2019-07-12make tools::Rectangle::Right return Left when emptyNoel Grandin1-2/+3
2019-06-12Revert "improve empty tools::Rectangle (width)"Noel Grandin1-1/+1
2019-06-07improve empty tools::Rectangle (width)Noel Grandin1-1/+1
2019-04-29update Metafile dumper and change the order of MetaActionsTomaž Vajngerl1-236/+385
2019-02-06Extend MetafileXmlDump with MetaActionType::TransparentMuhammet Kara1-0/+29
2019-01-26vcl: test gradient draw into a metafile, extend the dumperTomaž Vajngerl1-1/+43
2019-01-03svm xml dumper: move this from test to vclMiklos Vajna1-0/+1049