summaryrefslogtreecommitdiff
path: root/registry/source
AgeCommit message (Expand)AuthorFilesLines
2014-09-30registry: std::auto_ptr -> std::unique_ptrStephan Bergmann2-8/+4
2014-09-25coverity#705672 Resource leakCaolán McNamara1-2/+2
2014-09-17Translate German comments.Michael Meeks3-13/+13
2014-08-17convert int to boolThomas Arnhold2-8/+8
2014-07-18cid#705673 Resource leakNoel Grandin1-0/+1
2014-07-18cid#705674 and cid#705675 Resource leakNoel Grandin1-0/+2
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-07-04coverity#1213422 Tainted ScalarNorbert Thiebaud1-1/+18
2014-07-01coverity#706020 Unintended sign extensionCaolán McNamara1-1/+1
2014-07-01clang scan-build: various warningsCaolán McNamara1-3/+1
2014-06-18coverity#706034 Unintended sign extensionCaolán McNamara1-2/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-10/+2
2014-05-23coverity#707966 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold3-6/+6
2014-05-10coverity#707966 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-1/+1
2014-03-19coverity#707966 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-02-26Remove visual noise from registryAlexander Wilms4-228/+228
2014-02-17registry: sal_Bool -> boolStephan Bergmann4-29/+29
2014-01-28bool improvementsStephan Bergmann2-10/+10
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-2/+2
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-9/+9
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-09-05CID#1078783: fix memory leakMarkus Mohrhard1-0/+1
2013-08-15Mark as constTakeshi Abe1-2/+2
2013-06-18fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty()Jelle van der Waa1-1/+1
2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold1-1/+1
2013-05-14initialized with plain 0, instead of sal_False/falseTakeshi Abe1-6/+6
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák6-57/+49
2013-03-27-Wunused-macrosStephan Bergmann1-27/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-9/+9
2013-03-19reduce whitespaces between include and filenameThomas Arnhold4-25/+25
2013-02-25loplugin: improve indentationThomas Arnhold1-2/+1
2013-01-26Remove redundant braces around for loopsStephan Bergmann1-8/+8
2012-12-14Create a TYPEREG_VERSION_1 RegistryTypeReaderStephan Bergmann1-1/+1
2012-12-13Make registry's mergeKey fail if it cannot process regFileNameStephan Bergmann1-1/+1
2012-10-04sal_Bool->bool in registryNoel Grandin2-7/+7
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+0
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud2-4/+15
2012-08-04Replace usage of rtl/memory.h in registry with equivalent from string.hArnaud Versini3-13/+14
2012-07-03re-base on ALv2 code.Michael Meeks8-184/+112
2012-06-25Remove various commented out definesThomas Arnhold1-4/+0
2012-06-21re-base on ALv2 code.Michael Meeks2-46/+28
2012-05-06fix linkage inconsistency on windowsDavid Tardon2-45/+45
2012-05-06gbuild conversion: registry moduleDavid Ostrovsky3-74/+22
2012-03-29UNO BYTE is signedStephan Bergmann3-8/+8
2012-02-19Remove unused codePetr Vorel2-9/+0
2012-02-18registry: remove obsolete methodsThomas Arnhold1-38/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-4/+8