summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann8-8/+8
2017-12-14Related: tdf#114428 filter: associate .xhtml with HTML importMiklos Vajna1-1/+1
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-12-13tdf#114428 filter: recognize XHTML with XML declaration as HTMLMiklos Vajna5-3/+140
2017-12-12Remove obsolete "explicit operator bool" hackStephan Bergmann2-2/+2
2017-12-11Fix typos and grammarIlmari Lauhakangas3-15/+15
2017-12-11loplugin:salcall fix functionsNoel Grandin47-75/+75
2017-12-11Remove useless "using" in LibXSLTTransformer (filter)Julien Nabet1-1/+0
2017-12-09tdf#114308 DOC import correctly watermark without paddingSzymon Kłos1-15/+26
2017-12-09Fix typo in wordml2000_drawJulien Nabet1-1/+1
2017-12-09Fix typosAndrea Gelmini1-1/+1
2017-12-08cppcheck: fix some reportsJulien Nabet5-8/+11
2017-12-08tdf#114308 Export Watermark size as isSzymon Kłos2-7/+3
2017-12-08tdf#114304 break rather than return false on dodgy record lengthCaolán McNamara1-1/+4
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-1/+1
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann4-49/+47
2017-12-05Fix typoAndrea Gelmini1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin7-30/+30
2017-12-05loplugin:countusersofdefaultparams in editeng..packageNoel Grandin2-3/+3
2017-12-04xhtml export: Prefer svg if it's availableSamuel Mehrbrodt1-4/+6
2017-12-04EPUB export, fixed layout: disable DTD string in SVG headerMiklos Vajna3-1/+7
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin5-5/+5
2017-12-03Remove some useless include and usingJulien Nabet1-3/+0
2017-12-02tdf#113037 Unify Watermark in DOC & DOCXSzymon Kłos1-7/+10
2017-12-01tdf#80713 Translate a few file format namesGabor Kelemen5-5/+5
2017-12-01tdf#113696 XHTML Export: Prefer fallback graphicSamuel Mehrbrodt1-18/+23
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-29Support for GPG encryption in more ODF filtersKatarina Behrens4-4/+4
2017-11-29Remove unused typedef B2DPolyPolygonList (filter/svg)Julien Nabet1-2/+0
2017-11-28upload libwps 0.4.8David Tardon1-1/+1
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-1/+1
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin6-19/+19
2017-11-26ofz#4436 check if seek succeededCaolán McNamara1-1/+4
2017-11-26ofz#4435 Bad-castCaolán McNamara1-8/+16
2017-11-26svg export: more compact format for rotate()Chr. Rossmanith1-14/+8
2017-11-24set new document window as parent for dialogs during loadCaolán McNamara3-5/+49
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin1-2/+2
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-2/+2
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann5-8/+8
2017-11-22turn some eof checks to eof or errorCaolán McNamara3-5/+5
2017-11-22replace check of eof and GetError with goodCaolán McNamara2-10/+10
2017-11-22drop duplicate methodCaolán McNamara6-17/+17
2017-11-22RTF filter: drop now redundant astyle.optionsMiklos Vajna1-63/+66
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin2-7/+7
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin2-2/+2
2017-11-20TypedWhichId for SDRATTR* constants (1)Noel Grandin2-7/+7
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin2-12/+12
2017-11-17ofz#4204 compare against available data lenCaolán McNamara1-1/+17
2017-11-16ofz#2977 TimeoutCaolán McNamara1-1/+5