summaryrefslogtreecommitdiff
path: root/filter/source/svg
AgeCommit message (Expand)Author
2021-11-24loplugin:stringliteraldefine in filterNoel Grandin
2021-11-15use OUStringLiteral in SVGFilterNoel Grandin
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in filterMike Kaganski
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
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-09Simplify SvXMLExport::AddAttribute overloadsMike Kaganski
2021-10-08const OUString -> constexpr OUStringLiteralHossein
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-17Move GDIMetaFile::GetChecksum to SvmWriter::GetChecksumpanoskorovesis
2021-08-13tdf#105575 Slow rendering when using a Logo commandNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-13Replace ReadGDIMetaFile with SvmReader::Readpanoskorovesis
2021-08-06Replace GDIMetaFile::Read with SvmReader::Read in svgexport.cxxpanoskorovesis
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel 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-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC
2021-03-22Polyfill presentation_engine.js for IE11Szymon Kłos
2021-03-09filter: svg: js engine: misplaced text: improving text field handlingMarco Cecchetti
2021-03-09filter: svg: text field: placeholder localization issueMarco 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: js engine: improving text fields handlingMarco Cecchetti
2021-01-26filter: svg: when date/time field is edited directly in mp, is not shownMarco Cecchetti
2021-01-26filter: svg: slide with a custom background are not exported correctlyMarco Cecchetti
2021-01-19vcl: remove or rename too long methods names in VectorGraphicDataTomaž Vajngerl