summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2015-07-27inline a bunch of use-once macrosNoel Grandin1-8/+0
2015-07-18sax: convert MergeMarksEnum to enum classMichael Stahl3-14/+14
2015-07-18sax, sw: try to make that maMarkStack easier to understandMichael Stahl3-17/+29
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+1
2015-07-06loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin1-4/+0
2015-07-04WaE do not us #if for DB_UTIL but #ifdefNorbert Thiebaud1-3/+3
2015-07-04sax: FastSaxSerializer well-formed element test in presence of ...Michael Stahl2-4/+160
2015-07-04tdf#91378: sax, oox: avoid sending empty strings to character callbacksMichael Stahl1-2/+4
2015-07-03Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl1-0/+4
2015-07-03loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin1-4/+0
2015-06-25tdf#91378-Empty Custom Properties are lost while saving in .pptx formatHeena Gupta1-4/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-5/+5
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-4/+2
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-10cppcheck: noExplicitConstructorCaolán McNamara2-9/+9
2015-04-29cppcheck: throwInNoexceptFunctionCaolán McNamara1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann4-0/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin8-65/+65
2015-04-11Show duplicate attributeJulien Nabet1-0/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-4/+4
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-13/+13
2015-03-27loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-04V813: Decreased performanceCaolán McNamara1-1/+1
2015-03-02make parsing more cautious with exceptionsLionel Elie Mamane1-0/+5
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage2-8/+8
2015-02-05destructors are not allowed to throwLionel Elie Mamane1-0/+1
2015-01-27add assert that first element is 0Caolán McNamara1-1/+2
2015-01-27sax: minor optimizationMichael Meeks1-3/+3
2015-01-22WaE: warning C4101: ´e´ : unreferenced local variableCaolán McNamara1-3/+3
2015-01-22sax: fastparser: use cppu::getCaughtException() to avoid sliced exceptionsMichael Stahl1-9/+11
2015-01-22sax: there is no OUStringBuffer(char) ctorMichael Stahl1-1/+1
2015-01-20Some more loplugin:cstylecast: saxStephan Bergmann6-28/+28
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-20fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-18sax: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-12sax: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-08fastparser: Redundant check after assertMatúš Kukan1-7/+4
2014-12-03Prevent hang during loading of xlsm doc.Kohei Yoshida1-10/+12
2014-12-02fix crash-190212-093017-986Caolán McNamara1-2/+8
2014-12-01We need to tell libxml2 parser to decode entities.Kohei Yoshida1-0/+3
2014-12-01Add message to exceptionMatúš Kukan1-2/+4
2014-11-20proper error reporting from libxml2Luboš Luňák1-33/+7
2014-11-20make FastSaxParser provide the whole content in one characters() callLuboš Luňák1-1/+18
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-15windows blind fixMarkus Mohrhard1-1/+1
2014-11-14switch saxparser from expat to libxml2Luboš Luňák2-179/+137
2014-11-12make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák1-8/+8
2014-11-12allow inserting attributes that have zero lengthLuboš Luňák1-2/+5