1. a7035eb tdf#125340 transport preferred dialog parent down the migration dialog by Caolán McNamara · 7 years ago
  2. 966f40e Use hasElements to check Sequence emptiness in [e-i]* by Arkadiy Illarionov · 7 years ago
  3. 8ae150d Re-enable JunitTest_forms_unoapi_2 forms.ODateModel by Stephan Bergmann · 7 years ago
  4. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  5. f990540 tdf#125170 Deliver mouse events also when clicking into document content by Samuel Mehrbrodt · 7 years ago
  6. a361231 fix wrong SET/QUERY flags passed to uno::Reference by Noel Grandin · 7 years ago
  7. fbc038c an uno -> a uno by Caolán McNamara · 7 years ago
  8. 1156f98 an is used before a vowel sound by Caolán McNamara · 7 years ago
  9. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  10. e0382c3 avoid copying when placing items into SfxItemSet by Noel Grandin · 7 years ago
  11. ba84300 Fix typo by Andrea Gelmini · 7 years ago
  12. 6a8aac9 Fix typo by Andrea Gelmini · 7 years ago
  13. 84dc21f Fix typo by Andrea Gelmini · 7 years ago
  14. 0a166db Fix typo by Andrea Gelmini · 7 years ago
  15. 271dc59 Fix typo by Andrea Gelmini · 7 years ago
  16. 04112bc loplugin:sequentialassign in filter..fpicker by Noel Grandin · 7 years ago
  17. d38f993 [API CHANGE] Asserts to never clear already cleared guard by Mike Kaganski · 7 years ago
  18. 5a824268 Don't use resettable/clearable guard where plain guard is enough by Mike Kaganski · 7 years ago
  19. 83f1068 Use char version of OString/OStringBuffer methods by Matteo Casalin · 7 years ago
  20. cca2e42 Use getTokenCount and indexed getToken by Matteo Casalin · 7 years ago
  21. 97ab50f Remove unused using declarations in directories [e-l]* by Gabor Kelemen · 7 years ago
  22. 1d39c5a tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]* by Gabor Kelemen · 7 years ago
  23. b1cfdb7 new loplugin:unoquery by Noel Grandin · 7 years ago
  24. dfb2fec Improve parseDateTime tokenization and reduce OUString copies by Matteo Casalin · 7 years ago
  25. 80aec8e tdf#42949 Fix IWYU warnings in include/connectivity/* by Gabor Kelemen · 7 years ago
  26. 8b5e23e log nice exception messages whereever possible by Noel Grandin · 7 years ago
  27. 191f85d re-land "new loplugin typedefparam"" by Noel Grandin · 7 years ago
  28. 19240f6 loplugin:unusedfields look for classes where we can make all the.. by Noel Grandin · 7 years ago
  29. cd38300 loplugin:unusedfields in forms..fpicker by Noel Grandin · 7 years ago
  30. dbc7fc7 use unique_ptr in OComponentEventThread by Noel Grandin · 7 years ago
  31. c70f5f3 use clear() instead of erase(begin, end) by Noel Grandin · 7 years ago
  32. 44841a6 Simplify containers iterations in [f-l]* by Arkadiy Illarionov · 7 years ago
  33. a2b687a Pointer is pointless by Noel Grandin · 7 years ago
  34. 0019eac loplugin:indentation in forms..fpicker by Noel Grandin · 7 years ago
  35. adbb6d9 fix load/save of forms with HAVING by Noel Grandin · 7 years ago
  36. 5e1e912 Avoid -Werror=format-truncation= by Stephan Bergmann · 7 years ago
  37. cec7ae9 tdf#42949 Fix IWYU warnings in include/toolkit/* by Gabor Kelemen · 7 years ago
  38. 70519a4 Replace OUStringBuffer::appendCopy with append(std::u16string_view) by Stephan Bergmann · 7 years ago
  39. 6256797 tdf#42949 Fix IWYU warnings in include/vcl/[v-x]* by Gabor Kelemen · 7 years ago
  40. 0a9917b tdf#122152 set dialog parent by Caolán McNamara · 7 years ago
  41. 00b49f9 tdf#42949 Fix IWYU warnings in include/vcl/s* by Gabor Kelemen · 7 years ago
  42. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  43. 36b2142 remove unused SvLockBytesStatFlag enum by Noel Grandin · 7 years ago
  44. bd1cac5 drop some unnecessary includes by Caolán McNamara · 7 years ago
  45. 3afe0c7 --enable-dbgutil --disable-assert-always-abort fixes by Stephan Bergmann · 7 years ago
  46. 55e4280 improve function-local statics in forms..reportdesign by Noel Grandin · 7 years ago
  47. 2dbd02b loplugin:redundantfcast improvements by Noel Grandin · 7 years ago
  48. 40710c4 tdf#42949 Fix IWYU warnings in include/vcl/[B-E]* by Gabor Kelemen · 7 years ago
  49. 492ea7e tdf#42949 Fix IWYU warnings in include/vcl/[ab]* by Gabor Kelemen · 7 years ago
  50. c89a499 Adapt to C++2a char_t by Stephan Bergmann · 7 years ago
  51. e3560f4 Replace deprecated boost::optional::reset(val) with operator = by Mike Kaganski · 7 years ago
  52. 33e47b4 Fix many Java subsequentcheck test by using JUH by Jan-Marek Glogowski · 7 years ago
  53. 84286ac Simplify and fix Java UNO API test makefiles by Jan-Marek Glogowski · 7 years ago
  54. 6311f7f move SvTreeListBox to vcl by Caolán McNamara · 7 years ago
  55. fec8c14 tdf#121188 form controls should have InputRequired false by default by Lionel Elie Mamane · 7 years ago
  56. a2058e7 replace double-checked locking patterns with thread safe local statics by Mike Kaganski · 7 years ago
  57. 4054dff use unique_ptr when Clone()'ing PoolItems by Noel Grandin · 7 years ago
  58. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  59. 51d1ec7 clang-tidy performance-unnecessary-copy-init in editeng..i18npool by Noel Grandin · 7 years ago
  60. 2c1b7e8 clang-tidy readability-container-size-empty by Noel Grandin · 7 years ago
  61. f3b3450 tdf#42949 Fix IWYU warnings in include/tools/* by Gabor Kelemen · 7 years ago
  62. ef5b895 loplugin:staticvar in editeng..framework by Noel Grandin · 7 years ago
  63. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  64. 9ec8bf8 add SvStream::TellEnd by Noel Grandin · 7 years ago
  65. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  66. 2a962cb tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]* by Gabor Kelemen · 8 years ago
  67. 0e257f8 weld ImpSWFDialog by Caolán McNamara · 8 years ago
  68. 8df9935 tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]* by Gabor Kelemen · 8 years ago
  69. cc2fe8c Replace SAL_OVERRIDE with override in internal code by Stephan Bergmann · 8 years ago
  70. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  71. 867cfc5 loplugin:useuniqueptr in ODatabaseForm::GetDataMultiPartEncoded by Noel Grandin · 8 years ago
  72. cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
  73. 8dc6c96 loplugin:simplifyconstruct in filter..framework by Noel Grandin · 8 years ago
  74. 97b6fd8 Replace find_if with proper quantifier algorithms by Arkadiy Illarionov · 8 years ago
  75. 5ff20b1 no need to allocate a new string in parseDuration by Noel Grandin · 8 years ago
  76. 085269d Replace find_if with proper quantifier algorithms by Arkadiy Illarionov · 8 years ago
  77. 37f9fdc replace rtl_allocateMemory with std::malloc by Noel Grandin · 8 years ago
  78. 4c91b89 new loplugin:oustringbuffer by Noel Grandin · 8 years ago
  79. cd66852 create appendCopy method in OUStringBuffer by Noel Grandin · 8 years ago
  80. ff4d6a7 loplugin:returnconstant in forms..fpicker by Noel Grandin · 8 years ago
  81. d541556 loplugin:stringloop in various by Noel Grandin · 8 years ago
  82. bdb0775 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  83. 133da6e Fix typos by Andrea Gelmini · 8 years ago
  84. 65e4159 pass SvStream around by std::unique_ptr by Noel Grandin · 8 years ago
  85. 1d27776 Improved loplugin:redundantcast (const-qualified typedefs): forms by Stephan Bergmann · 8 years ago
  86. 9abc888 Fix typo by Andrea Gelmini · 8 years ago
  87. 46d9abb loplugin:useuniqueptr in OClickableImageBaseModel by Noel Grandin · 8 years ago
  88. e1b922a loplugin:useuniqueptr in frm::ODatabaseForm by Noel Grandin · 8 years ago
  89. 10433ad loplugin:useuniqueptr in PropertySetBase by Noel Grandin · 8 years ago
  90. 9375d1b loplugin:useuniqueptr in StandardFormatsSupplier by Noel Grandin · 8 years ago
  91. 517c070 loplugin:useuniqueptr in frm::AttributeState by Noel Grandin · 8 years ago
  92. 1f08bff new loplugin:shouldreturnbool by Noel Grandin · 8 years ago
  93. 5708534 look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW by Noel Grandin · 8 years ago
  94. 1c4cd77 forms - move the Bitmap accessing code inside BitmapEx by Noel Grandin · 8 years ago
  95. 8ddca06 tdf#42949 remove unused compheler includes .. by Jochen Nitschke · 8 years ago
  96. 62667aa tdf#96099 Remove some trivial std::vector typedefs by Arkadiy Illarionov · 8 years ago
  97. 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
  98. 0e384e1 loplugin:unnecessaryvirtual improvements by Noel Grandin · 8 years ago
  99. f6fb5a1 Fix typos by Andrea Gelmini · 8 years ago
  100. af94177 improve AttributeState compare operator by Jochen Nitschke · 8 years ago