summaryrefslogtreecommitdiff
path: root/registry/source
AgeCommit message (Expand)AuthorFilesLines
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: registryStephan Bergmann1-2/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-7/+7
2017-02-25loplugin:loopvartoosmallStephan Bergmann1-3/+2
2017-02-10Remove MinGW supportStephan Bergmann1-3/+0
2017-02-10test coverity sanitizing in-source modellingCaolán McNamara1-0/+7
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin2-7/+4
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin2-27/+0
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin1-1/+0
2016-09-19convert storeAccessMode to scoped enumNoel Grandin2-31/+31
2016-09-09loplugin:constantparam in sot..svlNoel Grandin2-3/+1
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin2-8/+8
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-03-17loplugin:constantparam in registryNoel Grandin5-26/+11
2016-02-23new loplugin: commaoperatorNoel Grandin1-3/+6
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock6-37/+0
2016-01-18loplugin: unused return valuesNoel Grandin1-2/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-21loplugin:unusedmethodsNoel Grandin2-53/+0
2015-11-25loplugin:unusedfields in include/package,include/registryNoel Grandin1-94/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann6-150/+150
2015-10-07Abstract out repeated code into a lambdaStephan Bergmann1-18/+13
2015-10-01loplugin:unusedmethodsNoel Grandin3-326/+0
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-9/+0
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn1-4/+2
2015-08-21Force #defined constants to sal_uInt32 to reduce conversion warningsMatteo Casalin1-38/+38
2015-08-20new loplugin automemNoel Grandin2-49/+20
2015-07-23inline a handful of use-once #definesNoel Grandin3-43/+30
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-03Make RegistryTypeWriter non-copyableStephan Bergmann2-33/+3
2015-07-03Remove RegistryTypeWriter_Api indirectionStephan Bergmann2-123/+62
2015-07-03Remove unused functionsStephan Bergmann2-87/+1
2015-07-03Make RegistryTypeReader non-copyableStephan Bergmann2-25/+3
2015-07-03Remove RegistryTypeReader_Api indirectionStephan Bergmann2-176/+96
2015-07-03Remove unused functionsStephan Bergmann2-128/+1
2015-07-03No need for a C API hereStephan Bergmann4-7/+7
2015-07-03Move module-private includes from include/registry/ to registry/Stephan Bergmann8-7/+512
2015-07-02loplugin:unusedmethods registry,storeNoel Grandin1-3/+0
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-5/+2
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-8/+8
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann2-0/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-3/+3
2015-04-09loplugin:salboolNoel Grandin1-5/+5
2015-04-09fix windows and android buildsNoel Grandin1-39/+11
2015-04-09fix android buildNoel Grandin1-1/+1
2015-04-09convert RTReferenceType to scoped enumNoel Grandin3-6/+6
2015-04-09convert RTMethodMode to scoped enumNoel Grandin3-7/+7
2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin3-26/+26