summaryrefslogtreecommitdiff
path: root/package/source
AgeCommit message (Expand)AuthorFilesLines
2017-07-19tdf#108835 Fixed writer crash on adding Autocorrect Entry:Mohammed Abdul Azeem2-7/+12
2017-07-18loplugin:constparams in packageNoel Grandin5-6/+6
2017-07-13use more OUString::operator== in forms..salNoel Grandin11-91/+91
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin3-7/+7
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-3/+3
2017-07-07tdf#108821 - fix for overflow of variables on opening huge filesMohammed Abdul Azeem3-4/+4
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-06tdf#108821 - fixed bad alloc on opening large fileMichael Meeks4-8/+12
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin3-3/+3
2017-07-05new loplugin unnecessaryparenNoel Grandin5-10/+10
2017-07-02loplugin:casttovoid: packageStephan Bergmann1-2/+1
2017-06-26loplugin:oncevar in oox..saxNoel Grandin3-18/+6
2017-06-20create comphelper::RefCountedMutexNoel Grandin14-245/+242
2017-06-13Avoid race between mbTerminate check and wait.Michael Meeks1-4/+4
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke1-5/+3
2017-06-12Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem6-27/+4
2017-06-11Fix typosAndrea Gelmini1-1/+1
2017-06-08First cut at moving unzipping into new thread:Mohammed Abdul Azeem3-1/+288
2017-06-08Fixing loose ends for multithread Sync in package/:Mohammed Abdul Azeem6-23/+35
2017-06-02Improved loplugin:redundantcast static_cast handling: packageStephan Bergmann1-1/+1
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-1/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-2/+1
2017-05-12remove unused uno::Reference varsNoel Grandin4-7/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke4-3/+1
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-2/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert package module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-05-03loplugin:checkunusedparams in package..reportdesignNoel Grandin2-4/+3
2017-04-28loplugin:salunicodeliteral: packageStephan Bergmann1-2/+2
2017-04-27tdf#105942 Don't hang when file is protected and compressedXisco Fauli1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock5-0/+5
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin14-49/+49
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara4-561/+263
2017-03-30remove type decorations on char literalsJochen Nitschke4-7/+7
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-23Use copy ctor instead of ZipPackageFolder::copyZipEntryStephan Bergmann2-23/+6
2017-02-22use std::unique_ptrCaolán McNamara2-140/+122
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann6-159/+48
2017-02-06Add missing #includesStephan Bergmann13-1/+32
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-3/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann48-1315/+266
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin2-9/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, packageStephan Bergmann4-0/+19
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-4/+2
2017-01-17tdf#97597: attempt to add test for multithreaded input stream buffering.Kohei Yoshida1-1/+31
2017-01-16Use unique_ptr for ZipFile here.Kohei Yoshida1-7/+3
2017-01-15ZipFile: make it work on MSVC 14.0David Ostrovsky1-0/+1
2017-01-14tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida4-9/+122
2017-01-12package: fixup SAL_CALL removalThorsten Behrens1-1/+1
2017-01-11These SAL_CALL can go as well...Kohei Yoshida1-3/+3