Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-10-14 | com::sun::star->css in fpicker/ | Noel Grandin | 54 | -508/+498 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 13 | -198/+198 |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 4 | -8/+8 |
2015-10-12 | convert Link<> to typed | Noel Grandin | 5 | -16/+10 |
2015-10-06 | tdf#94811: Crash in Open Remote File dialog fixed | Oliver Specht | 1 | -1/+1 |
2015-10-05 | Remember password after setting new service | Szymon Kłos | 1 | -2/+4 |
2015-10-05 | Focus for file list after opening folder | Szymon Kłos | 1 | -0/+2 |
2015-10-05 | Focus for file name field after using it to open folder | Szymon Kłos | 1 | -0/+3 |
2015-10-02 | tdf#57370 : Open place after pressing 'Enter' | Szymon Kłos | 2 | -0/+19 |
2015-10-01 | Fix typos | Andrea Gelmini | 5 | -9/+9 |
2015-10-01 | remove old standalone Sun bug numbers | Noel Grandin | 3 | -11/+0 |
2015-09-29 | Renamed wrongly prefixed boolean variables | Stefan Heinemann | 1 | -5/+5 |
2015-09-25 | don't over-expand built-in file dialog on very long paths/names | Caolán McNamara | 1 | -0/+2 |
2015-09-24 | convert Link<> to typed | Noel Grandin | 4 | -7/+5 |
2015-09-18 | boost->std | Caolán McNamara | 3 | -10/+9 |
2015-09-16 | remove unused Link<> fields | Noel Grandin | 2 | -27/+2 |
2015-09-15 | convert Link<> to typed | Noel Grandin | 2 | -4/+2 |
2015-09-15 | convert Link<> to typed | Noel Grandin | 4 | -10/+6 |