summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)AuthorFilesLines
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin1-3/+0
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem1-0/+4
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-2/+0
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-1/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin3-6/+5
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorDilek Uzulmez1-2/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock3-8/+8
2017-05-07tdf#43157: convert xmloff module away from OSL_ASSERT to assertChris Sherlock3-8/+8
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2-2/+0
2017-04-07ASan stack-use-after-scopeStephan Bergmann1-11/+21
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-21loplugin:subtlezeroinit: unoxmlStephan Bergmann3-4/+4
2017-02-13Fix typosAndrea Gelmini1-1/+1
2017-02-06Add missing #includesStephan Bergmann2-0/+6
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin3-34/+17
2017-01-26Remove dynamic exception specificationsStephan Bergmann63-1556/+820
2017-01-24Probably makes more sense to return DONTKNOW if the element is DONTKNOW ...Tor Lillqvist1-1/+3
2017-01-19New loplugin:dynexcspec: Add @throws documentation, unoxmlStephan Bergmann1-0/+1
2017-01-10New loplugin:conststringvar: unoxmlStephan Bergmann1-1/+1
2017-01-07coverity#440749 Explicit null dereferencedCaolán McNamara1-1/+1
2016-12-06Remove noise SAL_INFO that even crashed when pPrefix was NULLTor Lillqvist1-3/+0
2016-12-06Remove broken SAL_INFOStephan Bergmann1-1/+0
2016-12-06OSL_TRACE->SAL in unotools..uuiNoel Grandin3-6/+7
2016-11-24loplugin:unnecessaryoverride (dtors) in unoxmlStephan Bergmann5-9/+0
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