- 5195530 xmlhelp: fix lots of deadlocks by Michael Stahl · 3 years ago
- c45bc08 loplugin:stringview whitelist getLength and isEmpty by Noel Grandin · 3 years ago
- 42cd255 fix calls to OStringToOUString by Noel Grandin · 3 years ago
- eaf0713 new loplugin:unnecessarygetstr by Noel Grandin · 3 years ago
- d791084 use more OStringToOUString by Noel Grandin · 3 years ago
- 3fbadf2 use more OUStringToOString by Noel Grandin · 3 years ago
- 47cd9b6 fix deadlock in xmlhelper::Databases by Noel Grandin · 3 years, 1 month ago
- 2c37a0c osl::Mutex->std::mutex in xmlhelp::Databases by Noel Grandin · 3 years, 1 month ago
- e171af9 osl::Mutex->std::mutex in ResultSetBase by Noel Grandin · 3 years, 1 month ago
- 5465a60 loplugin:implinheritancehelper in xmlhelp by Noel Grandin · 3 years, 4 months ago
- 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
- ed4bf43 cid#1507489 Big parameter passed by value by Caolán McNamara · 3 years, 8 months ago
- 44a11bb clang-tidy modernize-pass-by-value in xml* by Noel Grandin · 3 years, 8 months ago
- 75fe405 Just use Any ctor instead of makeAny in xmlhelp by Stephan Bergmann · 4 years ago
- 5200a73 use more string_view in various by Noel Grandin · 4 years ago
- 558aaa9 use more string_view in xml* by Noel Grandin · 4 years ago
- fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
- cbaf1fb loplugin:stringview more o3tl conversion by Noel Grandin · 4 years ago
- 4256c76 do not pass XComponentContext to officecfg::...::get() calls by Luboš Luňák · 4 years, 1 month ago
- db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
- 6da12ca loplugin:stringliteraldefine in various by Noel Grandin · 4 years, 4 months ago
- 557beef use more OInterfaceContainerHelper3 in xmlhelp by Noel Grandin · 4 years, 4 months ago
- ec1c4c49 O[U]String::replaceAt overloads that take string_view by Noel Grandin · 4 years, 5 months ago
- cae7b85 Prepare for removal of non-const operator[] from Sequence in xmlhelp by Mike Kaganski · 4 years, 5 months ago
- 29a1fc0 Simplify Sequence in xmlhelp by Julien Nabet · 4 years, 6 months ago
- 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
- 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
- 10ad9560 drop 'using namespace std' in o* r* x* by Julien Nabet · 4 years, 6 months ago
- 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
- 26f7e63 osl::Mutex->std::mutex in InputStreamTransformer by Noel Grandin · 4 years, 8 months ago
- 7a4a107 osl::Mutex->std::mutex in TreeFileIterator by Noel Grandin · 4 years, 8 months ago
- daffec7 Avoid strtol on non-NUL-terminated input by Stephan Bergmann · 4 years, 9 months ago
- bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
- ff74a6e error: unknown type name 'OStringBuffer' by Caolán McNamara · 4 years, 10 months ago
- 14069d8 configure: Improve help-options handling by Jan-Marek Glogowski · 4 years, 11 months ago
- 57796f2 Simplify Sequences initializations (writerfilter/writerperfect/x*) by Julien Nabet · 4 years, 10 months ago
- 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
- 335de1a no need makeStringAndClear() when appending to buffer by Noel Grandin · 5 years ago
- ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- aef40e7 tdf#124176 Use pragma once in x* by Vincent LE GARREC · 5 years ago
- bd43c75 tdf#88205: Use initializer_list ctor in css::uno::Sequence by Mani Kumar · 5 years ago
- 095928c loplugin:refcounting in xmlhelp by Noel · 5 years ago
- 34ad5eae loplugin:refcounting in xmlhelp by Noel · 5 years ago
- 1ad26c9 loplugin:referencecasting add check for new rtl::Reference operator by Noel · 5 years ago
- 14cb12b loplugin:refcounting generalise type checking by Noel · 5 years ago
- 0ce7c84 Revert "Fix typo in code" by Stephan Bergmann · 5 years ago
- 3ed9bba Fix typo in code by Andrea Gelmini · 5 years ago
- 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
- bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
- c4286f9 tdf#123936 Formatting files in module xmlhelp with clang-format by Philipp Hofer · 5 years ago
- 93c64a6 loplugin:stringview by Noel · 5 years ago
- 242320d new loplugin:reducevarscope by Noel Grandin · 6 years ago
- db37d8b loplugin:singlevalfields by Noel Grandin · 6 years ago
- 2d58224 loplugin:flatten by Noel Grandin · 6 years ago
- c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
- b719e02 xmlhelp: create instances with uno constructors by Noel Grandin · 6 years ago
- e6862e7 Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlhelp by Stephan Bergmann · 6 years ago
- 1290305 compact namespace in xmlhelp..xmlsecurity by Noel Grandin · 6 years ago
- 528afad Remove tango icon theme, tdf#132022 by Rizal Muttaqin · 6 years ago
- 0b2ddcd loplugin:buriedassign in tools..xmloff by Noel Grandin · 6 years ago
- d9e4783 loplugin:finalclasses in xmlsecurity..UnoControls by Noel Grandin · 6 years ago
- 0738177 Revert "loplugin:constfields in xmlhelp" by Noel Grandin · 6 years ago
- abe39f7 improve loplugin:unusedfields by Noel Grandin · 6 years ago
- aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
- 6eef193 sal_Char->char in xmloff..xmlsecurity by Noel Grandin · 6 years ago
- b4641df loplugin:unusedmethods by Noel Grandin · 6 years ago
- f656547 remove some useless comment lines by Noel Grandin · 6 years ago
- 3e8a880 loplugin:mergeclasses treeview::TreeFileIterator by Noel Grandin · 6 years ago
- f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
- bc539bd loplugin:stringadd improve detection by Noel Grandin · 6 years ago
- 6d6fad5 Introduce OStringChar by Stephan Bergmann · 6 years ago
- d51db77 Remove some memset calls by Mike Kaganski · 6 years ago
- c8eaadb Remaining loplugin:bufferadd by Stephan Bergmann · 6 years ago
- 30d803e Remove code that is dead by Stephan Bergmann · 6 years ago
- 3ee177a loplugin:stringadd look through a couple more known-good methods by Noel Grandin · 6 years ago
- cdbac69 simplify "a = a +" to "a +=" by Noel Grandin · 6 years ago
- 1820fcb constmethod for accessor-type methods by Noel Grandin · 7 years ago
- e8599a2 tdf#42949 Fix IWYU warnings in xmlhelp/ by Gabor Kelemen · 7 years ago
- b56a4ea add property name when throwing css::uno::UnknownPropertyException by Noel Grandin · 7 years ago
- 9e0b342 loplugin:referencecasting find more redundant static_cast by Noel Grandin · 7 years ago
- 51a30d7 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
- 1c3d143 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
- dc50b7f loplugin:sequenceloop in writerfilter..xmlhelp by Noel Grandin · 7 years ago
- 717ffb7 Fix typos by Andrea Gelmini · 7 years ago
- d0ff2eb Improved loplugin:stringconstant (now that GCC 7 supports it): xmlhelp by Stephan Bergmann · 7 years ago
- ff41cf1 loplugin:oncevar by Noel Grandin · 7 years ago
- f9b5657 loplugin:referencecasting in writerfilter..xmlhelp by Noel Grandin · 7 years ago
- 56f5a75 cid#704107 Unchecked return value by Caolán McNamara · 7 years ago
- 957afd1 cid#704106 Unchecked return value by Caolán McNamara · 7 years ago
- 049189f Use LanguageTag::getFallbackStrings() instead of old dumb hard coded stuff by Eike Rathke · 7 years ago
- 41cf4e6 Fix Help collator loading, processLang() does not return only the language by Eike Rathke · 7 years ago
- 4583911 improve loplugin:simplifyconstruct by Noel Grandin · 7 years ago
- 2836b78 loplugin:logexceptionnicely in xmlhelp..xmlsecurity by Noel Grandin · 7 years ago
- 54afdbd Simplify Sequence iterations in writerfilter, writerperfect, xmlhelp by Arkadiy Illarionov · 7 years ago
- b52f309 improve loplugin simplifyconstruct by Noel Grandin · 7 years ago
- 184be2d tdf#120703 PVS: remove redundant static casts by Mike Kaganski · 7 years ago
- 6ed5464 loplugin:unusedfields in xmlhelp,xmlsecurity by Noel Grandin · 7 years ago
- 0d1253c new loplugin writeonlyvars by Noel Grandin · 7 years ago
- 743d560 loplugin:indentation in writerfilter..xmloff by Noel Grandin · 7 years ago