1. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  2. ed4bf43 cid#1507489 Big parameter passed by value by Caolán McNamara · 3 years, 8 months ago
  3. 44a11bb clang-tidy modernize-pass-by-value in xml* by Noel Grandin · 3 years, 8 months ago
  4. 75fe405 Just use Any ctor instead of makeAny in xmlhelp by Stephan Bergmann · 4 years ago
  5. 5200a73 use more string_view in various by Noel Grandin · 4 years ago
  6. 558aaa9 use more string_view in xml* by Noel Grandin · 4 years ago
  7. fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
  8. cbaf1fb loplugin:stringview more o3tl conversion by Noel Grandin · 4 years ago
  9. 4256c76 do not pass XComponentContext to officecfg::...::get() calls by Luboš Luňák · 4 years, 1 month ago
  10. 6da12ca loplugin:stringliteraldefine in various by Noel Grandin · 4 years, 4 months ago
  11. 557beef use more OInterfaceContainerHelper3 in xmlhelp by Noel Grandin · 4 years, 4 months ago
  12. ec1c4c49 O[U]String::replaceAt overloads that take string_view by Noel Grandin · 4 years, 5 months ago
  13. cae7b85 Prepare for removal of non-const operator[] from Sequence in xmlhelp by Mike Kaganski · 4 years, 5 months ago
  14. 29a1fc0 Simplify Sequence in xmlhelp by Julien Nabet · 4 years, 6 months ago
  15. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  16. 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
  17. 10ad9560 drop 'using namespace std' in o* r* x* by Julien Nabet · 4 years, 6 months ago
  18. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  19. 26f7e63 osl::Mutex->std::mutex in InputStreamTransformer by Noel Grandin · 4 years, 8 months ago
  20. 7a4a107 osl::Mutex->std::mutex in TreeFileIterator by Noel Grandin · 4 years, 8 months ago
  21. daffec7 Avoid strtol on non-NUL-terminated input by Stephan Bergmann · 4 years, 9 months ago
  22. bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
  23. ff74a6e error: unknown type name 'OStringBuffer' by Caolán McNamara · 4 years, 10 months ago
  24. 57796f2 Simplify Sequences initializations (writerfilter/writerperfect/x*) by Julien Nabet · 4 years, 10 months ago
  25. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  26. 335de1a no need makeStringAndClear() when appending to buffer by Noel Grandin · 5 years ago
  27. aef40e7 tdf#124176 Use pragma once in x* by Vincent LE GARREC · 5 years ago
  28. bd43c75 tdf#88205: Use initializer_list ctor in css::uno::Sequence by Mani Kumar · 5 years ago
  29. 095928c loplugin:refcounting in xmlhelp by Noel · 5 years ago
  30. 34ad5eae loplugin:refcounting in xmlhelp by Noel · 5 years ago
  31. 1ad26c9 loplugin:referencecasting add check for new rtl::Reference operator by Noel · 5 years ago
  32. 14cb12b loplugin:refcounting generalise type checking by Noel · 5 years ago
  33. 0ce7c84 Revert "Fix typo in code" by Stephan Bergmann · 5 years ago
  34. 3ed9bba Fix typo in code by Andrea Gelmini · 5 years ago
  35. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  36. bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
  37. c4286f9 tdf#123936 Formatting files in module xmlhelp with clang-format by Philipp Hofer · 5 years ago
  38. 93c64a6 loplugin:stringview by Noel · 5 years ago
  39. 242320d new loplugin:reducevarscope by Noel Grandin · 6 years ago
  40. db37d8b loplugin:singlevalfields by Noel Grandin · 6 years ago
  41. 2d58224 loplugin:flatten by Noel Grandin · 6 years ago
  42. b719e02 xmlhelp: create instances with uno constructors by Noel Grandin · 6 years ago
  43. e6862e7 Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlhelp by Stephan Bergmann · 6 years ago
  44. 1290305 compact namespace in xmlhelp..xmlsecurity by Noel Grandin · 6 years ago
  45. 528afad Remove tango icon theme, tdf#132022 by Rizal Muttaqin · 6 years ago
  46. 0b2ddcd loplugin:buriedassign in tools..xmloff by Noel Grandin · 6 years ago
  47. d9e4783 loplugin:finalclasses in xmlsecurity..UnoControls by Noel Grandin · 6 years ago
  48. 0738177 Revert "loplugin:constfields in xmlhelp" by Noel Grandin · 6 years ago
  49. abe39f7 improve loplugin:unusedfields by Noel Grandin · 6 years ago
  50. aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
  51. 6eef193 sal_Char->char in xmloff..xmlsecurity by Noel Grandin · 6 years ago
  52. b4641df loplugin:unusedmethods by Noel Grandin · 6 years ago
  53. f656547 remove some useless comment lines by Noel Grandin · 6 years ago
  54. 3e8a880 loplugin:mergeclasses treeview::TreeFileIterator by Noel Grandin · 6 years ago
  55. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  56. bc539bd loplugin:stringadd improve detection by Noel Grandin · 6 years ago
  57. 6d6fad5 Introduce OStringChar by Stephan Bergmann · 6 years ago
  58. d51db77 Remove some memset calls by Mike Kaganski · 6 years ago
  59. c8eaadb Remaining loplugin:bufferadd by Stephan Bergmann · 6 years ago
  60. 30d803e Remove code that is dead by Stephan Bergmann · 6 years ago
  61. 3ee177a loplugin:stringadd look through a couple more known-good methods by Noel Grandin · 6 years ago
  62. cdbac69 simplify "a = a +" to "a +=" by Noel Grandin · 6 years ago
  63. 1820fcb constmethod for accessor-type methods by Noel Grandin · 7 years ago
  64. e8599a2 tdf#42949 Fix IWYU warnings in xmlhelp/ by Gabor Kelemen · 7 years ago
  65. b56a4ea add property name when throwing css::uno::UnknownPropertyException by Noel Grandin · 7 years ago
  66. 9e0b342 loplugin:referencecasting find more redundant static_cast by Noel Grandin · 7 years ago
  67. 51a30d7 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
  68. 1c3d143 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
  69. dc50b7f loplugin:sequenceloop in writerfilter..xmlhelp by Noel Grandin · 7 years ago
  70. 717ffb7 Fix typos by Andrea Gelmini · 7 years ago
  71. d0ff2eb Improved loplugin:stringconstant (now that GCC 7 supports it): xmlhelp by Stephan Bergmann · 7 years ago
  72. ff41cf1 loplugin:oncevar by Noel Grandin · 7 years ago
  73. f9b5657 loplugin:referencecasting in writerfilter..xmlhelp by Noel Grandin · 7 years ago
  74. 56f5a75 cid#704107 Unchecked return value by Caolán McNamara · 7 years ago
  75. 957afd1 cid#704106 Unchecked return value by Caolán McNamara · 7 years ago
  76. 049189f Use LanguageTag::getFallbackStrings() instead of old dumb hard coded stuff by Eike Rathke · 7 years ago
  77. 41cf4e6 Fix Help collator loading, processLang() does not return only the language by Eike Rathke · 7 years ago
  78. 4583911 improve loplugin:simplifyconstruct by Noel Grandin · 7 years ago
  79. 2836b78 loplugin:logexceptionnicely in xmlhelp..xmlsecurity by Noel Grandin · 7 years ago
  80. 54afdbd Simplify Sequence iterations in writerfilter, writerperfect, xmlhelp by Arkadiy Illarionov · 7 years ago
  81. b52f309 improve loplugin simplifyconstruct by Noel Grandin · 7 years ago
  82. 184be2d tdf#120703 PVS: remove redundant static casts by Mike Kaganski · 7 years ago
  83. 6ed5464 loplugin:unusedfields in xmlhelp,xmlsecurity by Noel Grandin · 7 years ago
  84. 0d1253c new loplugin writeonlyvars by Noel Grandin · 7 years ago
  85. 743d560 loplugin:indentation in writerfilter..xmloff by Noel Grandin · 7 years ago
  86. 43635b4 o3tl::make_unique -> std::make_unique in tools..xmloff by Gabor Kelemen · 7 years ago
  87. 6239993 loplugin:constparams in ucb..xmlhelp by Noel Grandin · 7 years ago
  88. eef4268 use unique_ptr in xmlhelp by Noel Grandin · 7 years ago
  89. e4472d3 loplugin:unnecessaryparen include more assignments by Noel Grandin · 7 years ago
  90. dac1ff8 convert treeview::TVDom::Kind to scoped enum by Noel Grandin · 7 years ago
  91. 20831ee loplugin:useuniqueptr in ResultSetForQuery by Noel Grandin · 7 years ago
  92. 5145882 pvs-studio: The 'aIndexFolderResultVector' variable is used after it was moved by Caolán McNamara · 7 years ago
  93. 99c59c5 Set up our own libxslt security context in xmlhelp, as per #i117643. by Damjan Jovanovic · 8 years ago
  94. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  95. 52d0aca loplugin:useuniqueptr in TVChildTarget by Noel Grandin · 8 years ago
  96. 70c0c3b loplugin:useuniqueptr in xmlhelp::Databases by Noel Grandin · 8 years ago
  97. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  98. 87b24dd Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurity by Arkadiy Illarionov · 8 years ago
  99. 04e9a4c loplugin:constfields in xmlhelp by Noel Grandin · 8 years ago
  100. 9784934 tdf#42949 Fix IWYU warnings in include/ucbhelper/* by Gabor Kelemen · 8 years ago