Age | Commit message (Expand) | Author |
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 |
2016-05-04 | While at it, delete Any functions on sal_Bool* | Stephan Bergmann |
2016-05-01 | tdf#97499 Fixed containers parameters clearing #9 | tymyjan |
2016-04-26 | update loplugin stylepolice to check local pointers vars | Noel Grandin |
2016-04-21 | loplugin:salbool: sal_Bool[] -> bool[] | Stephan Bergmann |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-18 | clang-tidy performance-unnecessary-copy-initialization | Noel Grandin |
2016-04-14 | clang-tidy performance-unnecessary-value-param in various | Noel Grandin |
2016-04-14 | loplugin:passstuffbyref in various | Noel Grandin |
2016-04-13 | tdf#94306 replace boost::noncopyable in stoc to xmlsec.. | Jochen Nitschke |
2016-04-12 | Remove stray spaces from start of log messages, redux | Stephan Bergmann |
2016-04-12 | Remove stray spaces from start of log messages | Stephan Bergmann |
2016-04-12 | tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-04-01 | tdf#97966 Drop 'static' keywords | Wastack |
2016-03-30 | loplugin:nullptr: Find some more cases in templates | Stephan Bergmann |
2016-03-17 | loplugin:constantparam in registry | Noel Grandin |
2016-03-10 | Fix memory leaks | Stephan Bergmann |
2016-03-10 | No more need for jfw_freeJavaInfo | Stephan Bergmann |
2016-03-10 | Avoid reserved identifier | Stephan Bergmann |
2016-03-09 | include/jvmfwk/*.h -> .hxx (only ever included from C++ code) | Stephan Bergmann |
2016-03-07 | coverity#1353440 try and refactor to avoid Argument cannot be negative | Caolán McNamara |
2016-03-07 | return early and drop else | Caolán McNamara |
2016-03-07 | !(==) -> != | Caolán McNamara |
2016-02-20 | coverity#1353440 Argument cannot be negative | Caolán McNamara |
2016-02-18 | WaE: replace OUString constructed from a string literal directly ... | Tor Lillqvist |
2016-02-18 | Resolves: rhbz#1285356 force swing not to use gtk2 if gtk3 is loaded | Caolán McNamara |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-16 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-15 | Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePoint | Stephan Bergmann |
2016-02-15 | uno::Sequence->std::vector in stoc/introspection | Noel Grandin |
2016-02-12 | tdf#95857 Sort out German plurals ... | danielt998 |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-12-21 | loplugin:unusedfields in sfx2,slideshow,starmath,stoc | Noel Grandin |
2015-12-21 | tdf#96223: introspection queries for XPropertySet again | Oliver Specht |
2015-12-10 | More loplugin:nullptr automatic rewrite (within templates) | Stephan Bergmann |
2015-11-19 | use comphelper::containerToSequence | Noel Grandin |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-11-04 | yyyyy | Noel Grandin |
2015-11-01 | no need to use OUString constructor in call to createInstance | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |