summaryrefslogtreecommitdiff
path: root/extensions/source/config
AgeCommit message (Expand)AuthorFilesLines
2021-01-13loplugin:stringliteralvar (clang-cl)Stephan Bergmann1-14/+14
2020-11-21tdf#123936 Formatting files in module extensions with clang-formatPhilipp Hofer1-24/+25
2020-10-14More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann1-2/+2
2020-07-27extensions/WinUserInfo: create instances with uno constructorsNoel Grandin4-58/+12
2020-07-23extensions/ldap: create instances with uno constructorsNoel Grandin4-85/+12
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: extensionsStephan Bergmann1-1/+1
2020-06-03Upcoming loplugin:elidestringvar: extensionsStephan Bergmann1-20/+10
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet1-1/+1
2020-05-08compact namespace in editeng..extensionsNoel Grandin2-6/+6
2020-04-22Typo kServerDefiniton->kServerDefinition (extensions/ldap)Julien Nabet1-2/+2
2020-04-14loplugin:flatten in extensionsNoel Grandin1-26/+26
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen2-7/+0
2020-03-06tdf#42949 Fix IWYU warnings in extensions/source/*/*hxxGabor Kelemen3-4/+2
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin2-4/+4
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-2/+2
2019-12-19sal_Char->char in extensionsNoel Grandin3-6/+6
2019-10-01loplugin:logexceptionnicely (clang-cl)Stephan Bergmann1-4/+4
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann1-1/+1
2019-09-17No need for the string buffer hereMike Kaganski1-23/+15
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): extensionsStephan Bergmann1-1/+1
2019-07-19missing LDAPCaolán McNamara1-2/+4
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen1-3/+2
2018-11-04tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-3/+5
2018-09-11loplugin:stringbuffer (clang-cl)Stephan Bergmann1-15/+21
2018-08-01Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-05-15loplugin:unnecessaryoverride, loplugin:cstylecast (clang-cl)Stephan Bergmann1-3/+3
2018-05-09Don't throw in LdapUserProfileBe ctor on LDAP misconfigurationMike Kaganski1-21/+20
2018-05-02WinUserInfoBe: a new config backend for user data provided by WindowsMike Kaganski4-0/+644
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2-4/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-11-22tdf#112689 Replace chained O(U)StringBuffer::append with operator+qzheng1-15/+16
2017-10-23loplugin:includeform: extensionsStephan Bergmann1-1/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-9/+10
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-10/+10
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-5/+3
2017-07-28loplugin:constparams handle constructorsNoel Grandin2-2/+2
2017-05-12Clean up uses of SAL_U/SAL_W: extensionsStephan Bergmann1-6/+6
2017-05-07revert OSL_ASSERT changesChris Sherlock2-2/+2
2017-05-07tdf#43157: convert extensions module away from OSL_ASSERT to assertChris Sherlock2-2/+2
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-5/+4
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-6/+6
2017-03-25Fix typosAndrea Gelmini1-2/+2
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin1-11/+4
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-66/+15