1. abb3d54 officecfg,stoc: allow running JVM UNO components out-of-process by Michael Stahl · 4 years ago
  2. 4cdf613 stoc/javaloader: create instances with uno constructors by Noel Grandin · 6 years ago
  3. 17c4c24 Properly use createOneInstanceComponentFactory for javaloader by Stephan Bergmann · 3 years, 11 months ago
  4. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  5. 62605b1 tdf#42949 Fix IWYU warnings in stoc/ by Gabor Kelemen · 7 years ago
  6. f20810f Use hasElements to check Sequence emptiness in sfx2..svx by Arkadiy Illarionov · 7 years ago
  7. dd8d5e5 improve loplugin:stringconstant by Noel Grandin · 7 years ago
  8. 22f2cf3 implement std::hash for css::uno::Reference and rtl::Reference by Noel Grandin · 7 years ago
  9. 8f59317 loplugin:sequentialassign in starmath..svl by Noel Grandin · 7 years ago
  10. 14a11ab pUnoReturn should be null when UNO methode is VOID by Juergen Funk · 7 years ago
  11. 28239c4 simplify UNO getTypes methods by Noel Grandin · 7 years ago
  12. 972b996 Avoid index for single getToken() call by Matteo Casalin · 7 years ago
  13. cfbd830 tdf#120703 PVS: remove redundant static casts by Mike Kaganski · 7 years ago
  14. 0d1253c new loplugin writeonlyvars by Noel Grandin · 7 years ago
  15. f68f3b9 loplugin:indentation in soltools..svl by Noel Grandin · 7 years ago
  16. b7e89cd const_cast is not needed here by Mike Kaganski · 7 years ago
  17. 553fcbb loplugin:unnecessaryparen (clang-cl) by Stephan Bergmann · 7 years ago
  18. d0265c1 loplugin:redundantinline (clang-cl) by Stephan Bergmann · 7 years ago
  19. 98e6080 loplugin:flatten in stoc..store by Noel Grandin · 7 years ago
  20. 70519a4 Replace OUStringBuffer::appendCopy with append(std::u16string_view) by Stephan Bergmann · 7 years ago
  21. 0ded54c Simplify containers iterations in slideshow, sot, starmath, stoc by Arkadiy Illarionov · 7 years ago
  22. 06ad764 improve function-local statics in scripting..svtools by Noel Grandin · 7 years ago
  23. 270e41ad loplugin:buriedassign in sd..writerfilter by Noel Grandin · 7 years ago
  24. 628e96c tdf#120703 PVS: V547 Expression is always true/false by Mike Kaganski · 7 years ago
  25. e128f78 replace double-checked locking patterns with thread safe local statics by Mike Kaganski · 7 years ago
  26. 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago
  27. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  28. 5fb66ae clang-tidy readability-simplify-boolean-expr by Noel Grandin · 7 years ago
  29. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  30. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  31. b2d156b tdf#120362: Don't ask user to enable JVM when enumerating scripts by Mike Kaganski · 8 years ago
  32. 0ddf3e0 loplugin:constfields in stoc..svgio by Noel Grandin · 7 years ago
  33. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  34. e1d3ecb loplugin:simplifyconstruct in stoc..svl by Noel Grandin · 8 years ago
  35. cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
  36. 80f990b clang-tidy performance-inefficient-vector-operation by Noel Grandin · 8 years ago
  37. 0787ce8 Simplify containers iterations, tdf#96099 follow-up by Arkadiy Illarionov · 8 years ago
  38. cd66852 create appendCopy method in OUStringBuffer by Noel Grandin · 8 years ago
  39. c40109c Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  40. ed1e296 loplugin:useuniqueptr in lru_cache by Noel Grandin · 8 years ago
  41. a0c2958 loplugin:useuniqueptr in LRU_Cache by Noel Grandin · 8 years ago
  42. bd83209 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  43. db481df stoc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) by Stephan Bergmann · 8 years ago
  44. 087213c tdf#96099 Remove trivial container typedefs in stoc, svl, svx, sw by Arkadiy Illarionov · 8 years ago
  45. bc5cdc0 tdf#108523 Remove @author annotations by Abhyudaya Sharma · 8 years ago
  46. 02a7f9e stoc: replace double-checked locking with static initializers by Jochen Nitschke · 8 years ago
  47. 1774599 tdf#96099 Remove some trivial std::vector iterator typedefs by Arkadiy Illarionov · 8 years ago
  48. 251cb2a tdf#96099 Remove std::vector typedefs by Abhyudaya Sharma · 8 years ago
  49. 2b7690d Revert "Simplify: Use AutomationInvokedZone::isActive()" by Tor Lillqvist · 8 years ago
  50. 0cae8ee Must catch Exception here, not the more specific UnknownPropertyException by Tor Lillqvist · 8 years ago
  51. 3c04172 Simplify: Use AutomationInvokedZone::isActive() by Tor Lillqvist · 8 years ago
  52. dee3ca5 Do same trick in setValue() as earlier in getValue() for Automation clients by Tor Lillqvist · 8 years ago
  53. 2b6a84c We might need to handle form controls as properties for OLE clients after all by Tor Lillqvist · 8 years ago
  54. 7873bba Hack to make properties work better from Automation clients by Tor Lillqvist · 8 years ago
  55. 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
  56. 3772961 tdf#100726 - Improve readability of OUString concatanations by Gökhan Gurbetoğlu · 8 years ago
  57. 48fbfe3 use more DBG_UNHANDLED_EXCEPTION by Noel Grandin · 8 years ago
  58. 9549f07 loplugin:redundantfcast by Stephan Bergmann · 8 years ago
  59. 2d40c43 loplugin:redundantfcast look for unnecessary temporaries by Noel Grandin · 8 years ago
  60. ba8a703 New loplugin:nestedunnamed by Stephan Bergmann · 8 years ago
  61. 7d56128 Fix exception message: add colon between function name and the word "expected" by Tor Lillqvist · 8 years ago
  62. 68d9583 tdf#108523 Removed @author annotations. by Manuj Vashist · 8 years ago
  63. 52030a3 Remove code that has been commented out since initial import in 2000 by Tor Lillqvist · 8 years ago
  64. 19f8a97 Fix typos by Andrea Gelmini · 8 years ago
  65. 9af8f19 More loplugin:cstylecast on Windows by Stephan Bergmann · 8 years ago
  66. be94207 new loplugin:emptyif by Noel Grandin · 8 years ago
  67. 697f01e SAL_W32 is just an alias for _WIN32 by Stephan Bergmann · 8 years ago
  68. 66d0e15 Fix typos by Andrea Gelmini · 8 years ago
  69. f0b8573 Fix typos by Andrea Gelmini · 8 years ago
  70. 761b4d8 More loplugin:cstylecast: stoc by Stephan Bergmann · 8 years ago
  71. d76f636 More loplugin:cstylecast: stoc by Stephan Bergmann · 8 years ago
  72. e57a036 loplugin:useuniqueptr in tools,stoc,unotools by Noel Grandin · 8 years ago
  73. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  74. 2e5508a loplugin:unnecessaryparen check for (f1()).f2 by Noel Grandin · 8 years ago
  75. 2345f00 Replace lists by vectors (stoc) by Julien Nabet · 8 years ago
  76. db378d6 loplugin:constmethod in vcl and stoc by Noel Grandin · 8 years ago
  77. 63ffec7c loplugin:includeform: stoc by Stephan Bergmann · 8 years ago
  78. 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
  79. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  80. 43b02c4 Make sure space handed to C/C++ ABI is padded large enough by Stephan Bergmann · 9 years ago
  81. cc1ed7f loplugin:flatten in various by Noel Grandin · 9 years ago
  82. a8622c7 loplugin:flatten in sdext..stoc by Noel Grandin · 9 years ago
  83. f7b1989 Convert com.sun.star.comp.stoc.CoreReflection to direct construction by Caolán McNamara · 9 years ago
  84. 3f0fba0 New rtl::isUnicodeScalarValue, rtl::isSurrogate by Stephan Bergmann · 9 years ago
  85. 7aa7f4d loplugin:unnecessaryparen include c++ casts by Noel Grandin · 9 years ago
  86. 06c07c0 Translate German comments/debug strings (leftovers in dirs starmath to sysui) by Johnny_M · 9 years ago
  87. 20a7ffd stoc: remove extra braces by Michael Stahl · 9 years ago
  88. 7936368 stoc: deadlock osl::Mutex::getGlobalMutex() vs getImplHelperInitMutex() by Michael Stahl · 9 years ago
  89. 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
  90. 2e8acde remove UL/L suffixes from integer constants on the RHS of expressions by Noel Grandin · 9 years ago
  91. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  92. d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
  93. f74da13 use more comphelper::InitAnyPropertySequence by Noel Grandin · 9 years ago
  94. 6af0255 use more OUString::operator== in sfx2..svtools by Noel Grandin · 9 years ago
  95. 75fd528 loplugin:oncevar: empty strings: stoc by Stephan Bergmann · 9 years ago
  96. 7de833a simplify calls OUString::copy in foo.copy(x, foo.getLength() - x) by Noel Grandin · 9 years ago
  97. 4b2262a new loplugin unnecessaryparen by Noel Grandin · 9 years ago
  98. 30e081a loplugin:casttovoid: stoc by Stephan Bergmann · 9 years ago
  99. 513ac8e loplugin:useuniqueptr in various by Noel Grandin · 9 years ago
  100. 5e028ad simplify some string handling in tracing calls by Noel Grandin · 9 years ago