summaryrefslogtreecommitdiffstats
path: root/sax/source
Commit message (Expand)AuthorAgeFilesLines
...
* 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-301-1/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+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
* FastSerializer: Buffer output and write it only at the endMatúš Kukan2014-10-232-3/+14
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-3/+1
* Revert "This was OString already; use it that way"Stephan Bergmann2014-10-101-4/+5
* This was OString already; use it that wayMatúš Kukan2014-10-101-5/+4
* coverity#1158274 Uncaught exceptionCaolán McNamara2014-10-021-10/+21
* fix indentCaolán McNamara2014-10-021-17/+17
* consistent capitalization in both exceptionsCaolán McNamara2014-10-021-1/+1
* coverity#1242946 Unused valueCaolán McNamara2014-10-021-1/+0
* Unused FastSaxSerializer::maSavedMarkStack memberMatúš Kukan2014-09-241-1/+0
* Better to throw than crash, if token handler is not set.Matúš Kukan2014-09-181-0/+3
* Use plain bool parameter hereMatúš Kukan2014-08-301-9/+8
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-073-12/+3
* fdo#81214 - tolerate exceptions thrown inside XFastParser callbacks.Michael Meeks2014-07-111-6/+5
* FastSaxSerializer: update documentationMiklos Vajna2014-07-031-4/+4
* fdo#80748: Fix for file corruption due to framePrRohit Deshmukh2014-07-031-1/+3
* Use a new fast parser instance for each XML fragment.Kohei Yoshida2014-06-301-0/+3
* Check for empty() before calling top().Kohei Yoshida2014-06-301-0/+3
* Don't go further and pop the stack if it's empty.Kohei Yoshida2014-06-301-0/+6
* loplugin:staticcallStephan Bergmann2014-06-131-2/+2