Age | Commit message (Expand) | Author | Files | Lines |
2016-03-04 | -Werror,-Wnon-virtual-dtor | Stephan Bergmann | 3 | -11/+7 |
2016-03-04 | Silence -Werror,-Wnon-virtual-dtor | Stephan Bergmann | 2 | -0/+6 |
2016-03-04 | -Werror,-Wunused-macros | Stephan Bergmann | 1 | -6/+0 |
2016-02-17 | Typo: namesapce(s)->namespace(s) | Julien Nabet | 2 | -2/+2 |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin | 1 | -1/+1 |
2016-02-13 | vcl: include vcl headers via triangular brackets instead of quotes | Chris Sherlock | 1 | -1/+1 |
2016-02-09 | Remove excess newlines | Chris Sherlock | 52 | -1187/+0 |
2016-02-09 | Fix tdf#97500 Reinstate missing file error dialog on WebDAV | Giuseppe Castagno | 1 | -3/+23 |
2016-02-05 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2016-02-04 | tdf#43157 Cleanup DBG_ASSERT for fpicker and framework | Berk Gureken | 6 | -22/+22 |
2016-01-31 | unnecessary use of OUString constructor | Noel Grandin | 2 | -6/+4 |
2016-01-26 | -Werror,-Wsign-compare (clang-cl) | Stephan Bergmann | 1 | -1/+1 |
2016-01-25 | more Windows build fixes | Noel Grandin | 3 | -3/+3 |
2016-01-25 | InterfaceContainer2 with vector instead of Sequence | Noel Grandin | 3 | -3/+3 |
2016-01-21 | loplugin: unused return values | Noel Grandin | 1 | -5/+2 |
2016-01-10 | Fix typos | Andrea Gelmini | 6 | -7/+7 |
2016-01-08 | Related tdf#96833: display WebDAV path in remote files dialog | Giuseppe Castagno | 1 | -3/+8 |
2016-01-07 | cppcheck: noExplicitConstructor | Caolán McNamara | 23 | -34/+33 |
2015-12-23 | loplugin:unusedfields in fpicker | Noel Grandin | 7 | -26/+15 |
2015-12-07 | Undef RGB where it was defined, not where it gets used | Stephan Bergmann | 2 | -3/+1 |
2015-12-02 | -Werror,-Wunused-private-field | Stephan Bergmann | 2 | -13/+0 |
2015-11-28 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -3/+0 |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann | 1 | -1/+1 |
2015-11-28 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -4/+0 |
2015-11-28 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -1/+0 |
2015-11-28 | Avoid ambiguity which OUStringBuffer ctor to select | Stephan Bergmann | 1 | -3/+3 |
2015-11-28 | -Werror,-Wunused-function | Stephan Bergmann | 1 | -2/+2 |
2015-11-20 | loplugin:unusedfields forms,formula,fpicker,framework | Noel Grandin | 2 | -4/+1 |
2015-11-18 | remove unused typedefs and inline use-once typedefs | Noel Grandin | 1 | -3/+1 |
2015-11-17 | loplugin:unnecessaryvirtual | Noel Grandin | 1 | -2/+2 |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann | 2 | -4/+4 |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin | 1 | -3/+1 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 1 | -6/+2 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 3 | -12/+6 |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin | 2 | -4/+2 |
2015-11-10 | loplugin:nullptr (automatic rewrite; Mac-specific code) | Stephan Bergmann | 8 | -42/+42 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 11 | -103/+103 |
2015-11-09 | Prevent += called on temporary O[U]String instances | Stephan Bergmann | 1 | -9/+7 |
2015-11-09 | Replace a few for_each and one-liner locals by range-based loops in fpicker. | Mario J. Rugiero | 1 | -67/+6 |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann | 4 | -10/+10 |
2015-11-02 | use uno::Reference::set method instead of assignment | Noel Grandin | 3 | -11/+8 |
2015-11-01 | no need to be so verbose in constructing uno::Reference | Noel Grandin | 1 | -2/+2 |
2015-11-01 | no need to use OUString constructor in call to createInstance | Noel Grandin | 2 | -2/+2 |
2015-10-21 | more removal of com::sun::star typedefs | Noel Grandin | 5 | -9/+5 |
2015-10-21 | remove untyped Link<> | Noel Grandin | 1 | -3/+1 |
2015-10-19 | loplugin:defaultparams | Stephan Bergmann | 2 | -9/+9 |
2015-10-19 | convert remaing DBG_WARNING to SAL_INFO | Noel Grandin | 1 | -1/+1 |
2015-10-16 | convert Link<> to typed | Noel Grandin | 5 | -11/+6 |
2015-10-15 | convert Link<> to typed | Noel Grandin | 2 | -4/+2 |
2015-10-14 | convert Link<> to typed | Noel Grandin | 6 | -11/+9 |