summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded boost/bind include from unoxml/source/dom/node.cxxMario J. Rugiero2015-10-261-2/+0
* Replace uses of boost::bind with C++11 lambdas in unoxml/source/dom/node.cxxMario J. Rugiero2015-10-221-4/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1224-532/+532
* boost->stdCaolán McNamara2015-09-174-15/+15
* unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-1024-40/+49
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-2/+2
* loplugin:unusedmethodsNoel Grandin2015-07-302-10/+1
* Fix typosAndrea Gelmini2015-07-081-1/+1
* loplugin:unusedmethods basebmpNoel Grandin2015-07-061-2/+0
* Fix typosAndrea Gelmini2015-07-041-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-3/+3
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-264-4/+4
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-131-1/+1
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-27/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-2/+2
* Some more loplugin:cstylecast: unoxmlStephan Bergmann2015-01-2012-95/+95
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-2/+2
* unoxml: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-171-2/+2
* document 440749 Explicit null dereferencedCaolán McNamara2014-12-111-0/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1714-0/+24
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-5/+5
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-062-6/+8
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-062-8/+6
* coverity#982488 unchecked dynamic_castDavid Tardon2014-11-031-0/+1
* unoxml: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-012-2/+2
* fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis2014-09-222-7/+0
* loplugin:saloverrideMiklos Vajna2014-07-181-1/+1
* fix memleak circular dependency of CElementList and CElementCaolán McNamara2014-07-172-11/+104
* remove more unnecessary use of OUString constructorNoel Grandin2014-05-271-8/+8
* unoxml: huge namespacing cleanupThomas Arnhold2014-05-2244-1035/+998
* unoxml: sal_Bool->boolNoel Grandin2014-05-023-5/+5
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-011-1/+1
* coverity#707456 Uncaught exceptionCaolán McNamara2014-04-082-8/+8
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2623-528/+528
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2644-700/+700
* Remove visual noise from unoxmlAlexander Wilms2014-02-261-1/+1
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-3/+3
* fixincludeguards.sh: uno*Thomas Arnhold2013-11-0522-44/+44
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-1/+1
* -Werror,-Wunused-variableStephan Bergmann2013-10-111-8/+8
* fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza2013-10-072-14/+4
* unoxml: avoid SIGSEV when xmlNsPtr prefix is NULLAndres Gomez2013-09-201-1/+1
* -Werror,-Wlogical-not-parentheses (Clang trunk towards 3.4)Stephan Bergmann2013-07-081-3/+3
* fdo#43460 unoxml,writerfilter,xmlsecurity: use isEmpty()Jelle van der Waa2013-06-191-1/+1
* use uno::Reference#clear() method...Noel Grandin2013-06-052-3/+3