1. 55628d6 sw vba: add WordBasic.MsgBox by Justin Luth · 3 years, 6 months ago
  2. 73911ed tdf#148806 doc vba: highest priority is ThisDocument AutoOpen V2 by Justin Luth · 3 years, 6 months ago
  3. ffc1572 tdf#148806 tdf#151393 xls vba: no Auto_Open from ThisWorksheet by Justin Luth · 3 years, 6 months ago
  4. eaa38b0 tdf#148806 doc vba: only autoOpen PUBLIC macros by Justin Luth · 3 years, 6 months ago
  5. e2abb5b tdf#148806 doc vba: accept module AutoOpen.Main by Justin Luth · 3 years, 6 months ago
  6. 6834fda related tdf#148806 xls/x vba: no auto_open if Auto_Open module by Justin Luth · 3 years, 6 months ago
  7. fd3888c move ErrCode to comphelper and improve debug output string by Noel Grandin · 3 years, 7 months ago
  8. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  9. ed4ffba Drop some conversion from vbahelper; use usual functions where needed by Mike Kaganski · 3 years, 8 months ago
  10. da9b11a Use o3tl::convert in VbaApplicationBase::CentimetersToPoints by Mike Kaganski · 3 years, 8 months ago
  11. 2d009c4 loplugin:moveit by Noel Grandin · 3 years, 9 months ago
  12. 934985b tools: rename getHeight/Width() to GetOpenHeight/Width() by Chris Sherlock · 3 years, 9 months ago
  13. 86ec141 clang-tidy modernize-pass-by-value in vbahelper by Noel Grandin · 3 years, 9 months ago
  14. 3a06db0a Use a range-based for loop by Stephan Bergmann · 3 years, 10 months ago
  15. 5060c50 Use o3tl::make_unsigned in some places by Stephan Bergmann · 3 years, 11 months ago
  16. bc1ab88 More usual 1899-12-30 base Date in Basic by Mike Kaganski · 4 years ago
  17. 46972be Just use Any ctor instead of makeAny in vbahelper by Stephan Bergmann · 4 years ago
  18. fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
  19. cbaf1fb loplugin:stringview more o3tl conversion by Noel Grandin · 4 years ago
  20. 3e76797 move comphelper::string::toInt32 to o3tl by Noel Grandin · 4 years ago
  21. 36e0e88 use more subView when converting to Int32 by Noel Grandin · 4 years ago
  22. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  23. 7b0e040 tdf#145539 const OUString -> constexpr OUStringLiteral by Jeff Huang · 4 years, 5 months ago
  24. 2ab40e9 use more OUStringLiteral in MediaDescriptor by Noel Grandin · 4 years, 5 months ago
  25. 951c4ceb2 Prepare for removal of non-const operator[] from Sequence in vbahelper by Mike Kaganski · 4 years, 5 months ago
  26. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  27. 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
  28. d968425 loplugin:moveparam check for collection params by Noel Grandin · 4 years, 6 months ago
  29. dad5b69 [tdf#42982]Improve runtimeException's Message by Verne-Lai · 4 years, 6 months ago
  30. d72511e gives names to all the Idles and Tasks by Noel Grandin · 4 years, 6 months ago
  31. 4dd6af8 vcl: rename OutDevState to Stack by Chris Sherlock · 4 years, 7 months ago
  32. 96bd77d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5 by Mike Kaganski · 4 years, 7 months ago
  33. 1230e5c update some pches by Caolán McNamara · 4 years, 8 months ago
  34. 080e455 tdf#141097 Revert "Veto process exit while an OLE client is connected" by Michael Warner · 4 years, 9 months ago
  35. 1597cc5 convert #defines to OUStringLiteral by Noel Grandin · 4 years, 8 months ago
  36. bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
  37. 21405a6 vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxx by Chris Sherlock · 5 years ago
  38. 92889bc Simplify Sequences initializations (vbahelper) by Julien Nabet · 4 years, 10 months ago
  39. 634e98e fix shutdown leak VbaGlobalsBase by Noel Grandin · 4 years, 11 months ago
  40. eb6819e change usage of boost::hash_combine to o3tl::hash_combine by Tomaž Vajngerl · 5 years ago
  41. 7049328 loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat by Noel Grandin · 5 years ago
  42. 46ce0d2 loplugin:stringliteralvar look for assignments by Noel Grandin · 5 years ago
  43. 3077f05 update PCHs by Caolán McNamara · 5 years ago
  44. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  45. 396dfdd move set/get Pointer to VCLUnoHelper by Caolán McNamara · 5 years ago
  46. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  47. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  48. e3e7bc6 update pches by Caolán McNamara · 5 years ago
  49. c880d3e check for quit when calling Yield in loop by Noel Grandin · 5 years ago
  50. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  51. 2372ce8 update pches by Caolán McNamara · 5 years ago
  52. 3f95cbcd loplugin:refcounting in vbahelper by Noel · 5 years ago
  53. c950ded update pches by Caolán McNamara · 5 years ago
  54. 956c09c Use more conversion functions from <tools/UnitConversion.hxx> by Mike Kaganski · 5 years ago
  55. 068d410 loplugin:redundantcast catch more dynamic_cast by Noel · 5 years ago
  56. 9430608 simplify code, use more subView() by Noel · 5 years ago
  57. 63a6806 make the Color constructors explicitly specify transparency by Noel · 5 years ago
  58. ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
  59. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  60. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  61. 1ac4498 update pches by Caolán McNamara · 5 years ago
  62. 8332d6d loplugin:stringviewparam include comparisons with string literals by Noel · 5 years ago
  63. 19926ed3 loplugin:stringview: Flag empty string converted to string view by Stephan Bergmann · 5 years ago
  64. b9e9ac5 tdf#123936 Formatting files in module vbahelper with clang-format by Philipp Hofer · 5 years ago
  65. 8ef6067 loplugin:stringviewparam check methods too by Noel · 5 years ago
  66. cc1e6ee disable O(U)String::concat for internal code by Noel Grandin · 5 years ago
  67. 349099b loplugin:reducevarscope in vbahelper by Noel · 5 years ago
  68. 4fbd638 switching long to a 64-bit type on 64-bit windows by Noel · 5 years ago
  69. de74d98 OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround by Caolán McNamara · 6 years ago
  70. e6dfaf9 Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString by Stephan Bergmann · 6 years ago
  71. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  72. 857c09a Fix typo in code by Andrea Gelmini · 6 years ago
  73. 65ae6af loplugin:unusedvarsglobal by Noel Grandin · 6 years ago
  74. e67657d loplugin:simplifybool more by Noel Grandin · 6 years ago
  75. 3457da6 loplugin:stringstatic also look for local statics by Noel Grandin · 6 years ago
  76. 70a0081 SvTreeListBox can move into toolkit headers now by Caolán McNamara · 6 years ago
  77. 5ec8d15 loplugin:flatten in vbahelper by Noel Grandin · 6 years ago
  78. 0c1b490 loplugin:unusedmethods by Noel Grandin · 6 years ago
  79. b050b7e update pches by Caolán McNamara · 6 years ago
  80. 45c8885 vbahelper: create instances with uno constructors by Noel Grandin · 6 years ago
  81. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  82. f0d4f96 Upcoming improved loplugin:staticanonymous -> redundantstatic: vbahelper by Stephan Bergmann · 6 years ago
  83. a2fc883 use more std::container::insert instead of std::copy by Noel Grandin · 6 years ago
  84. 8fcd2db use compact namespace syntax by Noel Grandin · 6 years ago
  85. b512ce2 Make upcasting css::uno::Reference ctor require complete types by Stephan Bergmann · 6 years ago
  86. 9f07fb6 update pches by Caolán McNamara · 6 years ago
  87. e12fa18 tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/ by Gabor Kelemen · 6 years ago
  88. dfb24c3 uiobject.hxx only needs forward declares by Caolán McNamara · 6 years ago
  89. 1133c39 Revert "loplugin:constfields in vbahelper" by Noel Grandin · 6 years ago
  90. 9ad252b Drop o3tl::optional wrapper by Stephan Bergmann · 6 years ago
  91. 7aaa310 tdf#42982 Make UNO error reporting more descriptive by Burak Bala · 6 years ago
  92. 7f77ac2 tdf#42949 Fix IWYU warnings in vbahelper/ by Gabor Kelemen · 6 years ago
  93. 69e0d871 make update_pch also consider files in <module>/src/**/inc by Luboš Luňák · 6 years ago
  94. c82efb6 clang-tidy modernize-concat-nested-namespace by Noel Grandin · 6 years ago
  95. aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
  96. 0288c8f Rephrase cast from sal_Int32 to sal_uInt32 by Stephan Bergmann · 6 years ago
  97. 3bbc0cf loplugin:makeshared in svgio..writerperfect by Noel Grandin · 6 years ago
  98. a2f1be4 sal_Char->char in vcl by Noel Grandin · 6 years ago
  99. 7e40319 Introduce o3tl::optional as an alias for std::optional by Stephan Bergmann · 6 years ago
  100. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago