Age | Commit message (Expand) | Author |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-11 | [API CHANGE] add operator==/!= to UNO structs | Noel Grandin |
2016-02-02 | Attempted fix for "Resolves: #i126762# Ignore dictionary not in specified... | Stephan Bergmann |
2016-02-02 | Resolves: #i126762# Ignore dictionary not in specified location. | Kay Schenk |
2016-01-25 | OSX build fixe | Noel Grandin |
2016-01-25 | InterfaceContainer2 with vector instead of Sequence | Noel Grandin |
2016-01-18 | loplugin: unused return values | Noel Grandin |
2016-01-15 | loplugin:unusedmethods unused return value in l10ntools,linguistic | Noel Grandin |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-12-22 | loplugin:unusedfields in lingu,lotuswordpro,mysqlc | Noel Grandin |
2015-11-24 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann |
2015-11-16 | no need to take a mutex when only dealing with stack-local data | Noel Grandin |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite; Mac-specific code) | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-04 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-23 | com::sun::star->css in lingucomponent | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-08-19 | Clean up remaining utl::LocalFileHelper::Convert... | Stephan Bergmann |
2015-08-19 | lingucomponent: tdf#88206 replace cppu::WeakImplHelper* | Takeshi Abe |
2015-07-30 | loplugin:unusedmethods | Noel Grandin |
2015-07-19 | Fix typos | Andrea Gelmini |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-15 | I guess we can revert this "temporary check" now | David Tardon |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-02 | loplugin:loopvartoosmall | Stephan Bergmann |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-08 | convert CapType to scoped enum | Noel Grandin |
2015-04-02 | loplugin:redundantcast | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from 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-04 | V813: Decreased performance | Caolán McNamara |
2015-03-01 | use initializer list here too | David Tardon |
2015-03-01 | initialize members | David Tardon |
2015-02-07 | loplugin:deletedspecial (Mac OS X) | Stephan Bergmann |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-22 | loplugin:cstylecast (MACOSX) | Stephan Bergmann |
2014-12-18 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2014-12-17 | Introduce rtl::OUStringLiteral1 | Stephan Bergmann |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-16 | MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 now | Tor Lillqvist |
2014-09-15 | sal_Bool -> bool | Stephan Bergmann |
2014-08-07 | Fix *_component_getFactory function type | Stephan Bergmann |
2014-08-01 | typo: more then -> more than | Takeshi Abe |