summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* 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
* typo: choosen -> chosenThomas Arnhold2014-04-141-1/+1
* Remove unused functionsStephan Bergmann2014-04-093-7/+0
* sax: sal_Bool->boolNoel Grandin2014-04-075-113/+113
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-012-2/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-267-56/+56
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-182-3/+3
* sax: FastAttributeList - add attribute in a specific namespaceTomaž Vajngerl2014-03-051-0/+6
* remove whitespacesMarkus Mohrhard2014-03-021-31/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-266-100/+100
* Remove visual noise from saxAlexander Wilms2014-02-266-14/+14
* remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()Noel Grandin2014-02-253-14/+0
* remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()Noel Grandin2014-02-253-12/+0
* Remove unneccessary commentsAlexander Wilms2014-02-235-39/+39
* [API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXExceptionCaolán McNamara2014-02-212-3/+3
* Improve output in case of test failureStephan Bergmann2014-02-121-2/+2
* Related: #i97873# (coverity#705407) Improper use of negative valueCaolán McNamara2014-02-111-1/+1
* sax: my suggestion was not as good as i thought...Michael Stahl2014-02-111-0/+4
* fdo#72468 avoid out of bounds array accessArnaud Versini2014-02-111-2/+2
* coverity#1130446 Uncaught exceptionCaolán McNamara2014-02-081-1/+2
* Use rtl::ReferenceStephan Bergmann2014-02-071-10/+7
* Avoid css::uno using directives (Reference ambiguities)Stephan Bergmann2014-02-071-50/+49
* 1158273 Uncaught exceptionCaolán McNamara2014-01-251-2/+3
* coverity#1158443 Uninitialized pointer fieldCaolán McNamara2014-01-231-3/+6
* coverity#1158444 Uninitialized scalar fieldCaolán McNamara2014-01-231-12/+13
* coverity#1158445 Uninitialized pointer fieldCaolán McNamara2014-01-231-0/+3
* coverity#1158493 Uninitialized scalar fieldCaolán McNamara2014-01-231-39/+43
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-223-6/+6
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-213-3/+3
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-203-9/+3