summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* 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
* HTML XSLT: Adding missing MathML siblings. The floating draw:frame sibling co...Svante Schubert2021-03-021-4/+16
* HTML XSLT: Added missing listLevelStyle parameter otherwise prefix/suffix did...Svante Schubert2021-03-021-4/+12
* HTML XSLT: Appendix headings looked incorrect (in general heading within list...Svante Schubert2021-03-021-1/+2
* HTML XSLT: Missing paragraph BORDER of stand-alone border paragraph (@style:j...Svante Schubert2021-03-022-39/+64
* HTML XSLT: 1)FEATURE: ODF @text:min-label-distance becomes CSS padding-right;...Svante Schubert2021-03-021-27/+21
* HTML XSLT: Overtaking masking ' for ODF font-family with spaces in namesSvante Schubert2021-03-021-4/+3
* HTML XSLT: Adding default language for accessiblitySvante Schubert2021-03-021-0/+11
* HTML XSLT: Removing old IE7 fix, which was enabled by fixing invalid CSS and ...Svante Schubert2021-03-021-5/+0