summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)Author
2018-01-22gbuild: always compile as C++17 with MSVC 2017Michael Stahl
2018-01-22boost: upgrade to release 1.66.0Michael Stahl
2018-01-21ofz#5539 stricter on strings in dxfCaolán McNamara
2018-01-20loplugin:unused-returns in filter,tools,xmloffNoel Grandin
2018-01-19new loplugin:emptyifNoel Grandin
2018-01-18Fix typosAndrea Gelmini
2018-01-17Fix typosAndrea Gelmini
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-16Fix typosAndrea Gelmini
2018-01-16Fix typosAndrea Gelmini
2018-01-16Fix typosAndrea Gelmini
2018-01-16ofz#5336 TimeoutCaolán McNamara
2018-01-15Fix typoAndrea Gelmini
2018-01-15More loplugin:cstylecast: filterStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-14ofz#5276 oomCaolán McNamara
2018-01-12More loplugin:cstylecast: filterStephan Bergmann
2018-01-12filter: fix 32bit buildMiklos Vajna
2018-01-12Fix OSL_ENSURE condition in msvbahelper.cxxJulien Nabet
2018-01-11ofz#5248 Integer-overflowCaolán McNamara
2018-01-11Replace macro with functionStephan Bergmann
2018-01-11loplugin:redundantcast: filterStephan Bergmann
2018-01-11Replace some C-style casts in ugly macros with static_castStephan Bergmann
2018-01-11tdf#114939 filter: don't use StarOffice SHA1 in MS Office filtersMichael Stahl
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-09ofz#5154 limit depth to max legal depthCaolán McNamara
2018-01-09i <= 5 is nonsense hereCaolán McNamara
2018-01-07ofz: fail earlyCaolán McNamara
2018-01-06ofz#4983 Divide-by-zeroCaolán McNamara
2018-01-05Fix typosAndrea Gelmini
2018-01-05long->sal_Int32 in BigIntNoel Grandin
2018-01-04migrate to std::unique_ptrCaolán McNamara
2018-01-04ofz#4943 Direct-leakCaolán McNamara
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin
2017-12-29Fix typosAndrea Gelmini
2017-12-29Fix typosAndrea Gelmini
2017-12-29Fix typosAndrea Gelmini
2017-12-28Simplify dynamic_cast checkMike Kaganski
2017-12-27escherex: dynamic_cast followed by static_castTomaž Vajngerl
2017-12-27escherex: remove css:: and whitespaceTomaž Vajngerl
2017-12-25ofz#4738 Integer-overflowCaolán McNamara
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky
2017-12-22ofz#4715 Integer-overflowCaolán McNamara
2017-12-21Fix typoAndrea Gelmini
2017-12-21Fix typosAndrea Gelmini
2017-12-19inline use-once typedefsNoel Grandin
2017-12-18loplugin:unusedindexMike Kaganski
2017-12-18Initial step on enabling the orcus-based Excel 2003 XML filter.Kohei Yoshida
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann