summaryrefslogtreecommitdiffstats
path: root/sax/source
Commit message (Expand)AuthorAgeFilesLines
* convert SAX_ARGS_ARG macros to varargs template methodsNoel Grandin2017-06-011-34/+11
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-092-2/+0
* 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
* Improved loplugin:redundantcast, static_cast on arithmetic types: saxStephan Bergmann2017-04-061-1/+1
* Fix typosAndrea Gelmini2017-03-252-3/+3
* 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
* MSVC 14.0: Fix warning C4702: unreachable codeDavid Ostrovsky2017-02-201-1/+1
* Add missing #includesStephan Bergmann2017-02-065-1/+6
* fix linux buildNoel Grandin2017-02-021-1/+1
* expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin2017-02-021-8/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-266-226/+148
* loplugin: unnecessary destructor oox..saxNoel Grandin2017-01-253-11/+0
* New loplugin:dynexcspec: Add @throws documentation, saxStephan Bergmann2017-01-192-0/+32
* Also consider saved exceptions when mbEnableThreads is trueMike Kaganski2017-01-191-0/+4
* new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin2017-01-172-20/+7
* New loplugin:conststringvar: saxStephan Bergmann2017-01-101-5/+5
* tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.Tamás Zolnai2016-10-281-5/+1
* loplugin:singlevalfields in l10ntools..saxNoel Grandin2016-09-151-17/+6
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-133-3/+3
* 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
* GSoC - Making legacyfastparser to use tokens:Mohammed Abdul Azeem2016-08-102-54/+117
* 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-192-3/+27
* GSoC - Sync namespace handler calls with elements:Mohammed Abdul Azeem2016-07-161-3/+22
* GSOC: Adapt XLegacyFastParser to function like XParser.Mohammed Abdul Azeem2016-07-092-13/+113
* loplugin:redundantcast: redundant static_casts in saxStephan Bergmann2016-07-081-1/+1
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-072-2/+2
* use SAL_DEPRECATED in uno::ReferenceNoel Grandin2016-07-041-1/+1
* GSoC: Mapping legacy sax parser and XFastParserMohammed Abdul Azeem2016-06-172-0/+279
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-081-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-2/+2
* clang-tidy modernize-loop-convert in oox to saxNoel Grandin2016-05-052-5/+5
* tdf#94260 Convert pixel to 1/100 mmRosemary Sebastian2016-05-041-9/+15
* loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann2016-04-211-6/+6
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-3/+3
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-1/+0
* loplugin:passstuffbyref in saxNoel Grandin2016-04-131-1/+1
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* clang-tidy performance-unnecessary-value-param in saxNoel Grandin2016-04-111-2/+2
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-1/+1