summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)Author
2015-10-17xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl
2015-05-10cppcheck: noExplicitConstructorCaolán McNamara
2015-04-29cppcheck: throwInNoexceptFunctionCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-11Show duplicate attributeJulien Nabet
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-02make parsing more cautious with exceptionsLionel Elie Mamane
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-05destructors are not allowed to throwLionel Elie Mamane
2015-01-27add assert that first element is 0Caolán McNamara
2015-01-27sax: minor optimizationMichael Meeks
2015-01-22WaE: warning C4101: ´e´ : unreferenced local variableCaolán McNamara
2015-01-22sax: fastparser: use cppu::getCaughtException() to avoid sliced exceptionsMichael Stahl
2015-01-22sax: there is no OUStringBuffer(char) ctorMichael Stahl
2015-01-20Some more loplugin:cstylecast: saxStephan Bergmann
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-20fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn
2014-12-18sax: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12sax: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-08fastparser: Redundant check after assertMatúš Kukan
2014-12-03Prevent hang during loading of xlsm doc.Kohei Yoshida
2014-12-02fix crash-190212-093017-986Caolán McNamara
2014-12-01We need to tell libxml2 parser to decode entities.Kohei Yoshida
2014-12-01Add message to exceptionMatúš Kukan
2014-11-20proper error reporting from libxml2Luboš Luňák
2014-11-20make FastSaxParser provide the whole content in one characters() callLuboš Luňák
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-15windows blind fixMarkus Mohrhard
2014-11-14switch saxparser from expat to libxml2Luboš Luňák
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-10remove pointless const_castLuboš 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-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel 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