summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-4/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-071-4/+4
* tdf#43157: convert sax module away from OSL_ASSERT to assertChris Sherlock2017-05-071-4/+4
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-2/+2
* loplugin:salunicodeliteral: saxStephan Bergmann2017-04-281-34/+34
* loplugin:checkunusedparams in configmgr and vclNoel Grandin2017-04-281-11/+11
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-216-6/+0
* Improved loplugin:redundantcast, static_cast on arithmetic types: saxStephan Bergmann2017-04-061-1/+1
* Fix typosAndrea Gelmini2017-03-255-7/+7
* escape invalid XML characters with _xHHHH_ when writing escapedEike Rathke2017-03-032-15/+115
* FastSaxSerializer: SAL_WARN() when writing invalid XML charactersEike Rathke2017-02-281-1/+54
* Better make the zero-initialization more explicitStephan Bergmann2017-02-231-1/+2
* Revert "Fix typos"jan iversen2017-02-221-1/+1
* Fix typosAndrea Gelmini2017-02-221-1/+1
* loplugin:subtlezeroinit: saxStephan Bergmann2017-02-211-1/+1
* MSVC 14.0: Fix warning C4702: unreachable codeDavid Ostrovsky2017-02-201-1/+1
* Add missing #includesStephan Bergmann2017-02-067-2/+8
* fix linux buildNoel Grandin2017-02-021-1/+1
* expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin2017-02-022-22/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-269-266/+169
* loplugin: unnecessary destructor oox..saxNoel Grandin2017-01-253-11/+0
* New loplugin:dynexcspec: Add @throws documentation, saxStephan Bergmann2017-01-193-0/+36
* Also consider saved exceptions when mbEnableThreads is trueMike Kaganski2017-01-191-0/+4
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-172-4/+4
* new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin2017-01-172-20/+7
* New loplugin:conststringvar: saxStephan Bergmann2017-01-101-5/+5
* Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann2016-12-171-3/+3
* loplugin:unnecessaryoverride (dtors) in saxStephan Bergmann2016-12-051-1/+0
* tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.Tamás Zolnai2016-10-281-5/+1
* loplugin:unnecessaryoverrideNoel Grandin2016-10-132-12/+0
* tdf#103159 allow compiling on 12.04 systems stillJustin Luth2016-10-121-9/+15
* loplugin:singlevalfields in l10ntools..saxNoel Grandin2016-09-152-22/+6
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-4/+4
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax)Stephan Bergmann2016-08-301-1/+1
* cid#1371329 Misused comma operatorNoel Grandin2016-08-251-2/+2
* cid#1371333 Misused comma operatorNoel Grandin2016-08-251-2/+2
* loplugin:stringstaticStephan Bergmann2016-08-161-15/+15
* GSoC - Making legacyfastparser to use tokens:Mohammed Abdul Azeem2016-08-103-54/+206
* Related: tdf#99312, add specialized interaction handlerGiuseppe Castagno2016-08-081-0/+1
* loplugin:countusersofdefaultparams in oox..sdNoel Grandin2016-08-051-2/+2
* GSoC - moving FastAttributeList::clear to consumer thread:Mohammed Abdul Azeem2016-07-291-8/+42
* GSOC - Avoid tokenizing strings for Unknown elements:Mohammed Abdul Azeem2016-07-272-58/+67
* GSOC - Handling namespace declaration missing case:Mohammed Abdul Azeem2016-07-195-5/+82
* loplugin:passstuffbyrefStephan Bergmann2016-07-171-1/+1
* GSoC - Sync namespace handler calls with elements:Mohammed Abdul Azeem2016-07-163-5/+31
* new loplugin unnecessary overrideNoel Grandin2016-07-151-0/+1
* loplugin:unreffunStephan Bergmann2016-07-101-1/+0
* GSOC: Adapt XLegacyFastParser to function like XParser.Mohammed Abdul Azeem2016-07-093-175/+121
* loplugin:staticmethodsStephan Bergmann2016-07-081-27/+22