summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)AuthorFilesLines
2019-07-21loplugin:referencecasting in unotools..uuiNoel Grandin4-40/+21
2019-07-03tdf#125706 and tdf#125665 writer, speed up RDF, take2Noel Grandin1-21/+159
2019-07-03Revert "tdf#125706 and tdf#125665 writer, speed up RDF"Noel Grandin1-266/+7
2019-06-28tdf#125706 and tdf#125665 writer, speed up RDFNoel Grandin1-7/+266
2019-06-25Simplify Sequence iterations in unoxmlArkadiy Illarionov4-27/+18
2019-06-18tdf#39593 Remove DOM::CNode::GetImplementationArkadiy Illarionov4-22/+17
2019-06-18loplugin:logexceptionnicely in toolkit..unoxmlNoel Grandin3-10/+13
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-1/+12
2019-05-05Use returned iterator from eraseJulien Nabet1-3/+1
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-1/+1
2019-04-19optimise find/insert patternNoel Grandin1-4/+1
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski1-1/+1
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-1/+0
2019-02-22loplugin:unusedfields in unoxmlNoel Grandin4-8/+1
2019-02-18use clear() instead of erase(begin, end)Noel Grandin1-1/+1
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski1-24/+12
2019-02-11loplugin:indentation in unotools..vbahelperNoel Grandin6-8/+8
2018-12-06loplugin:singlevalfields in unoxmlNoel Grandin6-15/+9
2018-11-16loplugin:staticmethods improvementNoel Grandin1-1/+1
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski2-14/+2
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen1-0/+1
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-5/+2
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-4/+2
2018-10-20use equal_range instead of lower_bound+upper_boundNoel Grandin1-3/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-7/+17
2018-10-15Simplify containers iterations in unotools, unoxml, uui, vbahelperArkadiy Illarionov3-27/+15
2018-10-08Missing includeStephan Bergmann1-0/+1
2018-09-19loplugin:constfields in unotools..uuiNoel Grandin2-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2-0/+2
2018-08-13loplugin:returnconstant in unoxml,uuiNoel Grandin2-7/+6
2018-08-02Add missing sal/log.hxx headersGabor Kelemen6-0/+6
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-16/+26
2018-05-17crashtesting: assert on fdo62508-1.odtCaolán McNamara1-3/+3
2018-04-13Fix typosAndrea Gelmini1-1/+1
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek1-2/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem3-120/+137
2018-02-02unoxml: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-3/+0
2018-01-15More loplugin:cstylecast: unoxmlStephan Bergmann3-5/+5
2018-01-12More loplugin:cstylecast: unoxmlStephan Bergmann1-5/+5
2018-01-04ofz#4940 Null-dereference READCaolán McNamara1-1/+1
2017-12-27Fix typosAndrea Gelmini1-2/+2
2017-12-19inline use-once typedefsNoel Grandin2-7/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin8-26/+26
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin3-4/+4
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-2/+2
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann4-5/+5