summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2019-05-30Resolves: tdf#125279 do not double _x005F_ escapementEike Rathke1-10/+33
2019-05-30Reintroduce mbXescape that got overaggressively removedEike Rathke2-0/+19
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov6-10/+10
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski1-2/+2
2019-04-17loplugin:sequentialassign in scNoel Grandin2-4/+2
2019-04-14tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski1-15/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-1/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin2-2/+3
2019-03-05re-land "new loplugin typedefparam""Noel Grandin2-4/+4
2019-02-23loplugin:unusedfields in l10ntools..saxNoel Grandin2-24/+6
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov5-51/+31
2019-02-09loplugin:indentation in registry..saxNoel Grandin1-1/+1
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen2-5/+3
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-3/+3
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-2/+2
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2-0/+2
2018-11-23convert CallbackType to scoped enumNoel Grandin1-13/+13
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-3/+3
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen1-0/+1
2018-10-29loplugin:oncevarNoel Grandin1-2/+0
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-2/+2
2018-10-21tdf#120703 (PVS): handle failed reallocMike Kaganski1-2/+8
2018-10-17ofz: thread shenanigansCaolán McNamara1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin4-26/+9
2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-36/+36
2018-10-03no need to call empty() before clear()Noel Grandin1-2/+1
2018-09-17New loplugin:externalStephan Bergmann2-3/+3
2018-09-14Join the thread only if launch succeeded.Michael Meeks1-1/+1
2018-09-12Ensure fastparser thread is joined in case of exceptions.Michael Meeks1-1/+17
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin2-3/+1
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen1-0/+1
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-08-13ofz#9591 Indirect-leakCaolán McNamara1-2/+6
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-1/+1
2018-08-04Fix typosAndrea Gelmini1-1/+1
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin1-3/+3
2018-07-20tdf#79878 perf loading docx file, pendingCharsNoel Grandin1-27/+36
2018-07-17tdf#79878 perf loading docx file, disable SAX threading for writerNoel Grandin1-5/+12
2018-07-11tdf#79878 perf loading docx file, improve threading heuristicNoel Grandin1-2/+8
2018-07-11tdf#79878 perf loading docx file, more saxNoel Grandin1-8/+8
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-2/+2
2018-07-08tdf#79878 perf loading docx file, sax improvementsNoel Grandin2-7/+24
2018-06-30sax: fix overflow in sax::Converter::convertMeasure()Michael Stahl2-3/+4
2018-06-26Avoid potential double-delete in ~XMLFile2UTFConverterStephan Bergmann3-27/+23
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin1-3/+3