summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-3/+1
2014-10-10Revert "This was OString already; use it that way"Stephan Bergmann1-4/+5
2014-10-10This was OString already; use it that wayMatúš Kukan1-5/+4
2014-10-02coverity#1158274 Uncaught exceptionCaolán McNamara1-10/+21
2014-10-02fix indentCaolán McNamara1-17/+17
2014-10-02consistent capitalization in both exceptionsCaolán McNamara1-1/+1
2014-10-02coverity#1242946 Unused valueCaolán McNamara1-1/+0
2014-09-24Unused FastSaxSerializer::maSavedMarkStack memberMatúš Kukan1-1/+0
2014-09-22sax: Tabify makefiles to be more consistentMatúš Kukan4-29/+29
2014-09-19Remove unused XFastTokenHandler functionsMatúš Kukan1-12/+0
2014-09-19Use FastSaxParser directlyMatúš Kukan2-8/+7
2014-09-18fastparser: Use dummy token handler in unit test instead of an oox one.Matúš Kukan2-4/+37
2014-09-18Better to throw than crash, if token handler is not set.Matúš Kukan1-0/+3
2014-08-30Use plain bool parameter hereMatúš Kukan1-9/+8
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann3-12/+3
2014-07-11fdo#81214 - tolerate exceptions thrown inside XFastParser callbacks.Michael Meeks1-6/+5
2014-07-03FastSaxSerializer: update documentationMiklos Vajna1-4/+4
2014-07-03fdo#80748: Fix for file corruption due to framePrRohit Deshmukh1-1/+3
2014-06-30Use a new fast parser instance for each XML fragment.Kohei Yoshida1-0/+3
2014-06-30Check for empty() before calling top().Kohei Yoshida1-0/+3
2014-06-30Don't go further and pop the stack if it's empty.Kohei Yoshida1-0/+6
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-04DeInitVCL at end of testsStephan Bergmann1-0/+1
2014-06-02fdo#68849: Add header guards to all include filesJens Carl1-0/+6
2014-06-01fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-4/+4
2014-05-27css already means ::com::sun::starThomas Arnhold1-1/+1
2014-05-26coverity#982640 Missing break in switchCaolán McNamara1-0/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2-4/+4
2014-05-14various loplugin:passsequencebyrefNoel Grandin1-2/+2
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin3-4/+4
2014-05-10coverity#707979 Uninitialized pointer fieldCaolán McNamara1-0/+3
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe2-20/+13
2014-04-14typo: attribut -> attributeThomas Arnhold1-2/+2
2014-04-14typo: choosen -> chosenThomas Arnhold1-1/+1
2014-04-09Remove unused functionsStephan Bergmann3-7/+0
2014-04-07sax: sal_Bool->boolNoel Grandin5-113/+113
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-56/+56
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-3/+3
2014-03-05sax: FastAttributeList - add attribute in a specific namespaceTomaž Vajngerl1-0/+6
2014-03-02remove whitespacesMarkus Mohrhard1-31/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann6-100/+100
2014-02-26Remove visual noise from saxAlexander Wilms6-14/+14
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()Noel Grandin3-14/+0
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()Noel Grandin3-12/+0
2014-02-23Remove unneccessary commentsAlexander Wilms5-39/+39
2014-02-21[API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXExceptionCaolán McNamara2-3/+3
2014-02-12Improve output in case of test failureStephan Bergmann1-2/+2
2014-02-11Related: #i97873# (coverity#705407) Improper use of negative valueCaolán McNamara1-1/+1