Age | Commit message (Expand) | Author | Files | Lines |
2015-11-18 | remove unused typedefs and inline use-once typedefs | Noel Grandin | 1 | -3/+2 |
2015-11-18 | use unique_ptr for pImpl in sax/ | Noel Grandin | 3 | -6/+5 |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin | 2 | -8/+2 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 3 | -6/+3 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 10 | -50/+50 |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann | 1 | -1/+1 |
2015-11-04 | use uno::Reference::set method instead of assignment | Noel Grandin | 3 | -4/+4 |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin | 2 | -6/+3 |
2015-10-30 | cppcheck: noExplicitConstructor | Caolán McNamara | 5 | -10/+10 |
2015-10-28 | com::sun::star->css in sal,sax | Noel Grandin | 10 | -86/+86 |
2015-10-20 | new loplugin: badvectorinit | Noel Grandin | 1 | -3/+1 |
2015-10-20 | loplugin:defaultparams | Stephan Bergmann | 1 | -2/+2 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 7 | -59/+59 |
2015-10-09 | xmloff: fix ODF import of gradient draw:angle attribute a bit | Michael Stahl | 1 | -0/+56 |
2015-09-29 | sax: remove obsolete XML_UNICODE code | Michael Stahl | 1 | -40/+0 |
2015-09-17 | boost->std | Caolán McNamara | 4 | -24/+22 |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann | 1 | -7/+7 |
2015-08-27 | sax: tdf#88206 replace cppu::WeakImplHelper* | Takeshi Abe | 9 | -26/+24 |
2015-08-27 | Clean up emptyString | Stephan Bergmann | 1 | -4/+3 |
2015-08-22 | tdf#39440 reduce scope of local variables | Michael Weghorn | 1 | -1/+2 |
2015-08-11 | loplugin: defaultparams | Noel Grandin | 2 | -2/+2 |
2015-08-03 | new loplugin: refcounting | Noel Grandin | 2 | -25/+26 |
2015-07-27 | inline a bunch of use-once macros | Noel Grandin | 1 | -8/+0 |
2015-07-18 | sax: convert MergeMarksEnum to enum class | Michael Stahl | 3 | -14/+14 |
2015-07-18 | sax, sw: try to make that maMarkStack easier to understand | Michael Stahl | 3 | -17/+29 |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann | 1 | -4/+1 |
2015-07-06 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin | 1 | -4/+0 |
2015-07-04 | WaE do not us #if for DB_UTIL but #ifdef | Norbert Thiebaud | 1 | -3/+3 |
2015-07-04 | sax: FastSaxSerializer well-formed element test in presence of ... | Michael Stahl | 2 | -4/+160 |
2015-07-04 | tdf#91378: sax, oox: avoid sending empty strings to character callbacks | Michael Stahl | 1 | -2/+4 |
2015-07-03 | Revert "loplugin:unusedmethods sax,shell,stoc,basegfx" | Michael Stahl | 1 | -0/+4 |
2015-07-03 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin | 1 | -4/+0 |
2015-06-25 | tdf#91378-Empty Custom Properties are lost while saving in .pptx format | Heena Gupta | 1 | -4/+2 |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe | 2 | -5/+5 |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin | 1 | -4/+2 |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin | 1 | -2/+1 |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann | 1 | -1/+1 |
2015-05-10 | cppcheck: noExplicitConstructor | Caolán McNamara | 2 | -9/+9 |
2015-04-29 | cppcheck: throwInNoexceptFunction | Caolán McNamara | 1 | -1/+1 |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann | 4 | -0/+4 |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin | 8 | -65/+65 |
2015-04-11 | Show duplicate attribute | Julien Nabet | 1 | -0/+1 |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann | 3 | -4/+4 |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann | 1 | -3/+3 |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann | 2 | -13/+13 |
2015-03-27 | loplugin:staticfunction | Noel Grandin | 1 | -2/+2 |
2015-03-04 | V813: Decreased performance | Caolán McNamara | 1 | -1/+1 |
2015-03-02 | make parsing more cautious with exceptions | Lionel Elie Mamane | 1 | -0/+5 |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage | 2 | -8/+8 |
2015-02-05 | destructors are not allowed to throw | Lionel Elie Mamane | 1 | -0/+1 |