summaryrefslogtreecommitdiff
path: root/filter/source/svg
AgeCommit message (Expand)Author
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
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-01Typo in code 'Reapeat'->'Repeat'Julien Nabet
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-24custom literal for Degree10Noel Grandin
2020-12-15impress: <count> variable not substituted in presentation on slideshowMarco Cecchetti
2020-12-08Avoid calculating checksums if we can.Michael Meeks
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-21tdf#123936 Formatting files in module filter with clang-formatPhilipp Hofer
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-28convert some more long -> tools::LongNoel
2020-10-22long->tools::Long in emfio..filterNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-02loplugin:reducevarscope in filterNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-09tdf#134546 let users can present current page when using LibreOffice Onlinenienzu
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-28filter: svg export: error when playing an animated empty text fieldMarco Cecchetti
2020-08-17inline some use-once typedefsNoel Grandin
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-08-04loplugin:referencecasting (clang-cl)Stephan Bergmann