summaryrefslogtreecommitdiff
path: root/include/sot/storage.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-6/+6
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-2/+0
2016-04-04loplugin:constantparam in sotNoel Grandin1-1/+1
2016-03-17loplugin:constantparam in sotNoel Grandin1-2/+1
2016-01-13loplugin:unusedmethods unused return value in include/sotNoel Grandin1-1/+1
2016-01-05SotFactory is in fact not used: remove + cleanupMatúš Kukan1-19/+0
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-9/+1
2015-10-27sal_uLong/long to ErrCodeMatteo Casalin1-3/+3
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-9/+9
2015-08-05loplugin:unusedmethodsNoel Grandin1-2/+0
2015-07-06loplugin:unusedmethods sotNoel Grandin1-5/+0
2015-05-07error: class 'SotStorage' is implicitly friends with itselfStephan Bergmann1-1/+0
2015-05-07Reduce enum class StorageMode to bool transactedStephan Bergmann1-14/+1
2015-05-07StorageMode::DiskspannedMode is effectively unusedStephan Bergmann1-3/+2
2015-05-07StorageMode::CreateUnpacked is never usedStephan Bergmann1-3/+2
2015-05-07SotStorage ctor nStorageMode param is effectively only used as bool transactedStephan Bergmann1-1/+1
2015-05-07Remove unused SotStorage ctor nStorageMode paramStephan Bergmann1-2/+1
2015-05-07Remove unused SotStorage::OpenSotStream nStorageMode paramStephan Bergmann1-2/+1
2015-05-07Remove unused SotStorageStream ctor nStorageMode paramStephan Bergmann1-2/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-5/+0
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-5/+0
2015-05-07Remove SvStorage aliasStephan Bergmann1-4/+2
2015-05-07Remove SvStorageRef aliasStephan Bergmann1-1/+0
2015-05-07Remove SvStorageStream aliasStephan Bergmann1-1/+0
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-1/+0
2015-05-07Turn StorageMode into a scoped enumStephan Bergmann1-8/+18
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-3/+4
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-12/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-29/+29
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-22/+22
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-5/+0
2014-12-18fdo#39468 translate German commentsMichael Weghorn1-15/+14
2014-09-15Clean up StorageMode parameter of SotStorage::OpenSotStorageStephan Bergmann1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-4/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl1-3/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-11/+11
2014-03-26Expand uses of SO2_DECL_BASIC_CLASS_DLL macroStephan Bergmann1-2/+18
2014-02-12coverity#1079301 Uninitialized pointer fieldCaolán McNamara1-1/+0
2013-11-09fdo#65108 inter-module includes <> include/sotNorbert Thiebaud1-2/+2
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold1-2/+2
2013-07-04module sot: String, bool and other clean-upNorbert Thiebaud1-58/+58
2013-04-23execute move of global headersBjoern Michaelsen1-0/+223