summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* tdf#128820: use wps namespace for simple text shapesMike Kaganski2019-11-251-3/+11
* Resolves: tdf#125279 do not double _x005F_ escapementEike Rathke2019-05-301-10/+33
* Reintroduce mbXescape that got overaggressively removedEike Rathke2019-05-302-0/+19
* Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov2019-05-126-10/+10
* an uno -> a unoCaolán McNamara2019-05-101-1/+1
* Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski2019-04-191-2/+2
* loplugin:sequentialassign in scNoel Grandin2019-04-172-4/+2
* tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski2019-04-141-15/+1
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-071-1/+1
* log nice exception messages whereever possibleNoel Grandin2019-03-072-2/+3
* re-land "new loplugin typedefparam""Noel Grandin2019-03-052-4/+4
* loplugin:unusedfields in l10ntools..saxNoel Grandin2019-02-232-24/+6
* Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov2019-02-125-51/+31
* loplugin:indentation in registry..saxNoel Grandin2019-02-091-1/+1
* o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen2019-01-282-5/+3
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-1/+2
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-3/+3
* loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin2018-11-291-2/+2
* tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2018-11-272-0/+2
* convert CallbackType to scoped enumNoel Grandin2018-11-231-13/+13
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-3/+3
* tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen2018-10-301-0/+1
* loplugin:oncevarNoel Grandin2018-10-291-2/+0
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-242-2/+2
* tdf#120703 (PVS): handle failed reallocMike Kaganski2018-10-211-2/+8
* ofz: thread shenanigansCaolán McNamara2018-10-171-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-2/+2
* loplugin:constfields in reportdesign,sal,saxNoel Grandin2018-10-124-26/+9
* clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin2018-10-121-1/+1
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-36/+36
* no need to call empty() before clear()Noel Grandin2018-10-031-2/+1
* New loplugin:externalStephan Bergmann2018-09-172-3/+3
* Join the thread only if launch succeeded.Michael Meeks2018-09-141-1/+1
* Ensure fastparser thread is joined in case of exceptions.Michael Meeks2018-09-121-1/+17
* loplugin:simplifyconstruct in reportdesign..saxNoel Grandin2018-09-102-3/+1
* tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen2018-08-311-0/+1
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-1/+1
* ofz#9591 Indirect-leakCaolán McNamara2018-08-131-2/+6
* Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski2018-08-041-1/+1
* Fix typosAndrea Gelmini2018-08-041-1/+1
* loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin2018-07-271-3/+3
* tdf#79878 perf loading docx file, pendingCharsNoel Grandin2018-07-201-27/+36
* tdf#79878 perf loading docx file, disable SAX threading for writerNoel Grandin2018-07-171-5/+12
* tdf#79878 perf loading docx file, improve threading heuristicNoel Grandin2018-07-111-2/+8
* tdf#79878 perf loading docx file, more saxNoel Grandin2018-07-111-8/+8
* pass SvStream around by std::unique_ptrNoel Grandin2018-07-101-2/+2
* tdf#79878 perf loading docx file, sax improvementsNoel Grandin2018-07-082-7/+24
* sax: fix overflow in sax::Converter::convertMeasure()Michael Stahl2018-06-302-3/+4
* Avoid potential double-delete in ~XMLFile2UTFConverterStephan Bergmann2018-06-263-27/+23
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0