summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC14-56/+14
2021-03-18tdf#88205: Use initializer_list ctor in css::uno::SequenceMani Kumar1-3/+1
2021-03-02loplugin:refcounting in xmlhelpNoel2-3/+4
2021-02-19loplugin:refcounting in xmlhelpNoel2-5/+2
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel3-3/+3
2021-02-11loplugin:refcounting generalise type checkingNoel2-6/+7
2021-02-05Revert "Fix typo in code"Stephan Bergmann1-2/+2
2021-02-04Fix typo in codeAndrea Gelmini1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-15/+17
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-2/+2
2020-11-18tdf#123936 Formatting files in module xmlhelp with clang-formatPhilipp Hofer1-1/+1
2020-11-11loplugin:stringviewNoel4-5/+5
2020-11-10new loplugin:reducevarscopeNoel Grandin1-1/+1
2020-09-07loplugin:singlevalfieldsNoel Grandin4-16/+15
2020-08-11loplugin:flattenNoel Grandin2-46/+46
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-07xmlhelp: create instances with uno constructorsNoel Grandin7-156/+20
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlhelpStephan Bergmann1-1/+1
2020-05-10compact namespace in xmlhelp..xmlsecurityNoel Grandin1-5/+4
2020-04-29Remove tango icon theme, tdf#132022Rizal Muttaqin1-1/+1
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin3-7/+25
2020-04-03loplugin:finalclasses in xmlsecurity..UnoControlsNoel Grandin2-2/+2
2020-03-16Revert "loplugin:constfields in xmlhelp"Noel Grandin6-15/+15