summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp
AgeCommit message (Expand)Author
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-11-07loplugin:passstuffbyref in ucb..xmlsecurityNoel Grandin
2024-09-28cid#1607687 Overflowed constantNoel Grandin
2024-07-25O[U]String overloads that return view for rest parameterNoel Grandin
2024-06-20loplugin:unusedfieldsNoel Grandin
2024-05-16use more officecfg in xmlhelp::DatabasesNoel Grandin
2024-05-16use more officecfg in xmlhelp::TVChildTargetNoel Grandin
2024-05-15loplugin:ostr in xmlhelpNoel Grandin
2024-02-14tdf#145539 convert const char[] in files to constexpr OUStringLiteralvarshneydevansh
2024-01-13cid#1546354 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-29Extended loplugin:ostr: xmlhelpStephan Bergmann
2023-11-19Extended loplugin:ostr: xmlhelpStephan Bergmann
2023-10-26Use std::from_charsStephan Bergmann
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
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-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-11-30loplugin:stringliteraldefine in variousNoel Grandin
2021-11-30use more OInterfaceContainerHelper3 in xmlhelpNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlhelpMike Kaganski
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-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-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC
2021-03-18tdf#88205: Use initializer_list ctor in css::uno::SequenceMani Kumar