summaryrefslogtreecommitdiff
path: root/sax/source
AgeCommit message (Expand)AuthorFilesLines
2018-01-09sax: fix loplugin:sallogareasMichael Stahl1-1/+1
2018-01-09ofz#4392 sax: guard access to Entity::maSavedException with mutexMichael Stahl1-3/+30
2018-01-07ofz: always free with xmlFreeParserCtxtCaolán McNamara1-78/+76
2017-09-18sax: Check if it starts with 5 bytes of "<?xml"Takeshi Abe1-5/+3
2017-09-07tdf#112164 sax: handle errors on last call to XML_Parse()Michael Stahl1-5/+10
2017-06-17Literal tab character is bad XML, write '&#9;' insteadEike Rathke1-4/+2
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke2-2/+0
2017-04-28loplugin:salunicodeliteral: saxStephan Bergmann1-34/+34
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-11/+11
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: saxStephan Bergmann1-1/+1
2017-03-25Fix typosAndrea Gelmini2-3/+3
2017-03-03escape invalid XML characters with _xHHHH_ when writing escapedEike Rathke2-15/+115
2017-02-28FastSaxSerializer: SAL_WARN() when writing invalid XML charactersEike Rathke1-1/+54
2017-02-23Better make the zero-initialization more explicitStephan Bergmann1-1/+2
2017-02-22Revert "Fix typos"jan iversen1-1/+1
2017-02-22Fix typosAndrea Gelmini1-1/+1
2017-02-20MSVC 14.0: Fix warning C4702: unreachable codeDavid Ostrovsky1-1/+1
2017-02-06Add missing #includesStephan Bergmann5-1/+6
2017-02-02fix linux buildNoel Grandin1-1/+1
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin1-8/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann6-226/+148
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin3-11/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, saxStephan Bergmann2-0/+32
2017-01-19Also consider saved exceptions when mbEnableThreads is trueMike Kaganski1-0/+4
2017-01-17new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin2-20/+7
2017-01-10New loplugin:conststringvar: saxStephan Bergmann1-5/+5
2016-10-28tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.Tamás Zolnai1-5/+1
2016-09-15loplugin:singlevalfields in l10ntools..saxNoel Grandin1-17/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax)Stephan Bergmann1-1/+1
2016-08-25cid#1371329 Misused comma operatorNoel Grandin1-2/+2
2016-08-25cid#1371333 Misused comma operatorNoel Grandin1-2/+2
2016-08-10GSoC - Making legacyfastparser to use tokens:Mohammed Abdul Azeem2-54/+117
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin1-2/+2
2016-07-29GSoC - moving FastAttributeList::clear to consumer thread:Mohammed Abdul Azeem1-8/+42
2016-07-27GSOC - Avoid tokenizing strings for Unknown elements:Mohammed Abdul Azeem2-58/+67
2016-07-19GSOC - Handling namespace declaration missing case:Mohammed Abdul Azeem2-3/+27
2016-07-16GSoC - Sync namespace handler calls with elements:Mohammed Abdul Azeem1-3/+22
2016-07-09GSOC: Adapt XLegacyFastParser to function like XParser.Mohammed Abdul Azeem2-13/+113
2016-07-08loplugin:redundantcast: redundant static_casts in saxStephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-2/+2
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin1-1/+1
2016-06-17GSoC: Mapping legacy sax parser and XFastParserMohammed Abdul Azeem2-0/+279
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin2-5/+5
2016-05-04tdf#94260 Convert pixel to 1/100 mmRosemary Sebastian1-9/+15
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-6/+6
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-3/+3