summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)Author
2018-11-16loplugin:staticmethods improvementNoel Grandin
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-10-20use equal_range instead of lower_bound+upper_boundNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15Simplify containers iterations in unotools, unoxml, uui, vbahelperArkadiy Illarionov
2018-10-08Missing includeStephan Bergmann
2018-09-19loplugin:constfields in unotools..uuiNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-08-13loplugin:returnconstant in unoxml,uuiNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-05-17crashtesting: assert on fdo62508-1.odtCaolán McNamara
2018-04-13Fix typosAndrea Gelmini
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem
2018-02-02unoxml: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-15More loplugin:cstylecast: unoxmlStephan Bergmann
2018-01-12More loplugin:cstylecast: unoxmlStephan Bergmann
2018-01-04ofz#4940 Null-dereference READCaolán McNamara
2017-12-27Fix typosAndrea Gelmini
2017-12-19inline use-once typedefsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin
2017-10-23loplugin:includeform: unoxmlStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-17Move unoxml/source/events include files to common include directoryStephan Bergmann
2017-10-16ofz: timeouts in fods/fodt/fodpCaolán McNamara
2017-10-05loplugin:finalclasses in unotools..vbahelperNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-09-19unused m_relatedTarget in CMouseEventNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin
2017-09-13Enable -Wunreachable-codeStephan Bergmann
2017-09-06Typo exeption->exception (domtest.cxx)Julien Nabet
2017-08-25unoxml: CDocumentBuilder: just catch all ExceptionMichael Stahl
2017-08-25tdf#84237 use XErrorHandler in CDocumentBuilderFyodor Yemelyanenko
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin