summaryrefslogtreecommitdiff
path: root/unoxml/source
AgeCommit message (Expand)AuthorFilesLines
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl1-1/+0
2015-04-13loplugin:staticmethodsNoel Grandin1-35/+34
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+1
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-5/+5
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-27/+0
2015-01-28remove unused typedefsNoel Grandin1-1/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-2/+2
2015-01-20Some more loplugin:cstylecast: unoxmlStephan Bergmann14-101/+101
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn1-3/+2
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-18unoxml: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-2/+2
2014-12-15unoxml: Use appropriate OUString functions on string constantsStephan Bergmann2-23/+21
2014-12-11document 440749 Explicit null dereferencedCaolán McNamara1-0/+1
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl2-0/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl15-0/+25
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-5/+5
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann3-10/+20
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin3-20/+10
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-5/+5
2014-11-03coverity#705527 drop testlistener that logs to c:\listener.outCaolán McNamara4-244/+0
2014-11-03coverity#982488 unchecked dynamic_castDavid Tardon1-0/+1
2014-10-13coverity#707458 Uncaught exception (better fix)Michael Stahl1-12/+19
2014-10-10coverity#707458 Uncaught exceptionCaolán McNamara1-0/+2
2014-10-01unoxml: std::auto_ptr -> std::unique_ptrStephan Bergmann2-2/+2
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis2-7/+0
2014-07-25coverity#1158284 Uncaught exceptionCaolán McNamara1-8/+17
2014-07-18loplugin:saloverrideMiklos Vajna1-1/+1
2014-07-17fix memleak circular dependency of CElementList and CElementCaolán McNamara2-11/+104
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+1
2014-06-05various: remove SAL_THROW macroNoel Grandin4-4/+0
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-8/+8
2014-05-22unoxml: huge namespacing cleanupThomas Arnhold67-1275/+1234
2014-05-08various: sal_Bool->boolNoel Grandin1-1/+1
2014-05-02unoxml: sal_Bool->boolNoel Grandin11-27/+27
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-15Clean up function declarationsStephan Bergmann3-12/+9
2014-04-08coverity#707456 Uncaught exceptionCaolán McNamara2-8/+8
2014-04-05coverity#708568 Uninitialized scalar fieldCaolán McNamara1-1/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin4-14/+14
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann35-673/+673
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-6/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann64-990/+990
2014-02-26Remove visual noise from unoxmlAlexander Wilms2-20/+20
2014-01-28bool improvementsStephan Bergmann1-4/+4
2014-01-09librdf_Repository: make older compilers happyMichael Stahl1-3/+9