summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/storage.cxx
AgeCommit message (Expand)Author
2021-06-10loplugin:unnecessaryreturn SotStorageStream::CommitNoel Grandin
2021-05-07convert sal_uLong in sotNoel Grandin
2020-12-27ofz#28918 Direct-Leak in SotStorage::OpenSotStreamCaolán McNamara
2020-12-22split SotStorageStream into two classesNoel
2020-08-12expand out DELETEZNoel Grandin
2019-10-17ofz#18280 remove LinkedFile supportCaolán McNamara
2019-09-01Fix '..'Andrea Gelmini
2019-06-17loplugin:logexceptionnicely in shell..sotNoel Grandin
2019-05-28tdf#42949 Fix IWYU warnings in sot/Gabor Kelemen
2018-11-19loplugin:constantparamNoel Grandin
2018-11-07tdf#120657 Pie chart saved as DOC doesn't preview in MSONoel Grandin
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-12return SvMemoryStream by std::unique_ptrNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-01-19new loplugin:emptyifNoel Grandin
2017-12-21new loplugin: convertlongNoel Grandin
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-08tdf#114243 sot: catch exceptions in SotStorage::GetFormatID()Michael Stahl
2017-09-22move TestImportOLE2 where it can be used by fftesterCaolán McNamara
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-07sot: fix loplugin:unnecessaryparen warningMiklos Vajna
2017-07-03tdf#39468 Translate German comments/termsJens Carl
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-04-28tdf#39486: Translate some randomly found German commentsJens Carl
2017-03-21fix indentCaolán McNamara
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-11-21loplugin:countusersofdefaultparams in include/sot..svlNoel Grandin
2016-11-18includes should be at the top of the fileNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
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-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-10-29com::sun::star->css in smoketest,sotNoel Grandin
2015-10-27sal_uLong/long to ErrCodeMatteo Casalin
2015-10-19loplugin:defaultparamsStephan Bergmann