summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* V813: Decreased performanceCaolán McNamara2015-03-041-1/+1
* make parsing more cautious with exceptionsLionel Elie Mamane2015-03-021-0/+5
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-062-8/+8
* destructors are not allowed to throwLionel Elie Mamane2015-02-051-0/+1
* add assert that first element is 0Caolán McNamara2015-01-271-1/+2
* sax: minor optimizationMichael Meeks2015-01-271-3/+3
* WaE: warning C4101: ´e´ : unreferenced local variableCaolán McNamara2015-01-221-3/+3
* sax: fastparser: use cppu::getCaughtException() to avoid sliced exceptionsMichael Stahl2015-01-221-9/+11
* sax: there is no OUStringBuffer(char) ctorMichael Stahl2015-01-221-1/+1
* 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