summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-02HTML XSLT: List empty CSS styles (ODF styles without CSS mappable styles) onl...Svante Schubert1-2/+3
2021-03-02HTML XSLT: Only write page {} information when they existSvante Schubert1-11/+14
2021-03-02HTML XSLT: Placing font-family names within 'double quotation marks' in case ...Svante Schubert1-3/+11
2021-03-02HTML XSLT: Set default to 0 in case of not-a-number: min-width:NaNcmSvante Schubert1-2/+12
2021-03-02HTML XSLT: Fixing CSS selectorSvante Schubert1-1/+1
2021-03-02HTML XSLT: Excluding loext namespace from outputSvante Schubert1-1/+1
2021-03-02HTML XSLT: Neglecting redundant @type of styleSvante Schubert1-1/+3
2021-03-02Minor XSL updates to improve for the XHTML of our specificationSvante Schubert2-6/+31
2021-02-21loplugin:refcounting in filterNoel11-55/+38
2021-02-18Move GIF writer from filter module into VCLTomaž Vajngerl6-896/+11
2021-02-17Move DXF reader from filter module into VCLTomaž Vajngerl29-61184/+11
2021-02-17Move PBM,PPM reader from filter module into VCLTomaž Vajngerl19-689/+33
2021-02-17Move PCD reader from filter module into VCLTomaž Vajngerl12-501/+33
2021-02-17Move PSD reader from filter module into VCLTomaž Vajngerl13-890/+11
2021-02-17Move EPS reader and writer from filter module into VCLTomaž Vajngerl16-4303/+22
2021-02-17Move RAS and PCX reader from filter module into VCLTomaž Vajngerl27-1061/+22
2021-02-17Move MET reader from filter module into VCLTomaž Vajngerl15-2932/+11
2021-02-17Move PICT reader from filter module into VCLTomaž Vajngerl21-2528/+11
2021-02-17Move TGA reader from filter module into VCLTomaž Vajngerl12-909/+11