summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
...
* Some more loplugin:cstylecast: saxStephan Bergmann2015-01-206-28/+28
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-041-2/+2
* fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn2014-12-201-1/+1
* sax: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-2/+2
* sax: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-1/+1
* fastparser: Redundant check after assertMatúš Kukan2014-12-081-7/+4
* Prevent hang during loading of xlsm doc.Kohei Yoshida2014-12-031-10/+12
* fix crash-190212-093017-986Caolán McNamara2014-12-021-2/+8
* We need to tell libxml2 parser to decode entities.Kohei Yoshida2014-12-011-0/+3
* Add message to exceptionMatúš Kukan2014-12-011-2/+4
* proper error reporting from libxml2Luboš Luňák2014-11-201-33/+7
* make FastSaxParser provide the whole content in one characters() callLuboš Luňák2014-11-201-1/+18
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* windows blind fixMarkus Mohrhard2014-11-151-1/+1
* switch saxparser from expat to libxml2Luboš Luňák2014-11-142-179/+137
* make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák2014-11-121-8/+8
* allow inserting attributes that have zero lengthLuboš Luňák2014-11-121-2/+5
* remove pointless const_castLuboš Luňák2014-11-101-2/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-2/+2
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-2/+2
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-6/+4
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-303-3/+3
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-295-5/+0
* coverity#1249458 Explicit null dereferencedCaolán McNamara2014-10-251-1/+1
* coverity#1249457 writeFastAttributeList never takes NULLCaolán McNamara2014-10-253-7/+6
* coverity#982640 Missing break in switchCaolán McNamara2014-10-251-0/+1
* WaE: implicit conversion of NULL constant to 'nullptr_t'Tor Lillqvist2014-10-231-1/+1
* FastSerializer: Also use cache for writing to ForMerge if we are inside mark()Matúš Kukan2014-10-233-27/+75
* FastSerializer: Simplify OUString write a bit moreMatúš Kukan2014-10-231-20/+11
* FastSerializer: Avoid some cycles when dealing with doublesMatúš Kukan2014-10-233-3/+28
* FastSerializer: Use fixed sized Sequence directly as cacheMatúš Kukan2014-10-231-4/+10
* FastSerializer: Use -1 for unknown string lengthMatúš Kukan2014-10-232-5/+6
* Remove few pointless OUString::number() and one methodMatúš Kukan2014-10-231-9/+6
* FastSerializer: Faster write(OUString): add ascii checkMatúš Kukan2014-10-231-1/+32
* FastSerializer: Simplify a bitMatúš Kukan2014-10-233-23/+9
* Unused includes / using-declarationsMatúš Kukan2014-10-231-9/+0
* FastSerializer: Use faster TokenValue struct when possibleMatúš Kukan2014-10-233-13/+58
* FastSerializer: Simplify cache to be fixed sized bufferMatúš Kukan2014-10-231-33/+13
* This was OString already; use it that wayMatúš Kukan2014-10-231-5/+4
* FastSerializer: Have own fast cache buffer implementation for XOutputStreamMatúš Kukan2014-10-233-22/+115
* FastSerializer: avoid some more OStringsMatúš Kukan2014-10-234-12/+14
* FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan2014-10-234-63/+42
* fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks2014-10-232-20/+12
* FastSerializer: Remove throw specs; this is not UNO implementationMatúš Kukan2014-10-232-43/+27
* FastSerializer: Avoid sequences where possibleMatúš Kukan2014-10-232-42/+44
* FastSerializer: Remove escapeXml() creating OUString(Buffer)Matúš Kukan2014-10-233-35/+40
* FastSerializer: Have OString version of write() too.Matúš Kukan2014-10-233-18/+20
* FastSerializer: check for valid output stream in one place is enoughMatúš Kukan2014-10-232-19/+1
* FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan2014-10-232-4/+17
* FastSerializer: We already know the attribute valueMatúš Kukan2014-10-231-1/+1