summaryrefslogtreecommitdiff
path: root/include/sot
AgeCommit message (Expand)AuthorFilesLines
2015-05-08callcatcher: update unused codeCaolán McNamara1-2/+0
2015-05-07error: class 'SotStorage' is implicitly friends with itselfStephan Bergmann1-1/+0
2015-05-07Reduce enum class StorageMode to bool transactedStephan Bergmann1-14/+1
2015-05-07StorageMode::DiskspannedMode is effectively unusedStephan Bergmann1-3/+2
2015-05-07StorageMode::CreateUnpacked is never usedStephan Bergmann1-3/+2
2015-05-07SotStorage ctor nStorageMode param is effectively only used as bool transactedStephan Bergmann1-1/+1
2015-05-07Remove unused SotStorage ctor nStorageMode paramStephan Bergmann1-2/+1
2015-05-07Remove unused SotStorage::OpenSotStream nStorageMode paramStephan Bergmann1-2/+1
2015-05-07Remove unused SotStorageStream ctor nStorageMode paramStephan Bergmann1-2/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-5/+0
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-5/+0
2015-05-07Remove SvStorage aliasStephan Bergmann2-6/+4
2015-05-07Remove SvStorageRef aliasStephan Bergmann1-1/+0
2015-05-07Remove SvStorageStream aliasStephan Bergmann1-1/+0
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-1/+0
2015-05-07Turn StorageMode into a scoped enumStephan Bergmann1-8/+18
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-03-30loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-19loplugin:constantfunction: sotNoel Grandin1-3/+0
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin5-184/+193
2015-02-25convert EXCHG_DEST_ constants to enum classNoel Grandin1-20/+23
2015-02-25remove unused header definitions in SotExchangeNoel Grandin1-9/+0
2015-02-25remove unused EXCHG_SOURCE_ constantsNoel Grandin1-10/+2
2015-02-07loplugin:deletedspecialStephan Bergmann2-5/+4
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-13/+0
2015-01-28remove unused typedefsNoel Grandin1-3/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin3-33/+33
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin3-24/+24
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-5/+0
2014-12-18fdo#39468 translate German commentsMichael Weghorn2-19/+18
2014-12-05Remove dead SO3_GLOBAL_CLASSID and SvObjectStephan Bergmann1-1/+0
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin1-6/+1
2014-09-15Clean up StorageMode parameter of SotStorage::OpenSotStorageStephan Bergmann1-1/+1
2014-09-11create a master document template typeCaolán McNamara1-1/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-05-10remove globally disabled warnings from source filesThomas Arnhold1-4/+0
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2-5/+3
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann3-7/+7
2014-03-29Fix some types in virtual methods to properly override.Matúš Kukan1-3/+3
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl1-3/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-104/+104
2014-03-26Remove unused macrosStephan Bergmann1-157/+0
2014-03-26Expand uses of SO2_DECL_BASIC_CLASS_DLL macroStephan Bergmann2-16/+27
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2-7/+7
2014-03-05debug only code SotFactory::Find(SvGlobalName const&)Noel Grandin1-0/+2
2014-02-12coverity#1079301 Uninitialized pointer fieldCaolán McNamara1-1/+0
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-01-20Removed unused solar.h reference in sotAlexandre Vicenzi1-5/+0
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-1/+1