Age | Commit message (Expand) | Author |
2015-07-16 | Translate German comments | Matthew J. Francis |
2015-07-15 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-07-15 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-07-10 | cleanup some unnecessary direct usage of the OString/OUString C API. | Noel Grandin |
2015-07-09 | Eliminate pointless string copies | Matthew J. Francis |
2015-07-08 | Reduce the amount of up front work in performing introspection | Matthew J. Francis |
2015-07-08 | Use OUString::starts/endsWith | Stephan Bergmann |
2015-07-08 | Whatever that "SDL-Bug" was supposed to be, it is clearly irrelevant by now | Stephan Bergmann |
2015-07-08 | Reduce variable scope | Stephan Bergmann |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-07-06 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin |
2015-07-04 | Fix typos | Andrea Gelmini |
2015-07-03 | Revert "loplugin:unusedmethods sax,shell,stoc,basegfx" | Michael Stahl |
2015-07-03 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin |
2015-06-30 | tdf#92440: Reduce code areas covered by mutex | Stephan Bergmann |
2015-06-23 | Revert "Typo: iff->if" | Julien Nabet |
2015-06-23 | Typo: iff->if | Julien Nabet |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-15 | cppcheck:unreadVariable | Noel Grandin |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-05-08 | jboolean-related clean-up | Stephan Bergmann |
2015-04-29 | redundant cast | Caolán McNamara |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-09 | convert RegError to scoped enum | Noel Grandin |
2015-04-09 | convert RegValueType to scoped enum | Noel Grandin |
2015-04-09 | remove reg keytype constants and related code | Noel Grandin |
2015-04-09 | convert REG_ constants to scoped enum | Noel Grandin |
2015-04-04 | Typo: creat->create | Julien Nabet |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Use OUString::unacquired | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-29 | Clean up remaining C-style casts among void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-14 | stoc: must check *both* bDisposed and bInDispose | Michael Stahl |
2015-03-13 | Remove unused debug code | Stephan Bergmann |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-20 | stocservices.component: The rest of the services + cleanup. | Jan Holesovsky |
2015-02-20 | stocservices.component partly refactored to use the "constructor" feature. | Ursache Vladimir |
2015-02-18 | Typos | Julien Nabet |
2015-02-16 | we shouldn't need a static ref in these createOneInstance factory helpers | Caolán McNamara |
2015-02-08 | Typos + simple german translations | Julien Nabet |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-05 | convert all remaining BOOST_STATIC_ASSERT to static_assert | Caolán McNamara |
2015-01-28 | Use vector::data | Stephan Bergmann |