summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* fdo#81214 - tolerate exceptions thrown inside XFastParser callbacks.Michael Meeks2014-07-131-6/+5
* Use a new fast parser instance for each XML fragment.Kohei Yoshida2014-07-011-0/+3
* Don't go further and pop the stack if it's empty.Kohei Yoshida2014-07-011-0/+6
* Check for empty() before calling top().Kohei Yoshida2014-07-011-0/+3
* 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
* Unify ctor functions for component implementations.Matúš Kukan2014-01-183-15/+11
* Unify ctor functions to have _get_implementation suffix.Matúš Kukan2014-01-154-6/+6
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-153-6/+3
* fastparser: avoid boost::optional where it is un-necessary.Michael Meeks2014-01-141-5/+5
* Use boolStephan Bergmann2014-01-101-2/+2
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-7/+7
* WaE: C4101: 'e' : unreferenced local variableTor Lillqvist2014-01-031-1/+1
* don't call top on an empty stackCaolán McNamara2013-12-311-1/+1
* fastparser: avoid std::stack::top() - cache it's results.Michael Meeks2013-12-311-13/+9
* fastparser: move lclGetErrorMessage into the anonymous namespace.Michael Meeks2013-12-201-41/+41
* fastparser:: move Entity:: code into the anonymous namespace.Michael Meeks2013-12-201-46/+46