summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* Fixing threadedStream produce loop condition:Mohammed Abdul Azeem2017-08-201-2/+3
* package: get rid of requirement for plain passwordsThorsten Behrens2017-08-201-3/+2
* tdf#111481 package: seek to 0 before truncate()Miklos Vajna2017-08-081-0/+8
* loplugin:constantparamNoel Grandin2017-08-082-5/+6
* loplugin:constparams in basctlNoel Grandin2017-07-312-4/+4
* loplugin:oncevarNoel Grandin2017-07-311-2/+1
* loplugin:checkunusedparams more part1Noel Grandin2017-07-283-3/+1
* tdf#108835 Fixed writer crash on adding Autocorrect Entry:Mohammed Abdul Azeem2017-07-194-9/+16
* loplugin:constparams in packageNoel Grandin2017-07-188-9/+9
* use more OUString::operator== in forms..salNoel Grandin2017-07-1311-91/+91
* strip some linefeeds from the end of debug outputNoel Grandin2017-07-123-7/+7
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-111-3/+3
* tdf#108821 - fix for overflow of variables on opening huge filesMohammed Abdul Azeem2017-07-073-4/+4
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-1/+1
* tdf#108821 - fixed bad alloc on opening large fileMichael Meeks2017-07-064-8/+12
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-063-3/+3
* new loplugin unnecessaryparenNoel Grandin2017-07-055-10/+10
* loplugin:casttovoid: packageStephan Bergmann2017-07-021-2/+1
* loplugin:oncevar in oox..saxNoel Grandin2017-06-263-18/+6
* create comphelper::RefCountedMutexNoel Grandin2017-06-2020-315/+259
* Avoid race between mbTerminate check and wait.Michael Meeks2017-06-131-4/+4
* use local statics for getUnoTunnelImplementationIdJochen Nitschke2017-06-131-5/+3
* Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem2017-06-128-33/+5
* Fix typosAndrea Gelmini2017-06-112-2/+2
* First cut at moving unzipping into new thread:Mohammed Abdul Azeem2017-06-085-34/+373
* Fixing loose ends for multithread Sync in package/:Mohammed Abdul Azeem2017-06-087-26/+41
* Improved loplugin:redundantcast static_cast handling: packageStephan Bergmann2017-06-021-1/+1
* Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann2017-05-311-1/+0
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-2/+1
* remove unused uno::Reference varsNoel Grandin2017-05-124-7/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-3/+1
* remove unnecessary empty OUString fields and varsNoel Grandin2017-05-091-2/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert package module away from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* loplugin:checkunusedparams in package..reportdesignNoel Grandin2017-05-032-4/+3
* loplugin:salunicodeliteral: packageStephan Bergmann2017-04-281-2/+2
* tdf#105942 Don't hang when file is protected and compressedXisco Fauli2017-04-271-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-255-0/+5
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-213-3/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-2114-49/+49
* drop document_io_logring.txt and use global loggingCaolán McNamara2017-04-125-562/+263
* remove type decorations on char literalsJochen Nitschke2017-03-304-7/+7
* Fix typosAndrea Gelmini2017-03-251-1/+1
* Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna2017-03-131-11/+3
* comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl2017-03-111-3/+11
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* Use copy ctor instead of ZipPackageFolder::copyZipEntryStephan Bergmann2017-02-233-24/+6
* use std::unique_ptrCaolán McNamara2017-02-222-140/+122
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-156-159/+48
* Add missing #includesStephan Bergmann2017-02-0613-1/+32