summaryrefslogtreecommitdiff
path: root/extensions/source/config/ldap/ldapaccess.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-03-06tdf#42949 Fix IWYU warnings in extensions/source/*/*hxxGabor Kelemen1-0/+2
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-2/+2
2019-12-19sal_Char->char in extensionsNoel Grandin1-4/+4
2018-11-04tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-3/+5
2017-11-22tdf#112689 Replace chained O(U)StringBuffer::append with operator+qzheng1-15/+16
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-9/+10
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-10/+10
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-5/+3
2017-05-12Clean up uses of SAL_U/SAL_W: extensionsStephan Bergmann1-6/+6
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert extensions module away from OSL_ASSERT to assertChris Sherlock1-1/+1
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-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin1-11/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-7/+0
2016-10-16clang-cl loplugin: extensionsStephan Bergmann1-8/+8
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-3/+3
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-7/+7
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-10-12loplugin:stringconstantStephan Bergmann1-1/+1
2015-10-12cppcheck:variableScopeNoel Grandin1-3/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-6/+6
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin1-4/+3
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-5/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-11/+11
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-21/+21
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-07-20WaE: invalid conversion from 'PWCHAR' to 'const sal_Unicode*'David Tardon1-2/+4
2012-07-20WaE: deprecated conversion from string constant to 'PWCHAR'David Tardon1-2/+2
2012-07-18Pointless nitpicking to increase my commit countFridrich Štrba1-4/+4
2012-07-18Further simplification of ldap includesFridrich Štrba1-1/+1
2012-07-18Using WCHAR ldap api on WindowsFridrich Štrba1-11/+61
2012-07-18First step to proper handling of character encodings in windows ldap backendFridrich Štrba1-12/+12
2012-07-16Cast from const sal_Char* to const PCHAR on WindowsFridrich Štrba1-6/+6
2012-07-16Don't load ldap library dynamically, link it!Fridrich Štrba1-75/+20
2012-07-10Load the right wldap32.dllFridrich Štrba1-3/+2
2012-07-09Trying to use Windows LDAP for Windows buildsFridrich Strba1-1/+1
2012-03-12Fix WITH_OPENLDAP caseStephan Bergmann1-12/+14
2011-12-23Fix for fdo43460 Part XVI getLength() to isEmpty()Olivier Hallot1-2/+2
2011-11-27remove include of pch header in extensionsNorbert Thiebaud1-2/+0
2011-10-05fix compilation after the recent OUString::operator char*() removalLuboš Luňák1-7/+7
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-1/+1
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-1/+1