summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/storage.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin1-2/+2
2016-11-21loplugin:countusersofdefaultparams in include/sot..svlNoel Grandin1-3/+3
2016-11-18includes should be at the top of the fileNoel Grandin1-3/+3
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-2/+2
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-4/+4
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-17/+0
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-13/+0
2016-04-04loplugin:constantparam in sotNoel Grandin1-10/+10
2016-03-17loplugin:constantparam in sotNoel Grandin1-2/+2
2016-01-13loplugin:unusedmethods unused return value in include/sotNoel Grandin1-2/+1
2016-01-05SotFactory is in fact not used: remove + cleanupMatúš Kukan1-70/+0
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-4/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-11-04yyyyyNoel Grandin1-3/+2
2015-10-29com::sun::star->css in smoketest,sotNoel Grandin1-5/+5
2015-10-27sal_uLong/long to ErrCodeMatteo Casalin1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+1
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara1-8/+8
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-3/+2
2015-08-05loplugin:unusedmethodsNoel Grandin1-20/+0
2015-08-03-Werror,-Wunused-private-fieldStephan Bergmann1-10/+6
2015-07-31tools: prefix members of SvStreamMichael Stahl1-6/+6
2015-07-30loplugin:unusedmethodsNoel Grandin1-11/+11
2015-07-06loplugin:unusedmethods sotNoel Grandin1-10/+0
2015-07-03expand out some sot macrosNoel Grandin1-6/+74
2015-06-29remove custom RTTI from SotFactoryNoel Grandin1-4/+0
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-05-07Reduce enum class StorageMode to bool transactedStephan Bergmann1-10/+10
2015-05-07StorageMode::DiskspannedMode is effectively unusedStephan Bergmann1-4/+0
2015-05-07StorageMode::CreateUnpacked is never usedStephan Bergmann1-55/+36
2015-05-07SotStorage ctor nStorageMode param is effectively only used as bool transactedStephan Bergmann1-2/+2
2015-05-07Remove unused SotStorage ctor nStorageMode paramStephan Bergmann1-2/+2
2015-05-07Remove unused SotStorage::OpenSotStream nStorageMode paramStephan Bergmann1-5/+2
2015-05-07Remove unused SotStorageStream ctor nStorageMode paramStephan Bergmann1-8/+1
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-1/+1
2015-05-07Turn StorageMode into a scoped enumStephan Bergmann1-12/+12
2015-04-24loplugin:simplifyboolStephan Bergmann1-8/+8
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-30/+31
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-84/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-11/+11
2014-09-15Clean up StorageMode parameter of SotStorage::OpenSotStorageStephan Bergmann1-3/+2
2014-09-11create a master document template typeCaolán McNamara1-0/+1