summaryrefslogtreecommitdiff
path: root/sax/source/tools
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in sal,saxNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl
2015-09-17boost->stdCaolán McNamara
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-18sax: convert MergeMarksEnum to enum classMichael Stahl
2015-07-18sax, sw: try to make that maMarkStack easier to understandMichael Stahl
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-04WaE do not us #if for DB_UTIL but #ifdefNorbert Thiebaud
2015-07-04sax: FastSaxSerializer well-formed element test in presence of ...Michael Stahl
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-11Show duplicate attributeJulien Nabet
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-01-27add assert that first element is 0Caolán McNamara
2015-01-27sax: minor optimizationMichael Meeks
2015-01-20Some more loplugin:cstylecast: saxStephan Bergmann
2014-12-20fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák
2014-11-12allow inserting attributes that have zero lengthLuboš Luňák
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-25coverity#1249458 Explicit null dereferencedCaolán McNamara
2014-10-25coverity#1249457 writeFastAttributeList never takes NULLCaolán McNamara
2014-10-25coverity#982640 Missing break in switchCaolán McNamara
2014-10-23WaE: implicit conversion of NULL constant to 'nullptr_t'Tor Lillqvist
2014-10-23FastSerializer: Also use cache for writing to ForMerge if we are inside mark()Matúš Kukan
2014-10-23FastSerializer: Simplify OUString write a bit moreMatúš Kukan
2014-10-23FastSerializer: Avoid some cycles when dealing with doublesMatúš Kukan
2014-10-23FastSerializer: Use fixed sized Sequence directly as cacheMatúš Kukan
2014-10-23FastSerializer: Use -1 for unknown string lengthMatúš Kukan
2014-10-23Remove few pointless OUString::number() and one methodMatúš Kukan
2014-10-23FastSerializer: Faster write(OUString): add ascii checkMatúš Kukan
2014-10-23FastSerializer: Simplify a bitMatúš Kukan
2014-10-23Unused includes / using-declarationsMatúš Kukan
2014-10-23FastSerializer: Use faster TokenValue struct when possibleMatúš Kukan
2014-10-23FastSerializer: Simplify cache to be fixed sized bufferMatúš Kukan
2014-10-23This was OString already; use it that wayMatúš Kukan
2014-10-23FastSerializer: Have own fast cache buffer implementation for XOutputStreamMatúš Kukan
2014-10-23FastSerializer: avoid some more OStringsMatúš Kukan
2014-10-23FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan
2014-10-23fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks