summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Use less boost_headers in low level librariesGabor Kelemen1-1/+0
2024-02-14tdf#145539 convert const char[] in files to constexpr OUStringLiteralvarshneydevansh2-12/+12
2024-01-19cid#1545244 COPY_INSTEAD_OF_MOVECaolán McNamara1-18/+16
2024-01-13cid#1546354 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-11-29Extended loplugin:ostr: xmlhelpStephan Bergmann1-32/+32
2023-11-19Extended loplugin:ostr: xmlhelpStephan Bergmann1-3/+3
2023-10-26Use std::from_charsStephan Bergmann1-10/+5
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann2-3/+3
2023-05-06Use getXWeak in xmlhelpMike Kaganski1-1/+1
2023-04-18xmlhelp: fix lots of deadlocksMichael Stahl2-43/+104
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin1-1/+1
2023-04-10fix calls to OStringToOUStringNoel Grandin1-1/+1
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-8/+5
2023-04-09use more OStringToOUStringNoel Grandin1-1/+1
2023-04-09use more OUStringToOStringNoel Grandin4-7/+7
2023-02-22fix deadlock in xmlhelper::DatabasesNoel Grandin2-3/+9
2023-02-22osl::Mutex->std::mutex in xmlhelp::DatabasesNoel Grandin2-20/+25
2023-02-22osl::Mutex->std::mutex in ResultSetBaseNoel Grandin2-43/+26
2022-12-20loplugin:implinheritancehelper in xmlhelpNoel Grandin2-63/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-29cid#1507489 Big parameter passed by valueCaolán McNamara1-4/+4
2022-07-28clang-tidy modernize-pass-by-value in xml*Noel Grandin11-49/+56
2022-05-02Just use Any ctor instead of makeAny in xmlhelpStephan Bergmann1-1/+1
2022-05-01use more string_view in variousNoel Grandin2-11/+12
2022-04-15use more string_view in xml*Noel Grandin2-27/+28
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+3
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-5/+6
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák1-7/+6
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-11-30loplugin:stringliteraldefine in variousNoel Grandin1-1/+1
2021-11-30use more OInterfaceContainerHelper3 in xmlhelpNoel Grandin2-7/+7
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlhelpMike Kaganski5-45/+47
2021-10-17Simplify Sequence in xmlhelpJulien Nabet1-4/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski4-7/+7
2021-10-05drop 'using namespace std' in o* r* x*Julien Nabet1-15/+14
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-8/+8
2021-07-31osl::Mutex->std::mutex in InputStreamTransformerNoel Grandin1-8/+9
2021-07-31osl::Mutex->std::mutex in TreeFileIteratorNoel Grandin2-2/+3
2021-07-23Avoid strtol on non-NUL-terminated inputStephan Bergmann2-13/+29
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin2-10/+10
2021-06-24error: unknown type name 'OStringBuffer'Caolán McNamara1-1/+1
2021-06-22configure: Improve help-options handlingJan-Marek Glogowski1-3/+1
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet1-10/+5
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann7-18/+18
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-3/+4
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0