summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)Author
2016-01-08tdf#89236: Don't deflate encrypted document in parallelMatúš Kukan
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-12-22loplugin:unusedfields in oox,packageNoel Grandin
2015-11-25loplugin:unusedfields in include/package,include/registryNoel Grandin
2015-11-23loplugin:unusedfields in oox,package,reportdesignNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05Don't check version field from local ZIP headerJan-Marek Glogowski
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06loplugin:mergeclassesNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-30Fix typosAndrea Gelmini
2015-09-18boost->stdCaolán McNamara
2015-09-01comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl
2015-08-26package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann
2015-08-18Simplify ZipPackage::isLocalFile checkStephan Bergmann
2015-08-17avoid possible leak on exceptionCaolán McNamara
2015-08-07Related: tdf#88314 delete temp filesCaolán McNamara
2015-08-05Resolves: tdf#88314 close temp file after each thread completedCaolán McNamara
2015-07-26Revert "Resolves: tdf#88314 close temp file after each thread completes"Norbert Thiebaud
2015-07-24Resolves: tdf#88314 close temp file after each thread completesCaolán McNamara
2015-07-14loplugin:unusedmethods toolkit,packageNoel Grandin
2015-07-07loplugin:unusedmethods packageNoel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-06-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin
2015-06-28Fix typosAndrea Gelmini
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-13TyposJulien Nabet
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-05WaE: unreferenced local variableCaolán McNamara
2015-06-05uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-08Rephrase comparisons between bool and sal_BoolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-12unnecessary castCaolán McNamara