summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)AuthorFilesLines
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann4-5/+5
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin3-3/+3
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin1-66/+69
2017-10-23loplugin:includeform: unoxmlStephan Bergmann29-61/+61
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-3/+1
2017-10-17Move unoxml/source/events include files to common include directoryStephan Bergmann9-19/+19
2017-10-16ofz: timeouts in fods/fodt/fodpCaolán McNamara1-4/+12
2017-10-05loplugin:finalclasses in unotools..vbahelperNoel Grandin11-17/+0
2017-10-04add << operator for css::uno::ExceptionNoel Grandin2-10/+5
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin4-95/+84
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-2/+3
2017-09-19unused m_relatedTarget in CMouseEventNoel Grandin2-3/+1
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin1-1/+1
2017-09-13Enable -Wunreachable-codeStephan Bergmann2-2/+2
2017-09-06Typo exeption->exception (domtest.cxx)Julien Nabet1-3/+3
2017-08-25unoxml: CDocumentBuilder: just catch all ExceptionMichael Stahl1-2/+2
2017-08-25tdf#84237 use XErrorHandler in CDocumentBuilderFyodor Yemelyanenko3-78/+162
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-7/+6
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin3-6/+6
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-2/+2
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-1/+1
2017-07-13loplugin:oncevar: empty strings: unoxmlStephan Bergmann1-4/+2
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2-5/+5
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin2-3/+3
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+1
2017-07-02loplugin:casttovoid: unoxmlStephan Bergmann1-3/+1
2017-07-02formatNeedsBaseURI always returns trueStephan Bergmann1-8/+2
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin1-5/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
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