summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)Author
2014-12-11Add message to exceptionMatúš 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-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
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
2014-10-23FastSerializer: Remove throw specs; this is not UNO implementationMatúš Kukan
2014-10-23FastSerializer: Avoid sequences where possibleMatúš Kukan
2014-10-23FastSerializer: Remove escapeXml() creating OUString(Buffer)Matúš Kukan
2014-10-23FastSerializer: Have OString version of write() too.Matúš Kukan
2014-10-23FastSerializer: check for valid output stream in one place is enoughMatúš Kukan
2014-10-23FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan
2014-10-23FastSerializer: We already know the attribute valueMatúš Kukan
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-10Revert "This was OString already; use it that way"Stephan Bergmann
2014-10-10This was OString already; use it that wayMatúš Kukan
2014-10-02coverity#1158274 Uncaught exceptionCaolán McNamara
2014-10-02fix indentCaolán McNamara