summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2018-01-181-1/+1
* Fix typosAndrea Gelmini2018-01-171-1/+1
* loplugin:unnecessaryparen extend to delete statementsNoel Grandin2018-01-174-5/+5
* Fix typosAndrea Gelmini2018-01-161-1/+1
* Fix typosAndrea Gelmini2018-01-162-3/+3
* Fix typosAndrea Gelmini2018-01-167-9/+9
* ofz#5336 TimeoutCaolán McNamara2018-01-162-2/+11
* Fix typoAndrea Gelmini2018-01-152-2/+2
* More loplugin:cstylecast: filterStephan Bergmann2018-01-1512-82/+81
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-152-5/+5
* ofz#5276 oomCaolán McNamara2018-01-143-22/+38
* More loplugin:cstylecast: filterStephan Bergmann2018-01-1248-763/+763
* filter: fix 32bit buildMiklos Vajna2018-01-121-1/+1
* Fix OSL_ENSURE condition in msvbahelper.cxxJulien Nabet2018-01-121-1/+1
* ofz#5248 Integer-overflowCaolán McNamara2018-01-111-3/+10
* Replace macro with functionStephan Bergmann2018-01-112-2/+7
* loplugin:redundantcast: filterStephan Bergmann2018-01-111-1/+1
* Replace some C-style casts in ugly macros with static_castStephan Bergmann2018-01-111-2/+2
* tdf#114939 filter: don't use StarOffice SHA1 in MS Office filtersMichael Stahl2018-01-111-4/+10
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-111-1/+1
* ofz#5154 limit depth to max legal depthCaolán McNamara2018-01-091-3/+5
* i <= 5 is nonsense hereCaolán McNamara2018-01-091-12/+6
* ofz: fail earlyCaolán McNamara2018-01-071-0/+2
* ofz#4983 Divide-by-zeroCaolán McNamara2018-01-061-1/+5
* Fix typosAndrea Gelmini2018-01-051-6/+6
* long->sal_Int32 in BigIntNoel Grandin2018-01-051-2/+3
* migrate to std::unique_ptrCaolán McNamara2018-01-041-20/+14
* ofz#4943 Direct-leakCaolán McNamara2018-01-041-13/+11
* loplugin:passstuffbyref improved return in variousNoel Grandin2017-12-293-3/+3
* Fix typosAndrea Gelmini2017-12-292-7/+7
* Fix typosAndrea Gelmini2017-12-293-8/+8
* Fix typosAndrea Gelmini2017-12-291-1/+1
* Simplify dynamic_cast checkMike Kaganski2017-12-281-6/+3
* escherex: dynamic_cast followed by static_castTomaž Vajngerl2017-12-271-13/+17
* escherex: remove css:: and whitespaceTomaž Vajngerl2017-12-271-273/+267
* ofz#4738 Integer-overflowCaolán McNamara2017-12-251-4/+12
* loplugin:passstuffbyref even more return improvementsNoel Grandin2017-12-241-1/+1
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2017-12-222-10/+2
* ofz#4715 Integer-overflowCaolán McNamara2017-12-221-2/+3
* Fix typoAndrea Gelmini2017-12-211-1/+1
* Fix typosAndrea Gelmini2017-12-211-1/+1
* inline use-once typedefsNoel Grandin2017-12-192-2/+1
* loplugin:unusedindexMike Kaganski2017-12-182-13/+13
* Initial step on enabling the orcus-based Excel 2003 XML filter.Kohei Yoshida2017-12-184-3/+23
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-148-8/+8
* Related: tdf#114428 filter: associate .xhtml with HTML importMiklos Vajna2017-12-141-1/+1
* tools: remove unused #include from solar.hMichael Stahl2017-12-131-0/+1
* tdf#114428 filter: recognize XHTML with XML declaration as HTMLMiklos Vajna2017-12-135-3/+140
* Remove obsolete "explicit operator bool" hackStephan Bergmann2017-12-122-2/+2
* Fix typos and grammarIlmari Lauhakangas2017-12-113-15/+15