summaryrefslogtreecommitdiff
path: root/include/sot/storage.hxx
AgeCommit message (Expand)Author
2024-04-02simplify SotTempStream and lifetimeNoel Grandin
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2021-06-19loplugin:finalclassesNoel Grandin
2021-06-10loplugin:unnecessaryreturn SotStorageStream::CommitNoel Grandin
2020-12-27ofz#28918 Direct-Leak in SotStorage::OpenSotStreamCaolán McNamara
2020-12-22SotStorageStream does not need to extend SotObjectNoel
2020-12-22split SotStorageStream into two classesNoel
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2019-10-30loplugin:finalclasses sot..svlNoel Grandin
2019-04-26cleanup files in SOT, not changeTomaž Vajngerl
2018-11-07tdf#120657 Pie chart saved as DOC doesn't preview in MSONoel Grandin
2018-11-05tdf#42949 Fix IWYU warnings in include/sot/*Gabor Kelemen
2018-07-12return SvMemoryStream by std::unique_ptrNoel Grandin
2017-12-20sal_uLong->sal_uInt32 in SotClipboardFormatIdNoel Grandin
2017-09-11long->sal_Int32 in various Get/SetVersionNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock
2016-11-21loplugin:countusersofdefaultparams in include/sot..svlNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-04-04loplugin:constantparam in sotNoel Grandin
2016-03-17loplugin:constantparam in sotNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/sotNoel Grandin
2016-01-05SotFactory is in fact not used: remove + cleanupMatúš Kukan
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan
2015-10-27sal_uLong/long to ErrCodeMatteo Casalin
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-06loplugin:unusedmethods sotNoel Grandin
2015-05-07error: class 'SotStorage' is implicitly friends with itselfStephan Bergmann
2015-05-07Reduce enum class StorageMode to bool transactedStephan Bergmann
2015-05-07StorageMode::DiskspannedMode is effectively unusedStephan Bergmann
2015-05-07StorageMode::CreateUnpacked is never usedStephan Bergmann
2015-05-07SotStorage ctor nStorageMode param is effectively only used as bool transactedStephan Bergmann
2015-05-07Remove unused SotStorage ctor nStorageMode paramStephan Bergmann
2015-05-07Remove unused SotStorage::OpenSotStream nStorageMode paramStephan Bergmann
2015-05-07Remove unused SotStorageStream ctor nStorageMode paramStephan Bergmann
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-05-07Remove SvStorage aliasStephan Bergmann
2015-05-07Remove SvStorageRef aliasStephan Bergmann
2015-05-07Remove SvStorageStream aliasStephan Bergmann
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann
2015-05-07Turn StorageMode into a scoped enumStephan Bergmann
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin