summaryrefslogtreecommitdiff
path: root/package/source
AgeCommit message (Expand)AuthorFilesLines
2016-08-09OFFICE-3708: package: recognize correct SHA256 URLMichael Stahl4-3/+9
2016-06-24package: fix exception handling in DeflateThread (related tdf#91807)Michael Stahl2-1/+22
2016-06-17tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian1-1/+1
2016-05-25Fix typosAndrea Gelmini1-1/+1
2016-05-19loplugin:unusedmethods in package to rscNoel Grandin1-3/+0
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2-0/+2
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin2-5/+5
2016-05-04use Any constructor instead of temporariesNoel Grandin2-33/+15
2016-04-21Fix typosAndrea Gelmini1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann5-34/+34
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin6-8/+8
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-05Missing includeStephan Bergmann1-0/+2
2016-03-22tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand3-28/+87
2016-03-18loplugin:constantparam in packageNoel Grandin3-8/+8
2016-02-23Use passed-in context instead of comphelper::getProcessComponentContext()Stephan Bergmann2-17/+13
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin3-4/+4
2016-01-15loplugin:unusedmethods unused return value in oox,packageNoel Grandin4-10/+5
2016-01-11loplugin:privatebase: Publicly derive from UNO interfacesStephan Bergmann1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-08tdf#89236: Don't deflate encrypted document in parallelMatúš Kukan1-1/+2
2015-12-24loplugin:unusedfieldsNoel Grandin2-3/+2
2015-12-22loplugin:unusedfields in oox,packageNoel Grandin3-9/+3
2015-11-25loplugin:unusedfields in include/package,include/registryNoel Grandin1-1/+0
2015-11-23loplugin:unusedfields in oox,package,reportdesignNoel Grandin2-198/+147
2015-11-19use comphelper::containerToSequenceNoel Grandin2-16/+4
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-6/+3
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann25-91/+91
2015-11-05Don't check version field from local ZIP headerJan-Marek Glogowski1-14/+8
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin11-92/+79
2015-10-23com::sun::star->css in package,pyunoNoel Grandin30-801/+782
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann20-238/+238
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+3
2015-10-06loplugin:mergeclassesNoel Grandin1-6/+3
2015-09-30Fix typosAndrea Gelmini2-3/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-18boost->stdCaolán McNamara2-5/+4
2015-09-01comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl1-0/+1
2015-08-26package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe17-34/+33
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
2015-08-18Simplify ZipPackage::isLocalFile checkStephan Bergmann1-14/+1
2015-08-17avoid possible leak on exceptionCaolán McNamara1-13/+35
2015-08-07Related: tdf#88314 delete temp filesCaolán McNamara2-0/+9
2015-08-05Resolves: tdf#88314 close temp file after each thread completedCaolán McNamara2-14/+52