Age | Commit message (Expand) | Author |
2017-02-15 | Some simplifications, using UNO_QUERY_THROW | Stephan Bergmann |
2017-02-06 | Add missing #includes | Stephan Bergmann |
2017-02-01 | loplugin:useuniqueptr extend to check local vars | Noel Grandin |
2017-02-01 | improve exception messages in stoc | Noel Grandin |
2017-01-31 | teach lolugin:stringconstant about calling constructors | Noel Grandin |
2017-01-30 | German comments - last bits of stoc/ translated. | Michael Meeks |
2017-01-28 | loplugin:stringconstant check for unnecessary OUString constructor.. | Noel Grandin |
2017-01-27 | stoc: oops, missing closing quote | Michael Stahl |
2017-01-27 | stoc: try to throw more informative exceptions | Michael Stahl |
2017-01-26 | -Werror=int-in-bool-context (GCC 7) | Stephan Bergmann |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-23 | use rtl::Reference in stoc | Noel Grandin |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, stoc | Stephan Bergmann |
2017-01-19 | new loplugin: useuniqueptr: sot..tools | Noel Grandin |
2016-12-15 | no point in having both SAL_WARN and OSL_FAIL for the same thing | Noel Grandin |
2016-12-11 | OSL_TRACE -> SAL in sfx2..svx | Noel Grandin |
2016-12-02 | loplugin:unnecessaryoverride (dtors) in stoc | Stephan Bergmann |
2016-11-18 | includes should be at the top of the file | Noel Grandin |
2016-11-18 | remove some double calls | Noel Grandin |
2016-11-09 | make comphelper::containerToSequence a little smarter | Noel Grandin |
2016-11-02 | coverity#1375798 Uncaught exception | Caolán McNamara |
2016-10-27 | coverity#1374309 Uncaught exception | Caolán McNamara |
2016-10-27 | loplugin:expandablemethods in stoc..svl | Noel Grandin |
2016-10-26 | Java 7 DISPLAY and FORMAT locale and script field | Eike Rathke |
2016-10-25 | Revert "Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr""" | Stephan Bergmann |
2016-10-25 | Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr"" | Eike Rathke |
2016-10-25 | Resolves: #i86470# Wrong Java locale when using "nl" and "fr" | Eike Rathke |
2016-10-14 | loplugin:countusersofdefaultparams in sot..svtools | Noel Grandin |
2016-10-01 | Fix typos | Andrea Gelmini |
2016-09-15 | loplugin:singlevalfields in sc..vcl | Noel Grandin |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-09-12 | loplugin:constantparam in package..stoc | Noel Grandin |
2016-09-09 | loplugin:constantparam in sot..svl | Noel Grandin |
2016-08-25 | tdf#100726 - Improve readability of OUString concatanations | Gökhan Gurbetoğlu |
2016-08-05 | loplugin:countusersofdefaultparams in sfx2..svgio | Noel Grandin |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin |
2016-07-18 | don't write past the end of the array | Markus Mohrhard |
2016-07-11 | loplugin:nullptr: Better heuristic to determine code shared between C and C++ | Stephan Bergmann |
2016-07-07 | loplugin:passstuffbyref also for {css::uno,rtl}::Reference | Stephan Bergmann |
2016-07-04 | remove deprecated Link functions from Registry | Noel Grandin |
2016-06-21 | Clean up uses of Any::getValue() in stoc | Stephan Bergmann |
2016-06-19 | loplugin:salbool: Implicit conversions from non-Boolean fundamental types | Stephan Bergmann |
2016-06-06 | remove some manual ref-counting | Noel Grandin |
2016-05-30 | Some clean up of uses of css::uno::Any::setValue | Stephan Bergmann |
2016-05-30 | Just use Any::operator <<= for sal_Unicode values | Stephan Bergmann |
2016-05-24 | Revert "remove some manual ref-counting" | Noel Grandin |
2016-05-24 | remove some manual ref-counting | Noel Grandin |
2016-05-19 | loplugin:unusedmethods in slideshow to svtools | Noel Grandin |
2016-05-11 | clang-tidy modernize-loop-convert in scripting to svtools | Noel Grandin |
2016-05-10 | Insert explicit "break" when falling through to empty next case | Stephan Bergmann |