summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/databases.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-16use more officecfg in xmlhelp::DatabasesNoel Grandin1-19/+4
2024-05-15loplugin:ostr in xmlhelpNoel Grandin1-15/+15
2024-02-14tdf#145539 convert const char[] in files to constexpr OUStringLiteralvarshneydevansh1-7/+7
2024-01-13cid#1546354 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-2/+2
2023-04-18xmlhelp: fix lots of deadlocksMichael Stahl1-35/+85
2023-04-09use more OUStringToOStringNoel Grandin1-3/+3
2023-02-22fix deadlock in xmlhelper::DatabasesNoel Grandin1-3/+8
2023-02-22osl::Mutex->std::mutex in xmlhelp::DatabasesNoel Grandin1-17/+22
2022-07-28clang-tidy modernize-pass-by-value in xml*Noel Grandin1-8/+9
2022-04-15use more string_view in xml*Noel Grandin1-23/+24
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlhelpMike Kaganski1-18/+25
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-2/+2
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-3/+4
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel1-1/+1
2021-02-11loplugin:refcounting generalise type checkingNoel1-4/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-12/+13
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-10new loplugin:reducevarscopeNoel Grandin1-1/+1
2020-09-07loplugin:singlevalfieldsNoel Grandin1-8/+9
2020-04-29Remove tango icon theme, tdf#132022Rizal Muttaqin1-1/+1
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin1-5/+17
2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin1-3/+3
2019-12-03remove some useless comment linesNoel Grandin1-5/+0
2019-09-29constmethod for accessor-type methodsNoel Grandin1-1/+1
2019-09-27tdf#42949 Fix IWYU warnings in xmlhelp/Gabor Kelemen1-9/+0
2019-08-15loplugin:sequenceloop in writerfilter..xmlhelpNoel Grandin1-1/+1
2019-07-21loplugin:referencecasting in writerfilter..xmlhelpNoel Grandin1-3/+3
2019-06-28Use LanguageTag::getFallbackStrings() instead of old dumb hard coded stuffEike Rathke1-15/+15
2019-06-28Fix Help collator loading, processLang() does not return only the languageEike Rathke1-18/+12
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-13Simplify Sequence iterations in writerfilter, writerperfect, xmlhelpArkadiy Illarionov1-16/+10
2018-12-21use unique_ptr in xmlhelpNoel Grandin1-3/+3
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-18loplugin:useuniqueptr in xmlhelp::DatabasesNoel Grandin1-25/+16
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-15Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurityArkadiy Illarionov1-20/+6
2018-08-02loplugin:stringloop in variousNoel Grandin1-2/+2
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-6/+6
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin1-3/+3
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-4/+3
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-5/+5
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin1-3/+3
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-5/+5
2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin1-1/+1
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-3/+3
2017-07-02loplugin:casttovoid: xmlhelpStephan Bergmann1-2/+1