summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2016-02-05fix gcc build errorCaolán McNamara1-2/+2
2016-01-21crashtesting: plain-text import allows liberal with the UTF-8 inputCaolán McNamara1-1/+1
2016-01-14Fix FastSaxSerializer::write() for non-BMP unicode characters.Mark Hung1-23/+2
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-3/+2
2015-11-18use unique_ptr for pImpl in sax/Noel Grandin3-6/+5
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-8/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-6/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann10-50/+50
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin3-4/+4
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2-6/+3
2015-10-30cppcheck: noExplicitConstructorCaolán McNamara5-10/+10
2015-10-28com::sun::star->css in sal,saxNoel Grandin10-86/+86
2015-10-20new loplugin: badvectorinitNoel Grandin1-3/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-59/+59
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl1-0/+56
2015-09-29sax: remove obsolete XML_UNICODE codeMichael Stahl1-40/+0
2015-09-17boost->stdCaolán McNamara4-24/+22
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-7/+7
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe9-26/+24
2015-08-27Clean up emptyStringStephan Bergmann1-4/+3
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-1/+2
2015-08-11loplugin: defaultparamsNoel Grandin2-2/+2
2015-08-03new loplugin: refcountingNoel Grandin2-25/+26
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