summaryrefslogtreecommitdiff
path: root/package/inc
AgeCommit message (Expand)AuthorFilesLines
2017-07-19tdf#108835 Fixed writer crash on adding Autocorrect Entry:Mohammed Abdul Azeem2-2/+4
2017-07-18loplugin:constparams in packageNoel Grandin3-3/+3
2017-06-20create comphelper::RefCountedMutexNoel Grandin5-70/+16
2017-06-12Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem1-3/+0
2017-06-08Fixing loose ends for multithread Sync in package/:Mohammed Abdul Azeem1-3/+6
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara1-1/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-23Use copy ctor instead of ZipPackageFolder::copyZipEntryStephan Bergmann1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann10-206/+105
2017-01-19New loplugin:dynexcspec: Add @throws documentation, packageStephan Bergmann7-0/+43
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-1/+0
2017-01-16Use unique_ptr for ZipFile here.Kohei Yoshida1-1/+3
2017-01-14tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida1-1/+4
2017-01-12package: fixup SAL_CALL removalThorsten Behrens1-1/+1
2017-01-11These SAL_CALL can go as well...Kohei Yoshida1-3/+3
2017-01-11Use std::unique_ptr for the ZipFile instance.Kohei Yoshida1-1/+2
2017-01-11Not worth having this as a separate data member.Kohei Yoshida1-1/+0
2017-01-11Let's return std::unique_ptr<...> directly.Kohei Yoshida1-1/+3
2017-01-11Remove unnecessary UNO-ness from ZipFile class.Kohei Yoshida1-36/+13
2017-01-08coverity#704153 merge m_xRootFolder and m_pRootFolderCaolán McNamara1-2/+1
2017-01-08Rename css::packages::ContentInfo to just ZipContentInfo.Kohei Yoshida2-6/+5
2016-11-08loplugin:expandablemethods in lotuswordpro..packageNoel Grandin2-3/+0
2016-10-19loplugin:expandablemethodds in lotuswordpro..packageNoel Grandin1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann6-6/+6
2016-09-12loplugin:constantparam in package..stocNoel Grandin2-3/+2
2016-08-18coverity#1371440 Uncaught exceptionCaolán McNamara1-1/+1
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin1-7/+0
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin1-1/+3
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-2/+2
2016-06-23package: fix exception handling in DeflateThread (related tdf#91807)Michael Stahl1-0/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-2/+2
2016-04-14loplugin:passstuffbyref in variousNoel Grandin3-3/+3
2016-03-22tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand2-1/+19
2016-03-18loplugin:constantparam in packageNoel Grandin1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2016-01-15loplugin:unusedmethods unused return value in oox,packageNoel Grandin2-2/+2
2015-12-24loplugin:unusedfieldsNoel Grandin1-3/+1
2015-11-23loplugin:unusedfields in oox,package,reportdesignNoel Grandin1-1/+0
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian2-89/+170
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-23com::sun::star->css in package,pyunoNoel Grandin14-310/+304
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-85/+85
2015-09-18boost->stdCaolán McNamara1-1/+0
2015-08-26package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe7-13/+13
2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann1-1/+0
2015-08-07Related: tdf#88314 delete temp filesCaolán McNamara1-0/+1
2015-08-05Resolves: tdf#88314 close temp file after each thread completedCaolán McNamara1-5/+13
2015-07-26Revert "Resolves: tdf#88314 close temp file after each thread completes"Norbert Thiebaud1-10/+5
2015-07-24Resolves: tdf#88314 close temp file after each thread completesCaolán McNamara1-5/+10