summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgexport.cxx
AgeCommit message (Expand)Author
2020-10-02loplugin:reducevarscope in filterNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-07SVG export: fix failure on trying to read graphic of a 3D shapeMiklos Vajna
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-08-04loplugin:referencecasting (clang-cl)Stephan Bergmann
2020-07-01reorder parameters of SvXMLExport::SvXMLExportNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: filterStephan Bergmann
2020-04-14loplugin:flatten in filterNoel Grandin
2020-02-27sw SVG export: try to reuse original bitmap data for JPG and PNG bitmapsMiklos Vajna
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz
2020-01-26rename some local variablesNoel Grandin
2019-12-17tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-03loplugin:stringaddNoel Grandin
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-12filter: svg export: presentation engine: automatic slide transitionMarco Cecchetti
2019-10-01loplugin:stringadd in extensions..frameworkNoel Grandin
2019-08-20loplugin:constvars in drawinglayer..frameworkNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): filterStephan Bergmann
2019-07-19loplugin:referencecasting in filterNoel Grandin
2019-06-18tdf#42949 Fix IWYU warnings in include/svx/[t-v]*Gabor Kelemen
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen
2019-05-20lok: writer: svg export transformed imagesMarco Cecchetti
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-04-13loplugin:sequentialassign in filter..fpickerNoel Grandin
2019-03-05Check svg URLs before exportingSamuel Mehrbrodt
2019-03-01tdf#123780: Fix SVG export of Writer imagesTamás Zolnai
2019-02-28tdf#115549 Check xPropset is exist.Gülşah Köse
2019-02-19More loplugin:simplifyboolStephan Bergmann
2019-02-09loplugin:indentation in filterNoel Grandin
2019-01-31tdf#115549 Enable handling background object.Gülşah Köse
2018-12-21use unique_ptr in SVGFilterNoel Grandin
2018-12-19Removed duplicated includeAndrea Gelmini
2018-12-15lok: Implement SVG export of selected Writer imageTamás Zolnai
2018-12-15lok: Implement SVG export for Calc (SelectionOnly mode)Tamás Zolnai
2018-12-14lok: Implement SVG export for Writer (SelectionOnly mode)Tamás Zolnai
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-07Avoid writing out unneeded data to SVG file in SelectionOnly modeTamás Zolnai
2018-12-07Remove noise from the SVG file exported in SelectionOnly modeTamás Zolnai
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-28loplugin:stringloop in filterNoel Grandin
2018-07-26filter: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke