summaryrefslogtreecommitdiff
path: root/package/source/xstor/xstorage.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-27Remove unused std::list in package/xstorageJulien Nabet1-1/+0
2020-05-24inline some use-once typedefsNoel Grandin1-3/+1
2020-05-09compact namespace in packageNoel Grandin1-2/+2
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin1-3/+3
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann1-6/+0
2019-08-22loplugin:constmethod in packageNoel Grandin1-2/+2
2019-05-19tdf#125339 Base, Table is deleted after accessing the tableNoel Grandin1-6/+4
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 5Noel Grandin1-3/+4
2019-03-28return unique_ptr from CreateNewStorageImplNoel Grandin1-1/+1
2018-10-18Fix typo in codeAndrea Gelmini1-1/+1
2018-10-13loplugin:constfields in package..registryNoel Grandin1-3/+3
2017-12-07gpg4libre: [API CHANGE] add storage helper for GPG encryption dataThorsten Behrens1-0/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara1-1/+2
2017-09-02Replace some lists by vectors in xstorage (part2)Julien Nabet1-4/+4
2017-08-24Replace some lists by vectors in xstorage (package module)Julien Nabet1-2/+3
2017-07-18loplugin:constparams in packageNoel Grandin1-1/+1
2017-06-20create comphelper::RefCountedMutexNoel Grandin1-3/+3
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara1-4/+0
2017-02-22use std::unique_ptrCaolán McNamara1-4/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-370/+96
2017-01-19New loplugin:dynexcspec: Add @throws documentation, packageStephan Bergmann1-0/+9
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-11/+11
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-02-23Use passed-in context instead of comphelper::getProcessComponentContext()Stephan Bergmann1-1/+0
2016-01-15loplugin:unusedmethods unused return value in oox,packageNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-23com::sun::star->css in package,pyunoNoel Grandin1-391/+391
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-74/+74
2015-09-01comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl1-0/+1
2015-07-07loplugin:unusedmethods packageNoel Grandin1-7/+0
2015-06-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin1-7/+7
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-12package: convert OStorage::m_pData to std::unique_ptrMichael Stahl1-1/+2
2015-01-20Some more loplugin:cstylecast: packageStephan Bergmann1-6/+7
2014-07-25coverity#706579 Uncaught exceptionCaolán McNamara1-0/+1
2014-07-25coverity#1209891 Uncaught exceptionCaolán McNamara1-0/+1
2014-07-25coverity#1209892 Uncaught exceptionCaolán McNamara1-0/+1
2014-06-09Tuck this typedef inside struct scope where it's used.Kohei Yoshida1-4/+5
2014-05-14various loplugin:passsequencebyrefNoel Grandin1-4/+4
2014-04-22package: sal_Bool->boolNoel Grandin1-22/+22
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-3/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-74/+74
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-72/+72
2014-01-05package: avoid un-necessary modification event work.Michael Meeks1-0/+8
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann1-0/+4
2013-10-23clean up some include guardsThomas Arnhold1-2/+2