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