summaryrefslogtreecommitdiff
path: root/include/sot
AgeCommit message (Expand)AuthorFilesLines
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-1/+0
2015-08-05loplugin:unusedmethodsNoel Grandin2-3/+0
2015-08-04include: inline some use-once typedefsNoel Grandin2-7/+3
2015-08-03-Werror,-Wunused-private-fieldStephan Bergmann1-4/+1
2015-07-30loplugin:unusedmethodsNoel Grandin2-9/+2
2015-07-08i#107734 Support for Math Input Panel in Windows 7Regina Henschel1-1/+2
2015-07-06loplugin:unusedmethods sotNoel Grandin5-38/+0
2015-07-03expand out some sot macrosNoel Grandin1-69/+0
2015-07-02loplugin:unusedmethods toolsNoel Grandin1-5/+0
2015-06-29remove custom RTTI from SotFactoryNoel Grandin1-1/+0
2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin1-2/+0
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