summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)Author
2019-09-01Fix '..'Andrea Gelmini
2019-08-24loplugin:returnconstval in sal..scNoel Grandin
2019-08-23loplugin:returnconstval in saxNoel Grandin
2019-08-22loplugin:constmethod in saxNoel Grandin
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-08-20Fix typosAndrea Gelmini
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): saxStephan Bergmann
2019-07-26cid#1448394 try silence unsafe_xml_parse_configCaolán McNamara
2019-07-24cid#1448394 can't change xml_parse_config settingCaolán McNamara
2019-07-23close some more holes in structuresNoel Grandin
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-05-30Resolves: tdf#125279 do not double _x005F_ escapementEike Rathke
2019-05-30Reintroduce mbXescape that got overaggressively removedEike Rathke
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-05-10an uno -> a unoCaolán McNamara
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski
2019-04-17loplugin:sequentialassign in scNoel Grandin
2019-04-14tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-02-23loplugin:unusedfields in l10ntools..saxNoel Grandin
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-23convert CallbackType to scoped enumNoel Grandin
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen
2018-10-29loplugin:oncevarNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-21tdf#120703 (PVS): handle failed reallocMike Kaganski
2018-10-17ofz: thread shenanigansCaolán McNamara
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-03no need to call empty() before clear()Noel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-14Join the thread only if launch succeeded.Michael Meeks
2018-09-12Ensure fastparser thread is joined in case of exceptions.Michael Meeks
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-13ofz#9591 Indirect-leakCaolán McNamara