summaryrefslogtreecommitdiff
path: root/connectivity/source/manager
AgeCommit message (Expand)AuthorFilesLines
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann1-2/+2
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov1-6/+6
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-5/+1
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann1-1/+1
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2-8/+8
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-07loplugin:finalclasses in connectivityNoel Grandin1-3/+2
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin1-9/+6
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-4/+4
2017-03-16Fix typosAndrea Gelmini1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-19/+19
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-39/+39
2017-01-19New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann2-0/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-05-30com::sun::star->css in connectivityNoel Grandin2-26/+26
2016-04-13loplugin:passstuffbyref in connectivityNoel Grandin1-4/+4
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet1-2/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-09new loplugin: oncevarNoel Grandin1-9/+5
2015-11-02loplugin:stringconstantNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-16/+16
2015-08-11tdf#92459 remove o3tl/compat_functional.hxxDaniel Robertson1-2/+0
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas1-3/+3
2015-07-29tdf#91112 replace o3tl::unary_compose with lambdas in connectivityJorenz Paragas1-14/+11
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-7/+7
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+1
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara2-6/+6
2015-05-17Remove include stdio (part1)Julien Nabet2-4/+0
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini3-16/+1
2014-10-28Resolves: fdo#85081 terminate if can't load kde addressbookCaolán McNamara1-6/+20
2014-09-05revert part of commit unintentionally pushedLionel Elie Mamane1-1/+1
2014-09-05brown paper bag / fix buildLionel Elie Mamane1-1/+1
2014-07-29Fix *_component_getFactory function typeStephan Bergmann1-2/+3
2014-06-13loplugin:staticcallStephan Bergmann1-4/+4
2014-06-04connectivity: fix includesThomas Arnhold1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold1-3/+3
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-4/+4
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1