summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* tdf#145361 fix XSLT for older libxsltNoel Grandin2021-11-021-1/+1
* T602 is an obsolete format, don't assume .txt files are T602Jan Holesovsky2021-10-141-1/+1
* tdf#143315: restore the stylesheet after clearing outliner objectMike Kaganski2021-07-151-0/+3
* Simplify Sequence/vector initializationsJulien Nabet2021-06-111-5/+7
* Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet2021-06-083-18/+13
* tdf#142483 filter: xhtml: fix substitution of fo:border attributeMichael Stahl2021-06-041-4/+4
* no need to allocate these on the heapNoel Grandin2021-06-037-43/+45
* no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin2021-05-311-20/+17
* add Toggleable as a separate thing to a ButtonCaolán McNamara2021-05-212-30/+30
* fix leak in XSLTFilterNoel Grandin2021-05-211-29/+37
* Improve loplugin:stringviewStephan Bergmann2021-05-141-4/+4
* dispose component in testNoel Grandin2021-05-131-0/+1
* tdf#123476: also use filter by extension when its service is the sameMike Kaganski2021-05-031-3/+15
* loplugin:stringadd improvement for appending numbersNoel Grandin2021-05-031-10/+10
* loplugin:unnecessaryparen small improvementNoel Grandin2021-05-031-1/+1
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-023-9/+9
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-291-19/+18
* remove support for BITMASK in vcl backendsNoel Grandin2021-04-291-1/+1
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-12/+12
* no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2021-04-221-7/+7
* no need makeStringAndClear() when appending to bufferNoel Grandin2021-04-221-1/+1
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-211-1/+1
* use OUString::Concat here, not OUStringLiteralNoel Grandin2021-04-202-2/+2
* SVGFilter::implGenerateMetaData check page before useSzymon Kłos2021-04-161-0/+2
* Fix typosAndrea Gelmini2021-04-141-1/+1
* tdf#134736 RemoveTransparenciesFromMetaFile ruins PDFExtOutDevData groupsCaolán McNamara2021-04-131-0/+6
* no need to make copies of these objectsNoel Grandin2021-04-131-6/+6
* remove vcl/waitobj.hxxCaolán McNamara2021-04-091-1/+1
* Recheck include/ with IWYUGabor Kelemen2021-04-091-0/+1
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-12/+12
* tdf#139786 partial revert tdf#106181 XLSX export: output form controlsJustin Luth2021-04-022-12/+12
* vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl2021-04-021-1/+3
* drop operator bool and operator! from Bitmap and BitmapExNoel2021-03-283-4/+4
* vcl: add initializer_list constructor to BitmapPalette and use itTomaž Vajngerl2021-03-261-4/+1
* const OUString -> const OUStringLiteralMike Kaganski2021-03-255-41/+41
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* tdf#124176 Use pragma once in f*Vincent LE GARREC2021-03-2348-188/+48
* Polyfill presentation_engine.js for IE11Szymon Kłos2021-03-221-7/+16
* Fix typosAndrea Gelmini2021-03-151-1/+1
* Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski2021-03-103-3/+3
* filter: svg: js engine: misplaced text: improving text field handlingMarco Cecchetti2021-03-092-48/+83
* filter: svg: text field: placeholder localization issueMarco Cecchetti2021-03-092-1/+16
* filter: svg: export: renaming class attributes related to TextShapeMarco Cecchetti2021-03-094-5/+7
* filter: svg: export tiled background by exploiting svg:pattern elementMarco Cecchetti2021-03-093-3/+206
* clean up some more dynamic/static castingNoel2021-03-081-2/+2
* ref-count SdrPageNoel2021-03-071-2/+2
* filter: svg: js engine: support for bitmaps in slide backgroundMarco Cecchetti2021-03-064-27/+198
* fix xhtml list export in other localesNoel2021-03-021-1/+2
* HTML XSLT: Adding explicitly whitespace - prior been erased in patch - as it ...Svante Schubert2021-03-021-1/+1
* HTML MathML update - enabling inline MATHML & fixing duplication (regression ...Svante Schubert2021-03-021-78/+34