1. 39ea36b tdf#108732 ListBox: in absence of a field, treat data as string by Lionel Elie Mamane · 9 years ago
  2. bb50f9d tdf#107720 Bound Control initFromField: consider the case of the insert row by Lionel Elie Mamane · 9 years ago
  3. 23b8a09 tdf#106462 old value and new value were swapped by Lionel Elie Mamane · 9 years ago
  4. 4688564 better fix for tdf#103830 by Noel Grandin · 9 years ago
  5. 81e5ba5 tdf#103830 Form field names not update in python macro by Noel Grandin · 9 years ago
  6. a6f3ca0 tdf#101828 handle rtf/richtext correctly by Oliver Specht · 9 years ago
  7. 66ccfcd remove use of tryPropertyValue Any specialisation by Jochen Nitschke · 9 years ago
  8. bb674aa loplugin:unusedfields by Noel Grandin · 9 years ago
  9. 1ba4bb6 loplugin:countusersofdefaultparams in editeng..rsc by Noel Grandin · 9 years ago
  10. 389999a make comphelper::containerToSequence a little smarter by Noel Grandin · 9 years ago
  11. bbf6c51 loplugin:expandablemethods in forms..formula by Noel Grandin · 9 years ago
  12. c123c52 loplugin:unnecessaryvirtual in comphelper..forms by Noel Grandin · 9 years ago
  13. 8a22bc9 update unnecessaryoverride plugin to find pure forwarding methods by Noel Grandin · 9 years ago
  14. 798c107 coverity#1374310 Uncaught exception by Caolán McNamara · 9 years ago
  15. f20a458 coverity#1374311 Uncaught exception by Caolán McNamara · 9 years ago
  16. 7580c5e coverity#1374312 Uncaught exception by Caolán McNamara · 9 years ago
  17. 3cc1a10 coverity#1374313 Uncaught exception by Caolán McNamara · 9 years ago
  18. 2d96f3a coverity#1374314 Uncaught exception by Caolán McNamara · 9 years ago
  19. db33715 coverity#1374315 Uncaught exception by Caolán McNamara · 9 years ago
  20. 6e14070 coverity#1374316 Uncaught exception by Caolán McNamara · 9 years ago
  21. 95af8bf coverity#1374286 Uncaught exception by Caolán McNamara · 9 years ago
  22. b23e979 coverity#1374281 Uncaught exception by Caolán McNamara · 9 years ago
  23. 77c3b36 coverity#1374280 Uncaught exception by Caolán McNamara · 9 years ago
  24. f96f2ad coverity#1374279 Uncaught exception by Caolán McNamara · 9 years ago
  25. b1de670 coverity#1374278 Uncaught exception by Caolán McNamara · 9 years ago
  26. 1ae7f7f coverity#1374277 Uncaught exception by Caolán McNamara · 9 years ago
  27. 4877387 coverity#1374276 Uncaught exception by Caolán McNamara · 9 years ago
  28. 9b6cb97 coverity#1374275 Uncaught exception by Caolán McNamara · 9 years ago
  29. adf3ec2 coverity#1374274 Uncaught exception by Caolán McNamara · 9 years ago
  30. 0aa597d coverity#1374273 Uncaught exception by Caolán McNamara · 9 years ago
  31. 0b069a3 coverity#1374272 Uncaught exception by Caolán McNamara · 9 years ago
  32. 759c585 coverity#1374271 Uncaught exception by Caolán McNamara · 9 years ago
  33. 0738535 coverity#1374270 Uncaught exception by Caolán McNamara · 9 years ago
  34. ae68c27 coverity#1374269 Uncaught exception by Caolán McNamara · 9 years ago
  35. 7567a4c '>>=' with rhs Any is a copy assignment by Jochen Nitschke · 9 years ago
  36. 0aa2491 loplugin:expandablemethodds in filter..forms by Noel Grandin · 9 years ago
  37. d1ea6ec replace <<= with assign for <<= with rhs Any by Jochen Nitschke · 9 years ago
  38. 802f2a4 Don't allow O[U]StringBuffer in string concatenation by Stephan Bergmann · 9 years ago
  39. 7cf9028 loplugin:unnecessaryoverride in forms/framework by Noel Grandin · 10 years ago
  40. 954f752 convert MapUnit to scoped enum by Noel Grandin · 10 years ago
  41. 106ea87 Remove _TYPED suffix from tools/link.hxx macros by Stephan Bergmann · 10 years ago
  42. f0249a8 Fix typos by Andrea Gelmini · 10 years ago
  43. d9da9a6 Drop redundant cast by Takeshi Abe · 10 years ago
  44. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  45. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  46. 774d2a9 loplugin:constantparam in extensions..lotuswordpro by Noel Grandin · 10 years ago
  47. a6bc2ac coverity#1372386 Uncaught exception by Caolán McNamara · 10 years ago
  48. 107e598 default dtors are fine here by Caolán McNamara · 10 years ago
  49. 1a212ef loplugin:stringconstant: adapt to improved OUStringLiteral1 (forms) by Stephan Bergmann · 10 years ago
  50. 33b3808 put StreamMode masks in scope of enum class by Jochen Nitschke · 10 years ago
  51. 674e0f0b tdf#100726 - Improve readability of OUString concatanations by Gökhan Gurbetoğlu · 10 years ago
  52. 221a176 tdf#89329: use unique_ptr for pImpl in richtextvclcontrol by Arnold Dumas · 10 years ago
  53. 396138a Resolves: coverity#705366 Mixing enum types by Caolán McNamara · 10 years ago
  54. 430b93f convert SvxEscapement to scoped enum by Noel Grandin · 10 years ago
  55. 42ab2cf convert SvxLineSpace to scoped enum by Noel Grandin · 10 years ago
  56. a49eeec convert SvxInterLineSpaceRule to scoped enum by Noel Grandin · 10 years ago
  57. 8806a86 loplugin:unusedenumconstants in forms..sot by Noel Grandin · 10 years ago
  58. b4e1226 loplugin:countusersofdefaultparams in editeng..fpicker by Noel Grandin · 10 years ago
  59. 36313d9 improve unnecessaryoverride plugin by Noel Grandin · 10 years ago
  60. 018e893 Improve loplugin:unnecessaryoverride by Stephan Bergmann · 10 years ago
  61. 6e72f02 new loplugin unnecessary override by Noel Grandin · 10 years ago
  62. d4c576f loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
  63. cd71034 comphelper::OBaseMutex -> cppu::BaseMutex by Noel Grandin · 10 years ago
  64. 41051eb Localize error message in ODataTypeRepository by Muhammet Kara · 10 years ago
  65. 42486dd move #includes to top of file by Noel Grandin · 10 years ago
  66. ac265f6 Further clean-up by Stephan Bergmann · 10 years ago
  67. 9503a69 Remove unused template parameter by Stephan Bergmann · 10 years ago
  68. 48a8d6d loplugin:singlevalfields in various by Noel Grandin · 10 years ago
  69. 033517b Remove unused includes by Stephan Bergmann · 10 years ago
  70. 82da3d9 loplugin:salbool: Implicit conversions from non-Boolean fundamental types by Stephan Bergmann · 10 years ago
  71. 9741e7a Clean up uses of Any::getValue() in forms by Stephan Bergmann · 10 years ago
  72. 6cd3882 remove some manual ref-counting in forms by Noel Grandin · 10 years ago
  73. 4cad126 split AddRemoveListener into two methods by Noel Grandin · 10 years ago
  74. 62d2701 tools: rename SvStream::Read/Write to ReadBytes/WriteBytes by Michael Stahl · 10 years ago
  75. d8545e7 Simplifiy unnecessary uses of int2enum by Stephan Bergmann · 10 years ago
  76. 51c8d22 tdf#93403 check for changed DataSource on all Controls on form reload by Lionel Elie Mamane · 10 years ago
  77. 850a8d2 Convert GRAPHIC to scoped enum by Noel Grandin · 10 years ago
  78. 2c8fe2e update unusedmethods plugin to deal with constructors by Noel Grandin · 10 years ago
  79. 1342818 convert SFXWB file dialog flags to scoped enum by Noel Grandin · 10 years ago
  80. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  81. 0f3ac23 Insert explicit "break" when falling through to empty next case by Stephan Bergmann · 10 years ago
  82. 1f7a31a Missing break in switch by Stephan Bergmann · 10 years ago
  83. 1408f39 fix windows build, ambiguous symbol by Noel Grandin · 10 years ago
  84. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  85. a05ab9e Remove unnecessary setBOOL, makeBoolAny by Stephan Bergmann · 10 years ago
  86. 506c929 Fix typos by Andrea Gelmini · 10 years ago
  87. 5e4fc95 clang-tidy modernize-loop-convert in f* by Noel Grandin · 10 years ago
  88. f91674b tdf#60418: improve perf of opening/closing odts with form tags by Aron Budea · 10 years ago
  89. 715d4d8 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  90. be48e04 Elide const vars by Stephan Bergmann · 10 years ago
  91. bfb185c loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  92. e2baeba loplugin:simplifybool by Stephan Bergmann · 10 years ago
  93. 322eaf8 cppcheck: silence known condition warning in forms by Jochen Nitschke · 10 years ago
  94. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  95. a8ba4a1 loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
  96. 7ae2326 tdf#95845 Use CommandInfoProvider in forms by Samuel Mehrbrodt · 10 years ago
  97. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  98. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  99. c03a11b tdf#97087 Give comprehensible names to timers by Muhammet Kara · 10 years ago
  100. ea99392 Avoid reserved identifiers by Stephan Bergmann · 10 years ago