summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2018-01-12More loplugin:cstylecast: filterStephan Bergmann48-763/+763
2018-01-12filter: fix 32bit buildMiklos Vajna1-1/+1
2018-01-12Fix OSL_ENSURE condition in msvbahelper.cxxJulien Nabet1-1/+1
2018-01-11ofz#5248 Integer-overflowCaolán McNamara1-3/+10
2018-01-11Replace macro with functionStephan Bergmann2-2/+7
2018-01-11loplugin:redundantcast: filterStephan Bergmann1-1/+1
2018-01-11Replace some C-style casts in ugly macros with static_castStephan Bergmann1-2/+2
2018-01-11tdf#114939 filter: don't use StarOffice SHA1 in MS Office filtersMichael Stahl1-4/+10
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2018-01-09ofz#5154 limit depth to max legal depthCaolán McNamara1-3/+5
2018-01-09i <= 5 is nonsense hereCaolán McNamara1-12/+6
2018-01-07ofz: fail earlyCaolán McNamara1-0/+2
2018-01-06ofz#4983 Divide-by-zeroCaolán McNamara1-1/+5
2018-01-05Fix typosAndrea Gelmini1-6/+6
2018-01-05long->sal_Int32 in BigIntNoel Grandin1-2/+3
2018-01-04migrate to std::unique_ptrCaolán McNamara1-20/+14
2018-01-04ofz#4943 Direct-leakCaolán McNamara1-13/+11
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin3-3/+3
2017-12-29Fix typosAndrea Gelmini2-7/+7
2017-12-29Fix typosAndrea Gelmini3-8/+8
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-28Simplify dynamic_cast checkMike Kaganski1-6/+3
2017-12-27escherex: dynamic_cast followed by static_castTomaž Vajngerl1-13/+17
2017-12-27escherex: remove css:: and whitespaceTomaž Vajngerl1-273/+267
2017-12-25ofz#4738 Integer-overflowCaolán McNamara1-4/+12
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-1/+1
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2-10/+2
2017-12-22ofz#4715 Integer-overflowCaolán McNamara1-2/+3
2017-12-21Fix typoAndrea Gelmini1-1/+1
2017-12-21Fix typosAndrea Gelmini1-1/+1
2017-12-19inline use-once typedefsNoel Grandin2-2/+1
2017-12-18loplugin:unusedindexMike Kaganski2-13/+13
2017-12-18Initial step on enabling the orcus-based Excel 2003 XML filter.Kohei Yoshida4-3/+23
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