Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-06-15 | cppcheck:unreadVariable | Noel Grandin | 1 | -1/+0 |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin | 1 | -2/+2 |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann | 13 | -49/+49 |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann | 2 | -2/+2 |
2015-05-08 | jboolean-related clean-up | Stephan Bergmann | 1 | -4/+4 |
2015-04-29 | redundant cast | Caolán McNamara | 3 | -14/+11 |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann | 4 | -0/+6 |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin | 7 | -55/+55 |
2015-04-09 | convert RegError to scoped enum | Noel Grandin | 1 | -88/+88 |
2015-04-09 | convert RegValueType to scoped enum | Noel Grandin | 1 | -19/+19 |
2015-04-09 | remove reg keytype constants and related code | Noel Grandin | 1 | -20/+2 |
2015-04-09 | convert REG_ constants to scoped enum | Noel Grandin | 3 | -4/+4 |
2015-04-04 | Typo: creat->create | Julien Nabet | 1 | -1/+1 |
2015-04-02 | loplugin:staticmethods | Noel Grandin | 4 | -13/+13 |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann | 2 | -2/+2 |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann | 9 | -47/+47 |
2015-03-31 | Use OUString::unacquired | Stephan Bergmann | 2 | -2/+2 |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann | 7 | -22/+22 |
2015-03-29 | Clean up remaining C-style casts among void pointers | Stephan Bergmann | 2 | -5/+5 |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann | 10 | -89/+89 |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann | 2 | -3/+3 |
2015-03-14 | stoc: must check *both* bDisposed and bInDispose | Michael Stahl | 1 | -1/+1 |
2015-03-13 | Remove unused debug code | Stephan Bergmann | 1 | -24/+0 |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin | 2 | -2/+2 |
2015-02-20 | stocservices.component: The rest of the services + cleanup. | Jan Holesovsky | 11 | -325/+44 |
2015-02-20 | stocservices.component partly refactored to use the "constructor" feature. | Ursache Vladimir | 5 | -22/+27 |
2015-02-18 | Typos | Julien Nabet | 1 | -1/+1 |
2015-02-16 | we shouldn't need a static ref in these createOneInstance factory helpers | Caolán McNamara | 1 | -2/+1 |
2015-02-08 | Typos + simple german translations | Julien Nabet | 1 | -6/+6 |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann | 3 | -6/+6 |
2015-02-05 | convert all remaining BOOST_STATIC_ASSERT to static_assert | Caolán McNamara | 1 | -4/+2 |
2015-01-28 | Use vector::data | Stephan Bergmann | 3 | -10/+5 |
2015-01-28 | Some more loplugin:cstylecast clean-up | Stephan Bergmann | 2 | -5/+5 |
2015-01-20 | Some more loplugin:cstylecast: stoc | Stephan Bergmann | 8 | -60/+57 |
2015-01-12 | fdo#39440 reduce scope of local variables | Michael Weghorn | 2 | -6/+3 |
2015-01-07 | Just use WeakImplHelper1 instead of ImplHelper1 | Stephan Bergmann | 1 | -31/+2 |