summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2014-11-15windows blind fixMarkus Mohrhard1-1/+1
2014-11-14switch saxparser from expat to libxml2Luboš Luňák2-179/+137
2014-11-12make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák1-8/+8
2014-11-12allow inserting attributes that have zero lengthLuboš Luňák1-2/+5
2014-11-10remove pointless const_castLuboš Luňák1-2/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-6/+4
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini3-3/+3
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin5-5/+0
2014-10-25coverity#1249458 Explicit null dereferencedCaolán McNamara1-1/+1
2014-10-25coverity#1249457 writeFastAttributeList never takes NULLCaolán McNamara3-7/+6
2014-10-25coverity#982640 Missing break in switchCaolán McNamara1-0/+1
2014-10-23WaE: implicit conversion of NULL constant to 'nullptr_t'Tor Lillqvist1-1/+1
2014-10-23FastSerializer: Also use cache for writing to ForMerge if we are inside mark()Matúš Kukan3-27/+75
2014-10-23FastSerializer: Simplify OUString write a bit moreMatúš Kukan1-20/+11
2014-10-23FastSerializer: Avoid some cycles when dealing with doublesMatúš Kukan3-3/+28
2014-10-23FastSerializer: Use fixed sized Sequence directly as cacheMatúš Kukan1-4/+10
2014-10-23FastSerializer: Use -1 for unknown string lengthMatúš Kukan2-5/+6
2014-10-23Remove few pointless OUString::number() and one methodMatúš Kukan1-9/+6
2014-10-23FastSerializer: Faster write(OUString): add ascii checkMatúš Kukan1-1/+32
2014-10-23FastSerializer: Simplify a bitMatúš Kukan3-23/+9
2014-10-23Unused includes / using-declarationsMatúš Kukan1-9/+0
2014-10-23FastSerializer: Use faster TokenValue struct when possibleMatúš Kukan3-13/+58
2014-10-23FastSerializer: Simplify cache to be fixed sized bufferMatúš Kukan1-33/+13
2014-10-23This was OString already; use it that wayMatúš Kukan1-5/+4
2014-10-23FastSerializer: Have own fast cache buffer implementation for XOutputStreamMatúš Kukan3-22/+115
2014-10-23FastSerializer: avoid some more OStringsMatúš Kukan4-12/+14
2014-10-23FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan4-63/+42
2014-10-23fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks2-20/+12
2014-10-23FastSerializer: Remove throw specs; this is not UNO implementationMatúš Kukan2-43/+27
2014-10-23FastSerializer: Avoid sequences where possibleMatúš Kukan2-42/+44
2014-10-23FastSerializer: Remove escapeXml() creating OUString(Buffer)Matúš Kukan3-35/+40
2014-10-23FastSerializer: Have OString version of write() too.Matúš Kukan3-18/+20
2014-10-23FastSerializer: check for valid output stream in one place is enoughMatúš Kukan2-19/+1
2014-10-23FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan2-4/+17
2014-10-23FastSerializer: We already know the attribute valueMatúš Kukan1-1/+1
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan2-3/+14
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-3/+1
2014-10-10Revert "This was OString already; use it that way"Stephan Bergmann1-4/+5
2014-10-10This was OString already; use it that wayMatúš Kukan1-5/+4
2014-10-02coverity#1158274 Uncaught exceptionCaolán McNamara1-10/+21
2014-10-02fix indentCaolán McNamara1-17/+17
2014-10-02consistent capitalization in both exceptionsCaolán McNamara1-1/+1
2014-10-02coverity#1242946 Unused valueCaolán McNamara1-1/+0
2014-09-24Unused FastSaxSerializer::maSavedMarkStack memberMatúš Kukan1-1/+0
2014-09-22sax: Tabify makefiles to be more consistentMatúš Kukan4-29/+29
2014-09-19Remove unused XFastTokenHandler functionsMatúš Kukan1-12/+0
2014-09-19Use FastSaxParser directlyMatúš Kukan2-8/+7
2014-09-18fastparser: Use dummy token handler in unit test instead of an oox one.Matúš Kukan2-4/+37