summaryrefslogtreecommitdiff
path: root/sax/source/fastparser
AgeCommit message (Expand)Author
2017-03-25Fix typosAndrea Gelmini
2017-02-23Better make the zero-initialization more explicitStephan Bergmann
2017-02-22Revert "Fix typos"jan iversen
2017-02-22Fix typosAndrea Gelmini
2017-02-20MSVC 14.0: Fix warning C4702: unreachable codeDavid Ostrovsky
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, saxStephan Bergmann
2017-01-19Also consider saved exceptions when mbEnableThreads is trueMike Kaganski
2016-08-25cid#1371329 Misused comma operatorNoel Grandin
2016-08-25cid#1371333 Misused comma operatorNoel Grandin
2016-08-10GSoC - Making legacyfastparser to use tokens:Mohammed Abdul Azeem
2016-07-29GSoC - moving FastAttributeList::clear to consumer thread:Mohammed Abdul Azeem
2016-07-27GSOC - Avoid tokenizing strings for Unknown elements:Mohammed Abdul Azeem
2016-07-19GSOC - Handling namespace declaration missing case:Mohammed Abdul Azeem
2016-07-16GSoC - Sync namespace handler calls with elements:Mohammed Abdul Azeem
2016-07-09GSOC: Adapt XLegacyFastParser to function like XParser.Mohammed Abdul Azeem
2016-07-08loplugin:redundantcast: redundant static_casts in saxStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin
2016-06-17GSoC: Mapping legacy sax parser and XFastParserMohammed Abdul Azeem
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-01-20loplugin:unusedmethodsNoel Grandin
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
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-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-30cppcheck: noExplicitConstructorCaolán McNamara
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-17boost->stdCaolán McNamara
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-07-04tdf#91378: sax, oox: avoid sending empty strings to character callbacksMichael Stahl
2015-06-25tdf#91378-Empty Custom Properties are lost while saving in .pptx formatHeena Gupta
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-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-01-22WaE: warning C4101: ´e´ : unreferenced local variableCaolán McNamara
2015-01-22sax: fastparser: use cppu::getCaughtException() to avoid sliced exceptionsMichael Stahl
2015-01-22sax: there is no OUStringBuffer(char) ctorMichael Stahl
2015-01-20Some more loplugin:cstylecast: saxStephan Bergmann
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18sax: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-08fastparser: Redundant check after assertMatúš Kukan
2014-12-03Prevent hang during loading of xlsm doc.Kohei Yoshida
2014-12-02fix crash-190212-093017-986Caolán McNamara