summaryrefslogtreecommitdiff
path: root/sax/source/tools
AgeCommit message (Expand)AuthorFilesLines
2017-06-17Literal tab character is bad XML, write '	' insteadEike Rathke1-4/+2
2017-04-28loplugin:salunicodeliteral: saxStephan Bergmann1-34/+34
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: saxStephan Bergmann1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
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-06Add missing #includesStephan Bergmann1-0/+1
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 Bergmann1-7/+7
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin2-2/+0
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-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax)Stephan Bergmann1-1/+1
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin1-2/+2
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-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-3/+3
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-13loplugin:passstuffbyref in saxNoel Grandin1-1/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11clang-tidy performance-unnecessary-value-param in saxNoel Grandin1-2/+2
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-03fix gcc build errorCaolán McNamara1-2/+2
2016-01-17crashtesting: plain-text import allows liberal with the UTF-8 inputCaolán McNamara1-1/+1
2016-01-12Fix FastSaxSerializer::write() for non-BMP unicode characters.Mark Hung1-23/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-13/+13
2015-10-30cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-10-28com::sun::star->css in sal,saxNoel Grandin5-28/+28
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl1-0/+56
2015-09-17boost->stdCaolán McNamara3-12/+12
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-7/+7
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-1/+2
2015-08-11loplugin: defaultparamsNoel Grandin2-2/+2
2015-07-18sax: convert MergeMarksEnum to enum classMichael Stahl3-14/+14
2015-07-18sax, sw: try to make that maMarkStack easier to understandMichael Stahl3-17/+29
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+1
2015-07-04WaE do not us #if for DB_UTIL but #ifdefNorbert Thiebaud1-3/+3
2015-07-04sax: FastSaxSerializer well-formed element test in presence of ...Michael Stahl2-4/+160
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann2-0/+2
2015-04-11Show duplicate attributeJulien Nabet1-0/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-3/+3