summaryrefslogtreecommitdiffstats
path: root/unoxml/source
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2016-07-204-4/+4
* Remove excess newlinesChris Sherlock2016-07-124-19/+0
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-154-8/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1023-264/+264
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-053-14/+9
* 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-1235-672/+672
* Fix typosAndrea Gelmini2015-09-302-4/+4
* tdf#94228 comphelper: replace BOOST_PPDaniel Robertson2015-09-251-1/+0
* boost->stdCaolán McNamara2015-09-1710-119/+119
* unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-1035-66/+74
* unoxml: Add missing includeDavid Ostrovsky2015-09-031-0/+1
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-313-9/+9
* loplugin:unusedmethodsNoel Grandin2015-07-303-15/+1
* loplugin:simplifyboolStephan Bergmann2015-07-161-2/+1
* do not include boost/utility.hppMichael Stahl2015-07-101-1/+1
* Fix typosAndrea Gelmini2015-07-081-1/+1
* loplugin:unusedmethods basebmpNoel Grandin2015-07-061-2/+0
* Fix typosAndrea Gelmini2015-07-041-1/+1
* Revert "Typo: iff->if"Julien Nabet2015-06-231-1/+1
* Typo: iff->ifJulien Nabet2015-06-231-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-266-8/+8
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* remove some @author tags from suspiciously unidiomatic codeMichael Stahl2015-04-251-1/+0
* loplugin:staticmethodsNoel Grandin2015-04-131-35/+34
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-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
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-061-5/+5
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-27/+0
* remove unused typedefsNoel Grandin2015-01-281-1/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-2/+2
* Some more loplugin:cstylecast: unoxmlStephan Bergmann2015-01-2014-101/+101
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-191-3/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-2/+2
* unoxml: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-2/+2
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-171-2/+2
* unoxml: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-23/+21
* document 440749 Explicit null dereferencedCaolán McNamara2014-12-111-0/+1
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-182-0/+4
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1715-0/+25
* 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-063-10/+20
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-063-20/+10
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-5/+5
* coverity#705527 drop testlistener that logs to c:\listener.outCaolán McNamara2014-11-034-244/+0