summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgexport.cxx
AgeCommit message (Expand)Author
2024-05-08loplugin:ostr in filterNoel Grandin
2024-04-08tdf#146619 Drop unused 'using namespace' in: filter/Gabor Kelemen
2024-03-23tdf#158237 use c++20 contains() instead of find() and end()Beeram_12
2023-11-20Extended loplugin:ostr: filterStephan Bergmann
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: filterStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-09-01show status indicator progress on svg export of slidesCaolán McNamara
2023-09-01outer check is mbExportShapeSelection so inner !mbExportShapeSelectionCaolán McNamara
2023-06-13turn off undo while creating SdrGrafObj in svg export filterCaolán McNamara
2023-06-12Resolves: tdf#155791 export of default impress slide master to svg failedCaolán McNamara
2023-06-12cannot export selected fontwork in writer to svgCaolán McNamara
2023-06-09MCGR: tdf#155479 repair gradient SVG export for MCGRArmin Le Grand (allotropia)
2023-02-01sw: implement "Theme" property for the XDrawPage in WriterTomaž Vajngerl
2022-11-22svg export filter: text fields not handled correctlyMarco Cecchetti
2022-11-22svg export filter: footer was not replaced with the right contentMarco Cecchetti
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-24improve usage of TempFile in SVGExportNoel Grandin
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-22tdf#100522 Add support for exporting SVGZ in Drawofftkp
2022-06-21impress online: not handled transform animation causes core crashMarco Cecchetti
2022-02-05lok: render image preview with lower resolutionSzymon Kłos
2022-01-17SVG export: fix missing custom bulletsMiklos Vajna
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin
2021-11-15use OUStringLiteral in SVGFilterNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in filterMike Kaganski
2021-10-25Converting pointer to reference in svgwriterHossein
2021-10-22Use size_t instead of sal_uLong in filter/source/svgJulien Nabet
2021-10-11loplugin:moveparam in filterNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-08const OUString -> constexpr OUStringLiteralHossein
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-06Replace GDIMetaFile::Read with SvmReader::Read in svgexport.cxxpanoskorovesis
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin
2021-04-16SVGFilter::implGenerateMetaData check page before useSzymon Kłos
2021-03-09filter: svg: js engine: misplaced text: improving text field handlingMarco Cecchetti
2021-03-09filter: svg: export: renaming class attributes related to TextShapeMarco Cecchetti
2021-03-09filter: svg: export tiled background by exploiting svg:pattern elementMarco Cecchetti
2021-03-06filter: svg: js engine: support for bitmaps in slide backgroundMarco Cecchetti
2021-02-21loplugin:refcounting in filterNoel
2021-01-27Fix typoAndrea Gelmini
2021-01-26filter: svg: js engine: further improving text fields handlingMarco Cecchetti
2021-01-26filter: svg: slide with a custom background are not exported correctlyMarco Cecchetti
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann