summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* sax: remove obsolete XML_UNICODE codeMichael Stahl2015-09-291-40/+0
* boost->stdCaolán McNamara2015-09-174-24/+22
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-7/+7
* sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-08-279-26/+24
* Clean up emptyStringStephan Bergmann2015-08-271-4/+3
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-221-1/+2
* loplugin: defaultparamsNoel Grandin2015-08-112-2/+2
* new loplugin: refcountingNoel Grandin2015-08-032-25/+26
* inline a bunch of use-once macrosNoel Grandin2015-07-271-8/+0
* sax: convert MergeMarksEnum to enum classMichael Stahl2015-07-183-14/+14
* sax, sw: try to make that maMarkStack easier to understandMichael Stahl2015-07-183-17/+29
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-4/+1
* 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