summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-08tdf#146619 Drop unused 'using namespace' in: filter/Gabor Kelemen1-1/+0
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-06-09MCGR: tdf#155479 repair gradient SVG export for MCGRArmin Le Grand (allotropia)1-5/+5
2023-03-01no need to allocate Gradient separatelyNoel Grandin1-1/+1
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-2/+2
2022-02-05lok: render image preview with lower resolutionSzymon Kłos1-0/+2
2022-01-17SVG export: fix missing custom bulletsMiklos Vajna1-1/+1
2021-11-24loplugin:stringliteraldefine in filterNoel Grandin1-1/+1
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin1-2/+2
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin1-2/+2
2021-10-25Converting pointer to reference in svgwriterHossein1-2/+2
2021-10-22Use size_t instead of sal_uLong in filter/source/svgJulien Nabet1-2/+2
2021-10-09Simplify SvXMLExport::AddAttribute overloadsMike Kaganski1-1/+1
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-5/+5
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin1-2/+2
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC1-4/+1
2021-03-09filter: svg: text field: placeholder localization issueMarco Cecchetti1-0/+1
2021-03-06filter: svg: js engine: support for bitmaps in slide backgroundMarco Cecchetti1-0/+5
2021-01-26filter: svg: js engine: improving text fields handlingMarco Cecchetti1-0/+1
2020-12-15impress: <count> variable not substituted in presentation on slideshowMarco Cecchetti1-0/+1
2020-10-22long->tools::Long in emfio..filterNoel1-7/+7
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-08-17inline some use-once typedefsNoel Grandin1-4/+1
2020-07-17SVG export: fix lost semi-transparent text on shapesMiklos Vajna1-2/+9
2020-07-12filter/svg: create instances with uno constructorsNoel Grandin1-1/+6
2020-02-25svx: cache PNG export of graphic shapesMiklos Vajna1-1/+1
2019-12-17tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen1-20/+0
2019-09-04loplugin:constmethod in filterNoel Grandin1-1/+1
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-06-11loplugin:useuniqueptr in SVGTextWriterNoel Grandin1-3/+3
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-3/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-2/+1
2017-01-16new loplugin: useuniqueptr: filterNoel Grandin1-1/+1
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin1-6/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-01bccu#1307 - svg filter - added support for clip region meta actionMarco Cecchetti1-1/+18
2016-07-01svg filter - rewritten context handlingMarco Cecchetti1-29/+64
2016-07-01svgfilter - polish code formattingMarco Cecchetti1-23/+20
2016-06-28loplugin:singlevalfields in filterNoel Grandin1-2/+1
2016-05-26loplugin:unusedreturntypesNoel Grandin1-1/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-3/+0
2016-03-23loplugin:constantparam in filterNoel Grandin1-6/+4
2016-03-03loplugin:unuseddefaultparams in filterNoel Grandin1-11/+7
2016-02-22loplugin:write only fieldsNoel Grandin1-1/+0
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-17/+3