summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Expand)AuthorFilesLines
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin8-29/+29
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+4
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann4-19/+19
2015-01-25loplugin:unreffunStephan Bergmann1-2/+0
2015-01-25coverity#1266504 Useless callCaolán McNamara1-2/+0
2015-01-20Some more loplugin:cstylecast: registryStephan Bergmann2-2/+2
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann3-57/+57
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn2-10/+4
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist1-2/+0
2014-11-21Silence unhelpful cid#1215304 untrusted loop bound warningsStephan Bergmann1-0/+4
2014-11-18Fix memchr checksStephan Bergmann1-2/+5
2014-11-17Remove dead codeStephan Bergmann1-46/+0
2014-11-17cid#1213388 etc.: Make reflread.cxx more robustStephan Bergmann1-209/+348
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl3-0/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-0/+1
2014-11-01coverity#1213373 Use of untrusted scalar valueCaolán McNamara1-7/+16
2014-10-29untaint registry dataCaolán McNamara1-9/+14
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
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-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-23coverity#707966 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold4-9/+9
2014-05-10coverity#707966 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-28prefer makefile-gmake-modeTakeshi Abe1-1/+1
2014-04-25fdo#43157 : [API CHANGE] Remove OSL_THIS_FILEMichaël Lefèvre1-1/+1
2014-04-08fdo#43157 [API CHANGE] Remove deprecated _OSL_GLOBALMichaël Lefèvre1-2/+2
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-4/+4
2014-03-19coverity#707966 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-02-27coverity#1187666 Mixing enum typesCaolán McNamara1-1/+1
2014-02-26Remove visual noise from registryAlexander Wilms6-234/+234
2014-02-17registry: sal_Bool -> boolStephan Bergmann6-57/+57
2014-01-28bool improvementsStephan Bergmann3-13/+13
2014-01-10simplifyStephan Bergmann1-2/+4
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-2/+2