summaryrefslogtreecommitdiffstats
path: root/unoxml
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
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-212-2/+0
* ASan stack-use-after-scopeStephan Bergmann2017-04-071-11/+21
* Fix typosAndrea Gelmini2017-03-251-1/+1
* loplugin:subtlezeroinit: unoxmlStephan Bergmann2017-02-213-4/+4
* Fix typosAndrea Gelmini2017-02-131-1/+1
* Add missing #includesStephan Bergmann2017-02-062-0/+6
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-283-34/+17
* Remove dynamic exception specificationsStephan Bergmann2017-01-2663-1556/+820
* 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
* New loplugin:conststringvar: unoxmlStephan Bergmann2017-01-101-1/+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
* Remove broken SAL_INFOStephan Bergmann2016-12-061-1/+0
* OSL_TRACE->SAL in unotools..uuiNoel Grandin2016-12-063-6/+7
* loplugin:unnecessaryoverride (dtors) in unoxmlStephan Bergmann2016-11-245-9/+0
* loplugin:oncevar in unoxml..toolkitNoel Grandin2016-10-311-11/+5
* loplugin:countusersofdefaultparams in sw..vclNoel Grandin2016-10-031-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1310-13/+13
* coverity#1027278 silence Unchecked return valueCaolán McNamara2016-09-021-1/+1
* loplugin:redundantcast: redundant static_casts in unoxmlStephan Bergmann2016-07-081-6/+6
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
* unoxml: fix data race in CEventDispatcher::callListeners()Michael Stahl2016-06-072-21/+15
* tdf#95416 Get rid of #include "../foo/bar.hxx" style includesBurcin Akalin2016-05-014-5/+10
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-289-90/+90
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-208-19/+19
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-12/+12
* unordf: replace boost::shared_array with std::shared_ptrMichael Stahl2016-03-241-4/+3
* unordf: replace boost::noncopyable with C++11 deleteMichael Stahl2016-03-244-14/+25
* loplugin:unuseddefaultparam in unotoolsNoel Grandin2016-02-291-5/+3
* Remove excess newlinesChris Sherlock2016-02-094-19/+0
* unoxml: replace boost::bind with lambdaMichael Stahl2016-01-291-4/+4
* Fix typosAndrea Gelmini2016-01-104-4/+4
* loplugin:unusedfields unotools,unoxmlNoel Grandin2015-12-2110-47/+26
* loplugin:unusedfields variousNoel Grandin2015-11-262-4/+0
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-13/+19
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-154-8/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1023-264/+264
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-2/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-053-14/+9
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-2/+2
* 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-1236-689/+689
* Fix typosAndrea Gelmini2015-09-303-7/+7
* tdf#94228 comphelper: replace BOOST_PPDaniel Robertson2015-09-251-1/+0
* boost->stdCaolán McNamara2015-09-1711-120/+119
* unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-1037-71/+79