summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Expand)Author
2023-10-26Use std::from_charsStephan Bergmann
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-05-06Use getXWeak in xmlhelpMike Kaganski
2023-04-18xmlhelp: fix lots of deadlocksMichael Stahl
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin
2023-04-10fix calls to OStringToOUStringNoel Grandin
2023-04-09new loplugin:unnecessarygetstrNoel Grandin
2023-04-09use more OStringToOUStringNoel Grandin
2023-04-09use more OUStringToOStringNoel Grandin
2023-02-22fix deadlock in xmlhelper::DatabasesNoel Grandin
2023-02-22osl::Mutex->std::mutex in xmlhelp::DatabasesNoel Grandin
2023-02-22osl::Mutex->std::mutex in ResultSetBaseNoel Grandin
2022-12-20loplugin:implinheritancehelper in xmlhelpNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-29cid#1507489 Big parameter passed by valueCaolán McNamara
2022-07-28clang-tidy modernize-pass-by-value in xml*Noel Grandin
2022-05-02Just use Any ctor instead of makeAny in xmlhelpStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-15use more string_view in xml*Noel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-11-30loplugin:stringliteraldefine in variousNoel Grandin
2021-11-30use more OInterfaceContainerHelper3 in xmlhelpNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlhelpMike Kaganski
2021-10-17Simplify Sequence in xmlhelpJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-05drop 'using namespace std' in o* r* x*Julien Nabet
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-31osl::Mutex->std::mutex in InputStreamTransformerNoel Grandin
2021-07-31osl::Mutex->std::mutex in TreeFileIteratorNoel Grandin
2021-07-23Avoid strtol on non-NUL-terminated inputStephan Bergmann
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-24error: unknown type name 'OStringBuffer'Caolán McNamara
2021-06-22configure: Improve help-options handlingJan-Marek Glogowski
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC
2021-03-18tdf#88205: Use initializer_list ctor in css::uno::SequenceMani Kumar
2021-03-02loplugin:refcounting in xmlhelpNoel
2021-02-19loplugin:refcounting in xmlhelpNoel
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel
2021-02-11loplugin:refcounting generalise type checkingNoel
2021-02-05Revert "Fix typo in code"Stephan Bergmann