summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)Author
2014-07-11fdo#81214 - tolerate exceptions thrown inside XFastParser callbacks.Michael Meeks
2014-07-03FastSaxSerializer: update documentationMiklos Vajna
2014-07-03fdo#80748: Fix for file corruption due to framePrRohit Deshmukh
2014-06-30Use a new fast parser instance for each XML fragment.Kohei Yoshida
2014-06-30Check for empty() before calling top().Kohei Yoshida
2014-06-30Don't go further and pop the stack if it's empty.Kohei Yoshida
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-06-02fdo#68849: Add header guards to all include filesJens Carl
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-27css already means ::com::sun::starThomas Arnhold
2014-05-26coverity#982640 Missing break in switchCaolán McNamara
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-14various loplugin:passsequencebyrefNoel Grandin
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-10coverity#707979 Uninitialized pointer fieldCaolán McNamara
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-04-14typo: choosen -> chosenThomas Arnhold
2014-04-09Remove unused functionsStephan Bergmann
2014-04-07sax: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-03-05sax: FastAttributeList - add attribute in a specific namespaceTomaž Vajngerl
2014-03-02remove whitespacesMarkus Mohrhard
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from saxAlexander Wilms
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()Noel Grandin
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()Noel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21[API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXExceptionCaolán McNamara
2014-02-12Improve output in case of test failureStephan Bergmann
2014-02-11Related: #i97873# (coverity#705407) Improper use of negative valueCaolán McNamara
2014-02-11sax: my suggestion was not as good as i thought...Michael Stahl
2014-02-11fdo#72468 avoid out of bounds array accessArnaud Versini
2014-02-08coverity#1130446 Uncaught exceptionCaolán McNamara
2014-02-07Use rtl::ReferenceStephan Bergmann
2014-02-07Avoid css::uno using directives (Reference ambiguities)Stephan Bergmann
2014-01-251158273 Uncaught exceptionCaolán McNamara
2014-01-23coverity#1158443 Uninitialized pointer fieldCaolán McNamara
2014-01-23coverity#1158444 Uninitialized scalar fieldCaolán McNamara
2014-01-23coverity#1158445 Uninitialized pointer fieldCaolán McNamara
2014-01-23coverity#1158493 Uninitialized scalar fieldCaolán McNamara
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-18Unify ctor functions for component implementations.Matúš Kukan
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan