Age | Commit message (Expand) | Author | Files | Lines |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin | 1 | -3/+1 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 2 | -4/+2 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 1 | -2/+1 |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin | 14 | -28/+14 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 20 | -257/+257 |
2015-11-09 | new loplugin: oncevar | Noel Grandin | 1 | -2/+1 |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann | 1 | -1/+1 |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin | 11 | -130/+104 |
2015-11-04 | yyyyy | Noel Grandin | 5 | -20/+14 |
2015-11-01 | no need to use OUString constructor in call to createInstance | Noel Grandin | 1 | -3/+1 |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin | 10 | -23/+15 |
2015-10-29 | com::sun::star->css in starmath,stoc,svgio,svl | Noel Grandin | 7 | -21/+21 |
2015-10-27 | don't allocate uno::Reference on the heap | Noel Grandin | 1 | -4/+4 |
2015-10-19 | loplugin:defaultparams | Stephan Bergmann | 1 | -1/+1 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 29 | -513/+513 |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 4 | -8/+8 |
2015-10-02 | loplugin:unusedmethods | Noel Grandin | 2 | -27/+0 |
2015-09-30 | Fix typos | Andrea Gelmini | 2 | -4/+3 |
2015-09-29 | loplugin:removeunusedmethods, remove unused stuff | Noel Grandin | 3 | -31/+0 |
2015-09-18 | boost->std | Caolán McNamara | 1 | -2/+2 |
2015-09-07 | stoc: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe | 33 | -96/+89 |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann | 1 | -2/+2 |
2015-08-20 | loplugin: defaultparams | Noel Grandin | 3 | -3/+3 |
2015-08-12 | cppcheck: noCopyConstructor | Caolán McNamara | 1 | -0/+4 |
2015-08-07 | cppcheck:noExplicitConstructor | Noel Grandin | 2 | -2/+2 |
2015-08-04 | svx,starmath: inline some use-once typedefs | Noel Grandin | 1 | -6/+2 |
2015-07-30 | loplugin:unusedmethods | Noel Grandin | 1 | -5/+1 |
2015-07-28 | stoc: tzname is _tzname on MSVC 14.0 | David Ostrovsky | 1 | -0/+3 |
2015-07-27 | Tweak introspection/invocation to be more useful to PyUNO | Matthew J. Francis | 2 | -37/+206 |
2015-07-23 | Merge ImplIntrospectionAccess and ImplIntrospectionAdapter | Matthew J. Francis | 2 | -160/+128 |
2015-07-22 | Fix logic in the fast path of Implementation::inspect() | Matthew J. Francis | 1 | -91/+22 |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann | 2 | -3/+3 |
2015-07-16 | Translate German comments | Matthew J. Francis | 2 | -248/+247 |
2015-07-15 | cppcheck: noExplicitConstructor | Caolán McNamara | 8 | -18/+14 |
2015-07-15 | cppcheck: noExplicitConstructor | Caolán McNamara | 4 | -12/+12 |
2015-07-10 | cleanup some unnecessary direct usage of the OString/OUString C API. | Noel Grandin | 1 | -4/+2 |
2015-07-09 | Eliminate pointless string copies | Matthew J. Francis | 1 | -17/+7 |
2015-07-08 | Reduce the amount of up front work in performing introspection | Matthew J. Francis | 1 | -46/+199 |
2015-07-08 | Use OUString::starts/endsWith | Stephan Bergmann | 1 | -42/+16 |
2015-07-08 | Whatever that "SDL-Bug" was supposed to be, it is clearly irrelevant by now | Stephan Bergmann | 1 | -10/+5 |
2015-07-08 | Reduce variable scope | Stephan Bergmann | 1 | -9/+6 |
2015-07-08 | Fix typos | Andrea Gelmini | 1 | -2/+2 |
2015-07-06 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin | 2 | -9/+0 |
2015-07-04 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-07-03 | Revert "loplugin:unusedmethods sax,shell,stoc,basegfx" | Michael Stahl | 2 | -0/+9 |
2015-07-03 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin | 2 | -9/+0 |
2015-06-30 | tdf#92440: Reduce code areas covered by mutex | Stephan Bergmann | 1 | -14/+31 |
2015-06-23 | Revert "Typo: iff->if" | Julien Nabet | 1 | -1/+1 |
2015-06-23 | Typo: iff->if | Julien Nabet | 1 | -1/+1 |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe | 2 | -5/+4 |