summaryrefslogtreecommitdiff
path: root/unoxml/source/dom
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-05-01tdf#95416 Get rid of #include "../foo/bar.hxx" style includesBurcin Akalin1-334/+0
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin8-84/+84
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann7-18/+18
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-12-21loplugin:unusedfields unotools,unoxmlNoel Grandin7-26/+11
2015-11-26loplugin:unusedfields variousNoel Grandin2-4/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann16-196/+196
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin2-11/+6
2015-10-26Remove unneeded boost/bind include from unoxml/source/dom/node.cxxMario J. Rugiero1-2/+0
2015-10-22Replace uses of boost::bind with C++11 lambdas in unoxml/source/dom/node.cxxMario J. Rugiero1-4/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann24-532/+532
2015-09-17boost->stdCaolán McNamara4-15/+15
2015-09-10unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe24-40/+49
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-07-30loplugin:unusedmethodsNoel Grandin2-10/+1
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-06loplugin:unusedmethods basebmpNoel Grandin1-2/+0
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara4-4/+4
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan 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-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-27/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-2/+2
2015-01-20Some more loplugin:cstylecast: unoxmlStephan Bergmann12-95/+95
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-18unoxml: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-2/+2
2014-12-11document 440749 Explicit null dereferencedCaolán McNamara1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl14-0/+24
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 Bergmann2-6/+8
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin2-8/+6
2014-11-03coverity#982488 unchecked dynamic_castDavid Tardon1-0/+1
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-18loplugin:saloverrideMiklos Vajna1-1/+1
2014-07-17fix memleak circular dependency of CElementList and CElementCaolán McNamara2-11/+104
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-8/+8
2014-05-22unoxml: huge namespacing cleanupThomas Arnhold44-1035/+998
2014-05-02unoxml: sal_Bool->boolNoel Grandin3-5/+5
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-08coverity#707456 Uncaught exceptionCaolán McNamara2-8/+8
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann23-528/+528
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann44-700/+700
2014-02-26Remove visual noise from unoxmlAlexander Wilms1-1/+1