summaryrefslogtreecommitdiff
path: root/registry/source/reflwrit.cxx
AgeCommit message (Expand)Author
2019-10-03tdf#127766: Avoid ODR violation for class/struct FieldEntryTor Lillqvist
2019-07-23close some more holes in structuresNoel Grandin
2019-03-08new loplugin constvarsNoel Grandin
2019-02-15tdf#42949 Fix IWYU warnings in registry/Gabor Kelemen
2018-10-31loplugin:useuniqueptr in TypeWriter::createBlopNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-13loplugin:constfields in package..registryNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-05loplugin:useuniqueptr in TypeWriter::createBlopNoel Grandin
2018-07-26Related: rhbz#1602589 silence error[memleak]: Memory leak: newValueCaolán McNamara
2018-01-15More loplugin:cstylecast: registryStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: registryStephan Bergmann
2017-11-02improve constparam lopluginNoel Grandin
2017-10-31loplugin:constantparam in oox,registry,reportdesignNoel Grandin
2017-10-23loplugin:includeform: registryStephan Bergmann
2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin
2017-07-17loplugin:constparams in store,registryNoel Grandin
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2016-03-17loplugin:constantparam in registryNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-07Abstract out repeated code into a lambdaStephan Bergmann
2015-08-20new loplugin automemNoel Grandin
2015-07-03Make RegistryTypeWriter non-copyableStephan Bergmann
2015-07-03Remove RegistryTypeWriter_Api indirectionStephan Bergmann
2015-07-03Remove unused functionsStephan Bergmann
2015-07-03Move module-private includes from include/registry/ to registry/Stephan Bergmann
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-09convert RTReferenceType to scoped enumNoel Grandin
2015-04-09convert RTMethodMode to scoped enumNoel Grandin
2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2014-05-23coverity#707966 Uninitialized pointer fieldCaolán McNamara
2014-05-10coverity#707966 Uninitialized pointer fieldCaolán McNamara
2014-03-19coverity#707966 Uninitialized pointer fieldCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud
2012-08-04Replace usage of rtl/memory.h in registry with equivalent from string.hArnaud Versini
2012-07-03re-base on ALv2 code.Michael Meeks
2012-05-06fix linkage inconsistency on windowsDavid Tardon
2012-05-06gbuild conversion: registry moduleDavid Ostrovsky
2012-03-29UNO BYTE is signedStephan Bergmann