summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgole.cxx
AgeCommit message (Expand)Author
2018-02-02sot: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-12More loplugin:cstylecast: sotStephan Bergmann
2017-10-23loplugin:includeform: sotStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-21coverity#1399018 Logically dead codeCaolán McNamara
2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin
2016-11-15loplugin:constantparamNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2015-10-09sot: prefix members of StgOleStreamMiklos Vajna
2015-10-09sot: prefix members of StgInternalStreamMiklos Vajna
2015-10-09sot: prefix members of StgCompObjStreamMiklos Vajna
2015-07-31tools: prefix members of SvStreamMichael Stahl
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-19Update Apache Bugzilla’s URLAdolfo Jayme Barrientos
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18sot: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-07-29Include <algorithm> for std::minTor Lillqvist
2014-07-12Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl
2014-02-25Remove visual noise from sotAlexander Wilms
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-12-20typo fixesAndras Timar
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-07-04module sot: String, bool and other clean-upNorbert Thiebaud
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-25remove some trivial duplicatesThomas Arnhold
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-07-27sot: prevent some null pointer crashesMikhail Voytenko
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2011-11-27remove include of pch header from sotNorbert Thiebaud
2011-11-10ByteString->rtl::OStringCaolán McNamara
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky