summaryrefslogtreecommitdiff
path: root/unoxml/source/dom
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-26Remove unneeded boost/bind include from unoxml/source/dom/node.cxxMario J. Rugiero
2015-10-22Replace uses of boost::bind with C++11 lambdas in unoxml/source/dom/node.cxxMario J. Rugiero
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-09-10unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-08Fix typosAndrea Gelmini
2015-07-06loplugin:unusedmethods basebmpNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
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-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-20Some more loplugin:cstylecast: unoxmlStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18unoxml: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-11document 440749 Explicit null dereferencedCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-03coverity#982488 unchecked dynamic_castDavid Tardon
2014-10-01unoxml: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis
2014-07-18loplugin:saloverrideMiklos Vajna
2014-07-17fix memleak circular dependency of CElementList and CElementCaolán McNamara
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin
2014-05-22unoxml: huge namespacing cleanupThomas Arnhold
2014-05-02unoxml: sal_Bool->boolNoel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-08coverity#707456 Uncaught exceptionCaolán McNamara
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from unoxmlAlexander Wilms
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-05fixincludeguards.sh: uno*Thomas Arnhold
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-11-Werror,-Wunused-variableStephan Bergmann
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza
2013-09-20unoxml: avoid SIGSEV when xmlNsPtr prefix is NULLAndres Gomez
2013-07-08-Werror,-Wlogical-not-parentheses (Clang trunk towards 3.4)Stephan Bergmann