summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom
Commit message (Expand)AuthorAgeFilesLines
* revert OSL_ASSERT changesChris Sherlock2017-05-073-8/+8
* tdf#43157: convert xmloff module away from OSL_ASSERT to assertChris Sherlock2017-05-073-8/+8
* ASan stack-use-after-scopeStephan Bergmann2017-04-071-11/+21
* Fix typosAndrea Gelmini2017-03-251-1/+1
* loplugin:subtlezeroinit: unoxmlStephan Bergmann2017-02-212-2/+2
* Fix typosAndrea Gelmini2017-02-131-1/+1
* Add missing #includesStephan Bergmann2017-02-061-0/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-2643-1116/+538
* Probably makes more sense to return DONTKNOW if the element is DONTKNOW ...Tor Lillqvist2017-01-241-1/+3
* New loplugin:dynexcspec: Add @throws documentation, unoxmlStephan Bergmann2017-01-191-0/+1
* coverity#440749 Explicit null dereferencedCaolán McNamara2017-01-071-1/+1
* Remove noise SAL_INFO that even crashed when pPrefix was NULLTor Lillqvist2016-12-061-3/+0
* OSL_TRACE->SAL in unotools..uuiNoel Grandin2016-12-062-5/+6
* loplugin:unnecessaryoverride (dtors) in unoxmlStephan Bergmann2016-11-241-4/+0
* loplugin:countusersofdefaultparams in sw..vclNoel Grandin2016-10-031-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-133-3/+3
* tdf#95416 Get rid of #include "../foo/bar.hxx" style includesBurcin Akalin2016-05-011-334/+0
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-288-84/+84
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-207-18/+18
* Fix typosAndrea Gelmini2016-01-102-2/+2
* loplugin:unusedfields unotools,unoxmlNoel Grandin2015-12-217-26/+11
* loplugin:unusedfields variousNoel Grandin2015-11-262-4/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1016-196/+196
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-052-11/+6
* 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