summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)AuthorFilesLines
2016-10-31loplugin:oncevar in unoxml..toolkitNoel Grandin1-11/+5
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann10-13/+13
2016-09-02coverity#1027278 silence Unchecked return valueCaolán McNamara1-1/+1
2016-07-08loplugin:redundantcast: redundant static_casts in unoxmlStephan Bergmann1-6/+6
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-07unoxml: fix data race in CEventDispatcher::callListeners()Michael Stahl2-21/+15
2016-05-01tdf#95416 Get rid of #include "../foo/bar.hxx" style includesBurcin Akalin4-5/+10
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin9-90/+90
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann8-19/+19
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-12/+12
2016-03-24unordf: replace boost::shared_array with std::shared_ptrMichael Stahl1-4/+3
2016-03-24unordf: replace boost::noncopyable with C++11 deleteMichael Stahl4-14/+25
2016-02-29loplugin:unuseddefaultparam in unotoolsNoel Grandin1-5/+3
2016-02-09Remove excess newlinesChris Sherlock4-19/+0
2016-01-29unoxml: replace boost::bind with lambdaMichael Stahl1-4/+4
2016-01-10Fix typosAndrea Gelmini4-4/+4
2015-12-21loplugin:unusedfields unotools,unoxmlNoel Grandin10-47/+26
2015-11-26loplugin:unusedfields variousNoel Grandin2-4/+0
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-13/+19
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin4-8/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann23-264/+264
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-2/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin3-14/+9
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+2
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 Bergmann36-689/+689
2015-09-30Fix typosAndrea Gelmini3-7/+7
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson1-1/+0
2015-09-17boost->stdCaolán McNamara11-120/+119
2015-09-10unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe37-71/+79
2015-09-03unoxml: Add missing includeDavid Ostrovsky1-0/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-9/+9
2015-07-30loplugin:unusedmethodsNoel Grandin3-15/+1
2015-07-16loplugin:simplifyboolStephan Bergmann1-2/+1
2015-07-10do not include boost/utility.hppMichael Stahl1-1/+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-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-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 McNamara6-8/+8
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl1-1/+0
2015-04-13loplugin:staticmethodsNoel Grandin1-35/+34
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1