Age | Commit message (Expand) | Author |
2017-06-28 | loplugin:oncevar in ucb..vbahelper | Noel Grandin |
2017-06-26 | s/catched/caught | Noel Grandin |
2017-06-23 | simplify some string handling in tracing calls | Noel Grandin |
2017-06-19 | fix regression, some mutexes need to live longer | Jochen Nitschke |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke |
2017-06-17 | replace misc double checked locking patterns | Jochen Nitschke |
2017-06-17 | use local statics in getTypes functions | Jochen Nitschke |
2017-06-16 | loplugin:unusedfields in tools..vbahelper | Noel Grandin |
2017-06-14 | use more SAL_N_ELEMENTS part 1 | Noel Grandin |
2017-06-12 | cleanup unused css/frame/* includes | Jochen Nitschke |
2017-06-08 | remove some unnecessary use of OUStringBuffer | Noel Grandin |
2017-06-07 | tdf#108349: fix LanguageType conversions from UNO "short" | Michael Stahl |
2017-06-05 | Improved loplugin:redundantcast, const/static_cast combinations: unotools | Stephan Bergmann |
2017-05-30 | remove duplicate 'using namespace' | Jochen Nitschke |
2017-05-28 | remove unnecessary use of OString::getStr | Noel Grandin |
2017-05-26 | tdf#108056 sw: add UI to disable SubtractFlysAnchoredAtFlys compat option | Miklos Vajna |
2017-05-23 | enhance useuniqueptr loplugin | Noel Grandin |
2017-05-19 | loplugin:stringcopy: unotools | Stephan Bergmann |
2017-05-18 | loplugin:unusedmethods | Noel Grandin |
2017-05-12 | loplugin:constantparam | Noel Grandin |
2017-05-12 | remove unused uno::Reference vars | Noel Grandin |
2017-05-11 | remove some unnecessary temporary OUStrings | Noel Grandin |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-05-09 | make loplugin constantparam smarter about string params | Noel Grandin |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |
2017-05-07 | tdf#43157: convert unotools from OSL_ASSERT to assert | Chris Sherlock |
2017-05-04 | Replace all OUString("") with OUString() | Arnaud Versini |
2017-05-02 | Removed duplicated include | Andrea Gelmini |
2017-04-29 | Move getProcessWorkingDir from tools to unotools | Chris Sherlock |
2017-04-29 | unotools: cleanup bootstrap.cxx | Chris Sherlock |
2017-04-28 | loplugin:salunicodeliteral: unotools | Stephan Bergmann |
2017-04-28 | clang-tidy readability-simplify-boolean-expr | Noel Grandin |
2017-04-27 | tools: move errcode.hxx to the vcl module | Chris Sherlock |
2017-04-26 | use strong_int for LanguageType | Noel Grandin |
2017-04-25 | errinf.hxx moved out of tools and into vcl module | Chris Sherlock |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-04-21 | remove unnecessary explicit linefeeds from end of SAL and OSL log calls | Noel Grandin |
2017-04-20 | convert EDynamicMenuType to scoped enum | Noel Grandin |
2017-04-19 | convert MeasurementSystem to scoped enum | Noel Grandin |
2017-04-13 | convert DateFormat to scoped enum and rename to DateOrder | Noel Grandin |
2017-04-12 | convert ReadWriteGuardMode to scoped enum | Noel Grandin |
2017-04-10 | loplugin:inlinefields in utl::ReadWriteMutex | Noel Grandin |
2017-04-06 | Improved loplugin:redundantcast, static_cast on arithmetic types: unotools | Stephan Bergmann |
2017-04-04 | just use one try/catch level | Caolán McNamara |
2017-03-31 | use actual UNO enums in unotools | Noel Grandin |
2017-03-29 | convert EViewType to scoped enum | Noel Grandin |
2017-03-29 | loplugin:singlevalfields | Noel Grandin |
2017-03-28 | tdf#105843 : restore Application Start and Stop events | Jean-Baptiste Faure |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-03-15 | avoid config during fuzzing | Caolán McNamara |