1. 38979c6 Prepare for removal of non-const operator[] from Sequence in xmlscript by Mike Kaganski · 4 years, 5 months ago
  2. 283a979 loplugin:indentation check for indent inside block by Noel Grandin · 4 years, 6 months ago
  3. f4ac99f loplugin:moveparam in xmlscript by Noel Grandin · 4 years, 6 months ago
  4. 3a1a448 loplugin:constvars by Noel Grandin · 4 years, 7 months ago
  5. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  6. 499adc4 osl::Mutex->std::mutex in XMLBasicExporterBase by Noel Grandin · 4 years, 8 months ago
  7. 57796f2 Simplify Sequences initializations (writerfilter/writerperfect/x*) by Julien Nabet · 4 years, 10 months ago
  8. 160a4852 dtd files are not xml files and shouldn't have xml headers by Caolán McNamara · 4 years, 10 months ago
  9. 057b25c crashtesting fix by Noel Grandin · 4 years, 10 months ago
  10. a76ae1c no need to allocate Style objects separately by Noel Grandin · 4 years, 10 months ago
  11. 5c790320 fix leaks in loading xmlscript by Noel Grandin · 4 years, 11 months ago
  12. 3d36ff1 loplugin:unusedfields by Noel Grandin · 4 years, 11 months ago
  13. af16aa6 Improve loplugin:stringview by Stephan Bergmann · 5 years ago
  14. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  15. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  16. ce135ba tdf#137652 add xmlscript unittest & infrastructure by Vasily Melenchuk · 5 years ago
  17. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  18. bd43c75 tdf#88205: Use initializer_list ctor in css::uno::Sequence by Mani Kumar · 5 years ago
  19. 96388e5 Drop 'static_cast<cppu::OWeakObject*>' syntactic noise by Mike Kaganski · 5 years ago
  20. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  21. 860b2d0 update pches by Caolán McNamara · 5 years ago
  22. 85e51d1 loplugin:refcounting in xmlscript by Noel · 5 years ago
  23. 466ec5a loplugin:referencecasting in xmlscript by Noel · 5 years ago
  24. ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
  25. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  26. 8332d6d loplugin:stringviewparam include comparisons with string literals by Noel · 5 years ago
  27. bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
  28. 25e1450 tdf#123936 Formatting files in module xmlscript with clang-format by Philipp Hofer · 5 years ago
  29. f4a5893 tdf#137652 fix XDL import: no more missing empty items for combobox by Serge Krot · 5 years ago
  30. de74d98 OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround by Caolán McNamara · 6 years ago
  31. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  32. 3457da6 loplugin:stringstatic also look for local statics by Noel Grandin · 6 years ago
  33. cda88ec loplugin:simplifybool a little more aggressive by Noel Grandin · 6 years ago
  34. 5ef5c1b loplugin:flatten in xmlscript by Noel Grandin · 6 years ago
  35. 67f4ece xmlscript: create instances with uno constructors by Noel Grandin · 6 years ago
  36. 54c8668 Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlscript by Stephan Bergmann · 6 years ago
  37. 1290305 compact namespace in xmlhelp..xmlsecurity by Noel Grandin · 6 years ago
  38. b512ce2 Make upcasting css::uno::Reference ctor require complete types by Stephan Bergmann · 6 years ago
  39. dfb24c3 uiobject.hxx only needs forward declares by Caolán McNamara · 6 years ago
  40. 7224bb9 loplugin:unusedvariableplus in ucb,xmlscript by Noel Grandin · 6 years ago
  41. 6d9cf22 tdf#130793 Fix import/export of image URLs by Samuel Mehrbrodt · 6 years ago
  42. 214e6ca [API CHANGE] remove BasicImport UNO interfaces by Noel Grandin · 6 years ago
  43. 4c0c333 Fix typo by Andrea Gelmini · 6 years ago
  44. 69e0d871 make update_pch also consider files in <module>/src/**/inc by Luboš Luňák · 6 years ago
  45. aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
  46. 175a206 use more std::make_shared by Noel Grandin · 6 years ago
  47. 77f4eb0 tdf#124176: Use "pragma once" on xmlscript/* by Andrea Gelmini · 6 years ago
  48. 6eef193 sal_Char->char in xmloff..xmlsecurity by Noel Grandin · 6 years ago
  49. f656547 remove some useless comment lines by Noel Grandin · 6 years ago
  50. 7e40319 Introduce o3tl::optional as an alias for std::optional by Stephan Bergmann · 6 years ago
  51. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  52. e276c81 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
  53. 3dfb4c4 tdf#42949 Fix IWYU warnings in xmlscript/ by Gabor Kelemen · 6 years ago
  54. 7d7fea7 make bin/update_pch.s always include code in trivial #if's by Luboš Luňák · 6 years ago
  55. 366eaa1 loplugin:stringadd in writerfilter..xmloff by Noel Grandin · 7 years ago
  56. 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
  57. 7b4b70a Avoid -fsanitizeinvalid-null-argument by Stephan Bergmann · 7 years ago
  58. 7ae43f6 loplugin:constvars in writerfilter..xmlscript by Noel Grandin · 7 years ago
  59. 7d7a786 new loplugin:sequenceloop by Noel Grandin · 7 years ago
  60. 89fa560 Fix typos by Andrea Gelmini · 7 years ago
  61. af896b0 Improved loplugin:stringconstant (now that GCC 7 supports it): xmlscript by Stephan Bergmann · 7 years ago
  62. 0d36b32 loplugin:sequentialassign by Noel Grandin · 7 years ago
  63. 01782ec loplugin:referencecasting in various by Noel Grandin · 7 years ago
  64. ef73fef loplugin:logexceptionnicely in various by Noel Grandin · 7 years ago
  65. fac093e Simplify Sequence iterations in xmlscript, xmlsecurity by Arkadiy Illarionov · 7 years ago
  66. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  67. 855f52e Use hasElements to check Sequence emptiness in [v-x]* by Arkadiy Illarionov · 7 years ago
  68. 184be2d tdf#120703 PVS: remove redundant static casts by Mike Kaganski · 7 years ago
  69. 4c4ccdf i#119731 Hyperlink Control on dialog Editor by Shubham Goyal · 7 years ago
  70. 732d630 tdf#53524 Create UNO grid control- dialog editor by Shubham Goyal · 7 years ago
  71. 183debd pretty up logging of exceptions by Noel Grandin · 7 years ago
  72. f76bf26 new loplugin indentation by Noel Grandin · 7 years ago
  73. 21de555 remove unnecessary "if (!empty()" checks before loops by Noel Grandin · 7 years ago
  74. 655e3bd Fix typo by Andrea Gelmini · 7 years ago
  75. d90ec5d tdf#42949 Fix IWYU warnings in include/xmlscript/* by Gabor Kelemen · 7 years ago
  76. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  77. f31c9f1 clang-tidy performance-unnecessary-copy-init in test..xmlscript by Noel Grandin · 7 years ago
  78. 45e208f copy and paste error by Caolán McNamara · 7 years ago
  79. 6d7ffb3 clang-tidy readability-simplify-subscript-expr by Noel Grandin · 7 years ago
  80. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  81. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  82. 87b24dd Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurity by Arkadiy Illarionov · 8 years ago
  83. 5cd976b loplugin:simplifyconstruct in writerfilter..xmlsecurity by Noel Grandin · 8 years ago
  84. 7a11e70 loplugin:useuniqueptr in DocumentHandlerImpl by Noel Grandin · 8 years ago
  85. 60bc263 new loplugin:conststringfield by Noel Grandin · 8 years ago
  86. 9ca80b5 loplugin:useuniqueptr in ExtendedAttributes by Noel Grandin · 8 years ago
  87. f08a060 loplugin:unusedfields,can-be-const in xmlscript by Noel Grandin · 8 years ago
  88. 0132f27 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  89. 5708534 look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW by Noel Grandin · 8 years ago
  90. 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
  91. 45f20a8 [API CHANGE] deprecate XGraphicObjectResolver by Tomaž Vajngerl · 8 years ago
  92. 49eb02f new loplugin:unusedvariablemore by Noel Grandin · 8 years ago
  93. 786a1c8 fflush() followed by fclose() is redundant by Takeshi Abe · 8 years ago
  94. d9d6f80 Fix invalid syntax by Mike Kaganski · 8 years ago
  95. 4450b2a pass area param to DBG_UNHANDLED_EXCEPTION by Noel Grandin · 8 years ago
  96. 9401c7c remove unused processfactory.hxx includes by Jochen Nitschke · 8 years ago
  97. 043273e xmlscript: change import/export to not use GraphicObject URL by Tomaž Vajngerl · 8 years ago
  98. b5ed99e More loplugin:cstylecast: xmlscript by Stephan Bergmann · 8 years ago
  99. ab279d3 More loplugin:cstylecast: xmlscript by Stephan Bergmann · 8 years ago
  100. 2a1fb44 loplugin:passstuffbyref improved returns by Noel Grandin · 8 years ago