summaryrefslogtreecommitdiff
path: root/extensions/source/config
AgeCommit message (Expand)Author
2021-12-21Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailedMike Kaganski
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-18Simplify BSTR RAIIMike Kaganski
2021-12-18Drop CoIfPtr and use sal::systools::COMReferenceMike Kaganski
2021-10-30Prepare for removal of non-const operator[] from Sequence in extensionsMike Kaganski
2021-03-23tdf#124176 Use pragma once in extensionsVincent LE GARREC
2021-01-13loplugin:stringliteralvar (clang-cl)Stephan Bergmann
2020-11-21tdf#123936 Formatting files in module extensions with clang-formatPhilipp Hofer
2020-10-14More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann
2020-07-27extensions/WinUserInfo: create instances with uno constructorsNoel Grandin
2020-07-23extensions/ldap: create instances with uno constructorsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: extensionsStephan Bergmann
2020-06-03Upcoming loplugin:elidestringvar: extensionsStephan Bergmann
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet
2020-05-08compact namespace in editeng..extensionsNoel Grandin
2020-04-22Typo kServerDefiniton->kServerDefinition (extensions/ldap)Julien Nabet
2020-04-14loplugin:flatten in extensionsNoel Grandin
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen
2020-03-06tdf#42949 Fix IWYU warnings in extensions/source/*/*hxxGabor Kelemen
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2019-12-19sal_Char->char in extensionsNoel Grandin
2019-10-01loplugin:logexceptionnicely (clang-cl)Stephan Bergmann
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann
2019-09-17No need for the string buffer hereMike Kaganski
2019-08-20Fix typosAndrea Gelmini
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): extensionsStephan Bergmann
2019-07-19missing LDAPCaolán McNamara
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2018-11-04tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-09-11loplugin:stringbuffer (clang-cl)Stephan Bergmann
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-05-15loplugin:unnecessaryoverride, loplugin:cstylecast (clang-cl)Stephan Bergmann
2018-05-09Don't throw in LdapUserProfileBe ctor on LDAP misconfigurationMike Kaganski
2018-05-02WinUserInfoBe: a new config backend for user data provided by WindowsMike Kaganski
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-22tdf#112689 Replace chained O(U)StringBuffer::append with operator+qzheng
2017-10-23loplugin:includeform: extensionsStephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-05-12Clean up uses of SAL_U/SAL_W: extensionsStephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert extensions module away from OSL_ASSERT to assertChris Sherlock
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin