summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sax: Tabify makefiles to be more consistentMatúš Kukan2014-09-224-29/+29
* Remove unused XFastTokenHandler functionsMatúš Kukan2014-09-191-12/+0
* Use FastSaxParser directlyMatúš Kukan2014-09-192-8/+7
* fastparser: Use dummy token handler in unit test instead of an oox one.Matúš Kukan2014-09-182-4/+37
* 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
* DeInitVCL at end of testsStephan Bergmann2014-06-041-0/+1
* fdo#68849: Add header guards to all include filesJens Carl2014-06-021-0/+6
* fdo#68849: Add header guards to all include filesJens Carl2014-06-011-0/+5
* remove more unnecesary OUString constructor useNoel Grandin2014-05-291-4/+4
* css already means ::com::sun::starThomas Arnhold2014-05-271-1/+1
* coverity#982640 Missing break in switchCaolán McNamara2014-05-261-0/+1
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-152-4/+4
* various loplugin:passsequencebyrefNoel Grandin2014-05-141-2/+2
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-143-4/+4
* coverity#707979 Uninitialized pointer fieldCaolán McNamara2014-05-101-0/+3
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-242-20/+13
* typo: attribut -> attributeThomas Arnhold2014-04-141-2/+2