Age | Commit message (Expand) | Author |
2016-02-11 | OTempFileService: avoid manually deleting mpTempFile | Miklos Vajna |
2016-02-05 | nitpick, mention function name in assert | Eike Rathke |
2016-02-05 | interface to new XTextSearch2 with SearchOptions2, tdf#72196 | Eike Rathke |
2016-01-31 | OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that | Caolán McNamara |
2016-01-31 | unnecessary use of OUString constructor | Noel Grandin |
2016-01-18 | loplugin: unused return values | Noel Grandin |
2016-01-15 | loplugin:unusedmethods unused return value in include/unotools | Noel Grandin |
2016-01-14 | unotools: This list is constant | Takeshi Abe |
2016-01-13 | loplugin:unusedmethods unused return value unotools/ | Noel Grandin |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-05 | new loplugin rangedforcopy - use reference in range based for | Andrzej Hunt |
2016-01-05 | let us try to use the pid as well on windows | Markus Mohrhard |
2016-01-04 | remove unnecessary ; | Markus Mohrhard |
2015-12-24 | OModule::onFirstClient is unused | Noel Grandin |
2015-12-21 | loplugin:unusedfields unotools,unoxml | Noel Grandin |
2015-12-21 | loplugin:unusedmethods | Noel Grandin |
2015-12-14 | Silence warning C4334 under --enble-64-bit MSVC | Stephan Bergmann |
2015-11-26 | loplugin:unusedfields various | Noel Grandin |
2015-11-25 | add const in ranged for | Andrzej Hunt |
2015-11-20 | Seems more natural to pass a homogenous list by initializer_list | Stephan Bergmann |
2015-11-20 | attempt to fix tdf#95935 - CRASH on startup in o3tl vcl code | Noel Grandin |
2015-11-20 | loplugin:sallogareas | Stephan Bergmann |
2015-11-19 | use comphelper::containerToSequence | Noel Grandin |
2015-11-18 | remove unused typedefs and inline use-once typedefs | Noel Grandin |
2015-11-18 | com::sun::star->css in unotools/ | Noel Grandin |
2015-11-17 | use unique_ptr for pImpl in unotools/ | Noel Grandin |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin |
2015-11-15 | Fast PCH generator and optimized PCH files | Ashod Nakashian |
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-12 | Namespace cleanup and disambiguation | Ashod Nakashian |
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 (manually due to macros) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-05 | java: combine nested if statements | Noel Grandin |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-11-05 | complete initial compiler plugin for the ServiceDocumenter | Bjoern Michaelsen |
2015-11-04 | yyyyy | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-23 | tdf#48456 : when searching for a number, consider formatting | Dennis Francis |
2015-10-19 | convert remaing DBG_WARNING to SAL_INFO | Noel Grandin |
2015-10-15 | calling IsSet() before Call() on Link<> is unnecessary | Noel Grandin |
2015-10-15 | cppcheck:variableScope | 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-10-09 | Move SolarMutex down from tools to comphelper/ to make life easier. | Michael Meeks |
2015-10-06 | loplugin:unusedmethods | Noel Grandin |
2015-10-05 | tdf#82744: fix WebDAV lock/unlock behaviour - part 3 | Giuseppe Castagno |