summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin2015-07-061-4/+0
* WaE do not us #if for DB_UTIL but #ifdefNorbert Thiebaud2015-07-041-3/+3
* sax: FastSaxSerializer well-formed element test in presence of ...Michael Stahl2015-07-042-4/+160
* tdf#91378: sax, oox: avoid sending empty strings to character callbacksMichael Stahl2015-07-041-2/+4
* Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl2015-07-031-0/+4
* loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin2015-07-031-4/+0
* tdf#91378-Empty Custom Properties are lost while saving in .pptx formatHeena Gupta2015-06-251-4/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-172-5/+5
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-4/+2
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-2/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-102-9/+9
* cppcheck: throwInNoexceptFunctionCaolán McNamara2015-04-291-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-224-0/+4
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-158-65/+65
* Show duplicate attributeJulien Nabet2015-04-111-0/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-4/+4
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-3/+3
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-13/+13
* loplugin:staticfunctionNoel Grandin2015-03-271-2/+2
* V813: Decreased performanceCaolán McNamara2015-03-041-1/+1
* make parsing more cautious with exceptionsLionel Elie Mamane2015-03-021-0/+5
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-062-8/+8
* destructors are not allowed to throwLionel Elie Mamane2015-02-051-0/+1
* add assert that first element is 0Caolán McNamara2015-01-271-1/+2
* sax: minor optimizationMichael Meeks2015-01-271-3/+3
* WaE: warning C4101: ´e´ : unreferenced local variableCaolán McNamara2015-01-221-3/+3
* sax: fastparser: use cppu::getCaughtException() to avoid sliced exceptionsMichael Stahl2015-01-221-9/+11
* sax: there is no OUStringBuffer(char) ctorMichael Stahl2015-01-221-1/+1
* Some more loplugin:cstylecast: saxStephan Bergmann2015-01-206-28/+28
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-041-2/+2
* fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn2014-12-201-1/+1
* sax: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-2/+2
* sax: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-1/+1
* fastparser: Redundant check after assertMatúš Kukan2014-12-081-7/+4
* Prevent hang during loading of xlsm doc.Kohei Yoshida2014-12-031-10/+12
* fix crash-190212-093017-986Caolán McNamara2014-12-021-2/+8
* We need to tell libxml2 parser to decode entities.Kohei Yoshida2014-12-011-0/+3
* Add message to exceptionMatúš Kukan2014-12-011-2/+4
* proper error reporting from libxml2Luboš Luňák2014-11-201-33/+7
* make FastSaxParser provide the whole content in one characters() callLuboš Luňák2014-11-201-1/+18
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* windows blind fixMarkus Mohrhard2014-11-151-1/+1
* switch saxparser from expat to libxml2Luboš Luňák2014-11-142-179/+137
* make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák2014-11-121-8/+8
* allow inserting attributes that have zero lengthLuboš Luňák2014-11-121-2/+5
* remove pointless const_castLuboš Luňák2014-11-101-2/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-2/+2
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-2/+2
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-6/+4