summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara2-30/+30
2021-05-21fix leak in XSLTFilterNoel Grandin1-29/+37
2021-05-14Improve loplugin:stringviewStephan Bergmann1-4/+4
2021-05-13dispose component in testNoel Grandin1-0/+1
2021-05-03tdf#123476: also use filter by extension when its service is the sameMike Kaganski1-3/+15
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-10/+10
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann3-9/+9
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-19/+18
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-12/+12
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-7/+7
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin2-2/+2
2021-04-16SVGFilter::implGenerateMetaData check page before useSzymon Kłos1-0/+2
2021-04-14Fix typosAndrea Gelmini1-1/+1
2021-04-13tdf#134736 RemoveTransparenciesFromMetaFile ruins PDFExtOutDevData groupsCaolán McNamara1-0/+6
2021-04-13no need to make copies of these objectsNoel Grandin1-6/+6
2021-04-09remove vcl/waitobj.hxxCaolán McNamara1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-12/+12
2021-04-02tdf#139786 partial revert tdf#106181 XLSX export: output form controlsJustin Luth2-12/+12
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl1-1/+3
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel3-4/+4
2021-03-26vcl: add initializer_list constructor to BitmapPalette and use itTomaž Vajngerl1-4/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski5-41/+41
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC48-188/+48
2021-03-22Polyfill presentation_engine.js for IE11Szymon Kłos1-7/+16
2021-03-15Fix typosAndrea Gelmini1-1/+1
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski3-3/+3
2021-03-09filter: svg: js engine: misplaced text: improving text field handlingMarco Cecchetti2-48/+83
2021-03-09filter: svg: text field: placeholder localization issueMarco Cecchetti2-1/+16
2021-03-09filter: svg: export: renaming class attributes related to TextShapeMarco Cecchetti4-5/+7
2021-03-09filter: svg: export tiled background by exploiting svg:pattern elementMarco Cecchetti3-3/+206
2021-03-08clean up some more dynamic/static castingNoel1-2/+2
2021-03-07ref-count SdrPageNoel1-2/+2
2021-03-06filter: svg: js engine: support for bitmaps in slide backgroundMarco Cecchetti4-27/+198
2021-03-02fix xhtml list export in other localesNoel1-1/+2
2021-03-02HTML XSLT: Adding explicitly whitespace - prior been erased in patch - as it ...Svante Schubert1-1/+1
2021-03-02HTML MathML update - enabling inline MATHML & fixing duplication (regression ...Svante Schubert1-78/+34
2021-03-02HTML XSLT: Adding missing MathML siblings. The floating draw:frame sibling co...Svante Schubert1-4/+16
2021-03-02HTML XSLT: Added missing listLevelStyle parameter otherwise prefix/suffix did...Svante Schubert1-4/+12
2021-03-02HTML XSLT: Appendix headings looked incorrect (in general heading within list...Svante Schubert1-1/+2
2021-03-02HTML XSLT: Missing paragraph BORDER of stand-alone border paragraph (@style:j...Svante Schubert2-39/+64
2021-03-02HTML XSLT: 1)FEATURE: ODF @text:min-label-distance becomes CSS padding-right;...Svante Schubert1-27/+21
2021-03-02HTML XSLT: Overtaking masking ' for ODF font-family with spaces in namesSvante Schubert1-4/+3
2021-03-02HTML XSLT: Adding default language for accessiblitySvante Schubert1-0/+11
2021-03-02HTML XSLT: Removing old IE7 fix, which was enabled by fixing invalid CSS and ...Svante Schubert1-5/+0