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