summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.hxx
AgeCommit message (Expand)Author
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC
2021-03-09filter: svg: text field: placeholder localization issueMarco Cecchetti
2021-03-06filter: svg: js engine: support for bitmaps in slide backgroundMarco Cecchetti
2021-01-26filter: svg: js engine: improving text fields handlingMarco Cecchetti
2020-12-15impress: <count> variable not substituted in presentation on slideshowMarco Cecchetti
2020-10-22long->tools::Long in emfio..filterNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-08-17inline some use-once typedefsNoel Grandin
2020-07-17SVG export: fix lost semi-transparent text on shapesMiklos Vajna
2020-07-12filter/svg: create instances with uno constructorsNoel Grandin
2020-02-25svx: cache PNG export of graphic shapesMiklos Vajna
2019-12-17tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen
2019-09-04loplugin:constmethod in filterNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-06-11loplugin:useuniqueptr in SVGTextWriterNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-16new loplugin: useuniqueptr: filterNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-01bccu#1307 - svg filter - added support for clip region meta actionMarco Cecchetti
2016-07-01svg filter - rewritten context handlingMarco Cecchetti
2016-07-01svgfilter - polish code formattingMarco Cecchetti
2016-06-28loplugin:singlevalfields in filterNoel Grandin
2016-05-26loplugin:unusedreturntypesNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-03-23loplugin:constantparam in filterNoel Grandin
2016-03-03loplugin:unuseddefaultparams in filterNoel Grandin
2016-02-22loplugin:write only fieldsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2016-01-11loplugin:unusedmethods unused return value in filterNoel Grandin
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-20loplugin:unusedfields filterNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara
2015-10-01com::sun::star->css in filter/Noel Grandin
2015-09-01filter: avoid casting BitmapChecksum to sal_uInt32Miklos Vajna
2015-09-01truncate checksum to 32-bit when it slips inside a file streamMarco Cecchetti
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe