summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage2-8/+8
2015-02-05destructors are not allowed to throwLionel Elie Mamane1-0/+1
2015-01-27add assert that first element is 0Caolán McNamara1-1/+2
2015-01-27sax: minor optimizationMichael Meeks1-3/+3
2015-01-22WaE: warning C4101: ´e´ : unreferenced local variableCaolán McNamara1-3/+3
2015-01-22sax: fastparser: use cppu::getCaughtException() to avoid sliced exceptionsMichael Stahl1-9/+11
2015-01-22sax: there is no OUStringBuffer(char) ctorMichael Stahl1-1/+1
2015-01-20Some more loplugin:cstylecast: saxStephan Bergmann6-28/+28
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-20fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-18sax: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-12sax: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-08fastparser: Redundant check after assertMatúš Kukan1-7/+4
2014-12-03Prevent hang during loading of xlsm doc.Kohei Yoshida1-10/+12
2014-12-02fix crash-190212-093017-986Caolán McNamara1-2/+8
2014-12-01We need to tell libxml2 parser to decode entities.Kohei Yoshida1-0/+3
2014-12-01Add message to exceptionMatúš Kukan1-2/+4
2014-11-20proper error reporting from libxml2Luboš Luňák1-33/+7
2014-11-20make FastSaxParser provide the whole content in one characters() callLuboš Luňák1-1/+18
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
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