summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap
AgeCommit message (Expand)Author
2017-09-18sax: Check if it starts with 5 bytes of "<?xml"Takeshi Abe
2017-09-08tdf#112164 sax: handle errors on last call to XML_Parse()Michael Stahl
2016-09-15loplugin:singlevalfields in l10ntools..saxNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-17GSoC: Mapping legacy sax parser and XFastParserMohammed Abdul Azeem
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-02-06sax: Use comphelper's AttributeListMatúš Kukan
2016-01-10Fix typosAndrea Gelmini
2015-11-18use unique_ptr for pImpl in sax/Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-28com::sun::star->css in sal,saxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29sax: remove obsolete XML_UNICODE codeMichael Stahl
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-10cppcheck: noExplicitConstructorCaolán McNamara
2015-04-29cppcheck: throwInNoexceptFunctionCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-02make parsing more cautious with exceptionsLionel Elie Mamane
2015-02-05destructors are not allowed to throwLionel Elie Mamane
2015-01-20Some more loplugin:cstylecast: saxStephan Bergmann
2014-12-12sax: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-02coverity#1158274 Uncaught exceptionCaolán McNamara
2014-10-02fix indentCaolán McNamara
2014-10-02consistent capitalization in both exceptionsCaolán McNamara
2014-10-02coverity#1242946 Unused valueCaolán McNamara
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-10coverity#707979 Uninitialized pointer fieldCaolán McNamara
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-14typo: choosen -> chosenThomas Arnhold
2014-04-09Remove unused functionsStephan Bergmann
2014-04-07sax: sal_Bool->boolNoel Grandin