summaryrefslogtreecommitdiffstats
path: root/unoxml
Commit message (Expand)AuthorAgeFilesLines
* unoxml: CDocumentBuilder::parseURI should handle non-file:/// URIs.Michael Meeks2020-01-161-4/+19
* loplugin:staticmethods improvementNoel Grandin2018-11-161-1/+1
* Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski2018-11-092-14/+2
* tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen2018-10-301-0/+1
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-5/+2
* clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin2018-10-241-4/+2
* use equal_range instead of lower_bound+upper_boundNoel Grandin2018-10-201-3/+2
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-7/+17
* Simplify containers iterations in unotools, unoxml, uui, vbahelperArkadiy Illarionov2018-10-153-27/+15
* Missing includeStephan Bergmann2018-10-081-0/+1
* loplugin:constfields in unotools..uuiNoel Grandin2018-09-192-2/+2
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-102-0/+2
* loplugin:returnconstant in unoxml,uuiNoel Grandin2018-08-132-7/+6
* Add missing sal/log.hxx headersGabor Kelemen2018-08-026-0/+6
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-251-16/+26
* crashtesting: assert on fdo62508-1.odtCaolán McNamara2018-05-171-3/+3
* Fix typosAndrea Gelmini2018-04-131-1/+1
* use https links for api.libreoffice.org and opengrokdennisroczek2018-04-021-2/+2
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem2018-03-143-120/+137
* unoxml: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-021-3/+0
* More loplugin:cstylecast: unoxmlStephan Bergmann2018-01-153-5/+5
* More loplugin:cstylecast: unoxmlStephan Bergmann2018-01-121-5/+5
* ofz#4940 Null-dereference READCaolán McNamara2018-01-041-1/+1
* Fix typosAndrea Gelmini2017-12-271-2/+2
* inline use-once typedefsNoel Grandin2017-12-192-7/+3
* loplugin:salcall fix functionsNoel Grandin2017-12-118-26/+26
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-053-4/+4
* loplugin:unnecessaryparen check for (f1()).f2Noel Grandin2017-11-271-2/+2
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-224-5/+5
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-203-3/+3
* loplugin:flatten in toolkit..writerfilterNoel Grandin2017-11-181-66/+69
* loplugin:includeform: unoxmlStephan Bergmann2017-10-2329-61/+61
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-3/+1
* Move unoxml/source/events include files to common include directoryStephan Bergmann2017-10-179-19/+19
* ofz: timeouts in fods/fodt/fodpCaolán McNamara2017-10-161-4/+12
* loplugin:finalclasses in unotools..vbahelperNoel Grandin2017-10-0511-17/+0
* add << operator for css::uno::ExceptionNoel Grandin2017-10-042-10/+5
* loplugin:flatten in toolkit..vbahelperNoel Grandin2017-09-274-95/+84
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-2/+3
* unused m_relatedTarget in CMouseEventNoel Grandin2017-09-192-3/+1
* clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin2017-09-141-1/+1
* Enable -Wunreachable-codeStephan Bergmann2017-09-132-2/+2
* Typo exeption->exception (domtest.cxx)Julien Nabet2017-09-061-3/+3
* unoxml: CDocumentBuilder: just catch all ExceptionMichael Stahl2017-08-251-2/+2
* tdf#84237 use XErrorHandler in CDocumentBuilderFyodor Yemelyanenko2017-08-253-78/+162
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-7/+6
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-113-6/+6