summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-3/+2
* use unique_ptr for pImpl in sax/Noel Grandin2015-11-183-6/+5
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-8/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-6/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1010-50/+50
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-043-4/+4
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-302-6/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-10-305-10/+10
* com::sun::star->css in sal,saxNoel Grandin2015-10-2810-86/+86
* new loplugin: badvectorinitNoel Grandin2015-10-201-3/+1
* loplugin:defaultparamsStephan Bergmann2015-10-201-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-127-59/+59
* xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl2015-10-091-0/+56
* 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