summaryrefslogtreecommitdiffstats
path: root/include/sot
Commit message (Expand)AuthorAgeFilesLines
* callcatcher: update unused codeCaolán McNamara2015-05-081-2/+0
* error: class 'SotStorage' is implicitly friends with itselfStephan Bergmann2015-05-071-1/+0
* Reduce enum class StorageMode to bool transactedStephan Bergmann2015-05-071-14/+1
* StorageMode::DiskspannedMode is effectively unusedStephan Bergmann2015-05-071-3/+2
* StorageMode::CreateUnpacked is never usedStephan Bergmann2015-05-071-3/+2
* SotStorage ctor nStorageMode param is effectively only used as bool transactedStephan Bergmann2015-05-071-1/+1
* Remove unused SotStorage ctor nStorageMode paramStephan Bergmann2015-05-071-2/+1
* Remove unused SotStorage::OpenSotStream nStorageMode paramStephan Bergmann2015-05-071-2/+1
* Remove unused SotStorageStream ctor nStorageMode paramStephan Bergmann2015-05-071-2/+1
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-071-5/+0
* Unwind SotStorageRef typedefStephan Bergmann2015-05-071-5/+0
* Remove SvStorage aliasStephan Bergmann2015-05-072-6/+4
* Remove SvStorageRef aliasStephan Bergmann2015-05-071-1/+0
* Remove SvStorageStream aliasStephan Bergmann2015-05-071-1/+0
* Remove SvStorageStreamRef aliasStephan Bergmann2015-05-071-1/+0
* Turn StorageMode into a scoped enumStephan Bergmann2015-05-071-8/+18
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* loplugin:staticfunctionNoel Grandin2015-03-301-1/+1
* loplugin:constantfunction: sotNoel Grandin2015-03-191-3/+0
* SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara2015-03-181-1/+1
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-185-184/+193
* convert EXCHG_DEST_ constants to enum classNoel Grandin2015-02-251-20/+23
* remove unused header definitions in SotExchangeNoel Grandin2015-02-251-9/+0
* remove unused EXCHG_SOURCE_ constantsNoel Grandin2015-02-251-10/+2
* loplugin:deletedspecialStephan Bergmann2015-02-072-5/+4
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-13/+0
* remove unused typedefsNoel Grandin2015-01-281-3/+0
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-263-33/+33
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-263-24/+24
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-5/+0
* fdo#39468 translate German commentsMichael Weghorn2014-12-182-19/+18
* Remove dead SO3_GLOBAL_CLASSID and SvObjectStephan Bergmann2014-12-051-1/+0
* cleanup GUID/ClsId/CLSID typesNoel Grandin2014-09-261-6/+1
* Clean up StorageMode parameter of SotStorage::OpenSotStorageStephan Bergmann2014-09-151-1/+1
* create a master document template typeCaolán McNamara2014-09-111-1/+2
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-1/+1
* remove globally disabled warnings from source filesThomas Arnhold2014-05-101-4/+0
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-072-5/+3
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-013-7/+7
* Fix some types in virtual methods to properly override.Matúš Kukan2014-03-291-3/+3
* tools: support 64-bit file positions in SvStreamMichael Stahl2014-03-291-3/+3
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-263-104/+104
* Remove unused macrosStephan Bergmann2014-03-261-157/+0
* Expand uses of SO2_DECL_BASIC_CLASS_DLL macroStephan Bergmann2014-03-262-16/+27
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-262-7/+7
* debug only code SotFactory::Find(SvGlobalName const&)Noel Grandin2014-03-051-0/+2
* coverity#1079301 Uninitialized pointer fieldCaolán McNamara2014-02-121-1/+0
* convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-041-1/+1
* Removed unused solar.h reference in sotAlexandre Vicenzi2014-01-201-5/+0
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-161-1/+1