1. e61bc73 tdf#93403 check for changed DataSource on all Controls on form reload by Lionel Elie Mamane · 10 years ago
  2. 33fe9e6 Missing break in switch by Stephan Bergmann · 10 years ago
  3. fafac0d loplugin:unusedfields forms,formula,fpicker,framework by Noel Grandin · 10 years ago
  4. fe3fd05 add mapKeysToSequence/mapValuesToSequence methods to comphelper by Noel Grandin · 10 years ago
  5. 2554efa use comphelper::containerToSequence by Noel Grandin · 10 years ago
  6. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  7. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  8. 11d3652 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  9. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  10. abf49c2 coverity#1338244 Uncaught exception by Caolán McNamara · 10 years ago
  11. b2d54b0 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  12. 59b072e yyyyy by Noel Grandin · 10 years ago
  13. 1b41208 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  14. b5db48a no need to use OUString constructor in call to createInstance by Noel Grandin · 10 years ago
  15. e25669f don't allocate uno::Reference on the heap by Noel Grandin · 10 years ago
  16. 644487a loplugin:unusedmethods by Noel Grandin · 11 years ago
  17. 3d784c4 remove extra spaces around :: by Noel Grandin · 10 years ago
  18. a673713 more removal of com::sun::star typedefs by Noel Grandin · 10 years ago
  19. 2f3ea8d refactor out some com::sun::star typedefs by Noel Grandin · 10 years ago
  20. 10e1562 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  21. 191e636 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  22. 0e8a40e calling IsSet() before Call() on Link<> is unnecessary by Noel Grandin · 10 years ago
  23. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  24. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  25. f8ba308 loplugin:mergeclasses by Noel Grandin · 10 years ago
  26. 7ba7a97 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  27. 56a5734 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  28. 19b85e9 Fix typos by Andrea Gelmini · 11 years ago
  29. de020fc com::sun::star->css in forms/ by Noel Grandin · 11 years ago
  30. 58aea3f loplugin:unusedmethods by Noel Grandin · 11 years ago
  31. ac9671f tdf#94559: second step to remove rtti.hxx by Oliver Specht · 11 years ago
  32. c50eb68 Renamed wrongly prefixed boolean variables by Stefan Heinemann · 11 years ago
  33. 3418070 loplugin:removeunusedmethods, remove unused stuff by Noel Grandin · 11 years ago
  34. 146fe08 convert Link<> to typed by Noel Grandin · 11 years ago
  35. 3a00aae boost->std by Caolán McNamara · 11 years ago
  36. 0535f42 convert Link<> to typed by Noel Grandin · 11 years ago
  37. eaf2c27 boost->std by Caolán McNamara · 11 years ago
  38. 81bec2e convert Link<> to typed by Noel Grandin · 11 years ago
  39. 69a06ca convert Link<> to typed by Noel Grandin · 11 years ago
  40. 82285ab Merge INetMessageIStream into INetMIMEMessageStream by Stephan Bergmann · 11 years ago
  41. 8cb1f9a A charset is not a content transfer encoding by Stephan Bergmann · 11 years ago
  42. e871b6a Reduce INetMIMEMessage::EnableAttachChild to its only use case by Stephan Bergmann · 11 years ago
  43. 4ea70f8 convert Link<> to typed by Noel Grandin · 11 years ago
  44. 7b096a6 make Link<> typed by Noel Grandin · 11 years ago
  45. 7144ce7 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  46. bd8b93f make PostUserEvent Link<> typed by Noel Grandin · 11 years ago
  47. fe6c124 Remove demonstrated-useless comphelper::compare by Stephan Bergmann · 11 years ago
  48. d0f1838 comphelper::isA(Any... -> Any::has by Stephan Bergmann · 11 years ago
  49. d21260c Remove two silly typedefs by Stephan Bergmann · 11 years ago
  50. ad1f0d1 o3tl: rename compat_functional header by Thorsten Behrens · 11 years ago
  51. 8cf544c convert Link<> to typed by Noel Grandin · 11 years ago
  52. fceee92 loplugin: defaultparams by Noel Grandin · 11 years ago
  53. 87130a4 tdf#92459 Cleanup unclear lambdas by Daniel Robertson · 11 years ago
  54. 14bead7 forms: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  55. 2886f83 idl,framework,forms: inline some use-once typedefs by Noel Grandin · 11 years ago
  56. 4eeeec8 convert RGCHK constants to scoped enum by Noel Grandin · 11 years ago
  57. 38ecca9 inline a bunch of use-once macros by Noel Grandin · 11 years ago
  58. efac5fa remove some unused defines by Noel Grandin · 11 years ago
  59. 771d9ef loplugin:unusedmethods forms by Noel Grandin · 11 years ago
  60. 891c80e loplugin:simplifybool by Stephan Bergmann · 11 years ago
  61. 5a61d7f tdf#92459 replace unary_function in forms by danlrobertson · 11 years ago
  62. 4c5498e fix windows build by Noel Grandin · 11 years ago
  63. 70f1529 tdf#47832: Pictures on buttons, created in forms, gone after reopening form by Zolnai Tamás · 11 years ago
  64. cbce40e Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds by Stephan Bergmann · 11 years ago
  65. 89c7799 remove some unnecessary typedefs around uno::Reference by Noel Grandin · 11 years ago
  66. 465489d Fix typos by Andrea Gelmini · 11 years ago
  67. 1a8915e Fix typos by Andrea Gelmini · 11 years ago
  68. 5d39063 coverity#1308583 Uncaught exception by Caolán McNamara · 11 years ago
  69. 0a4e652 coverity#1308582 Uncaught exception by Caolán McNamara · 11 years ago
  70. 265ad060 coverity#1308542 Uncaught exception by Caolán McNamara · 11 years ago
  71. 6390d2c52 Get rid of comphelper::string::is*Ascii functions by Stephan Bergmann · 11 years ago
  72. bd20422 Disambiguate needlessly overloaded OGridControlModel::createColumn by Stephan Bergmann · 11 years ago
  73. ae150c6 Fix typos by Andrea Gelmini · 11 years ago
  74. 8e1ad96 Some missing SolarMutexGuard around VclPtr acquire/release by Stephan Bergmann · 11 years ago
  75. 3fa7b0b Fix typos by Andrea Gelmini · 11 years ago
  76. ca9de68 Fix typos by Andrea Gelmini · 11 years ago
  77. 01532b1 Fix typos by Andrea Gelmini · 11 years ago
  78. 4729774 remove unnecessary check for null when calling delete by Noel Grandin · 11 years ago
  79. 8d8f264 cppcheck: passedByValue by Caolán McNamara · 11 years ago
  80. 885bf7c loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  81. d33c6cd fix Windows build by Noel Grandin · 11 years ago
  82. 55bc128 loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  83. 3a05a08 loplugin:redundantcast: const_cast to same type by Stephan Bergmann · 11 years ago
  84. 66854d6 convert WINDOW_DRAW flags to scoped enum by Noel Grandin · 11 years ago
  85. 22fd5e0 refactor forms classes to use RenderContext by Tomaž Vajngerl · 11 years ago
  86. 3aebc67 Remove include stdio (part2) by Julien Nabet · 11 years ago
  87. 82d68f9 convert COMMAND_ constants to scoped enum by Noel Grandin · 11 years ago
  88. 6dc42c8 Use IMPL_LINK_NOARG[_TYPED] where applicable by Stephan Bergmann · 11 years ago
  89. 4f00dce Use IMPL_[STATIC_]LINK_NOARG where applicable by Stephan Bergmann · 11 years ago
  90. e3ff2da Replace IMPL_STATIC_LINK[_TYPED] with more useful variants by Stephan Bergmann · 11 years ago
  91. 99e60d8 std::ptr_fun became deprecated since C++11 by Takeshi Abe · 11 years ago
  92. 8fca0c4 vcl: rename other members of StateChangedType for consistency by Michael Stahl · 11 years ago
  93. c9b4c56 Use typed Idle::SetIdleHdl Link by Stephan Bergmann · 11 years ago
  94. 8cafd08 Use typed Timer::SetTimeoutHdl Link by Stephan Bergmann · 11 years ago
  95. e95b073 loplugin:staticmethods by Noel Grandin · 11 years ago
  96. 393c51c Audit LoseFocus - forms, reportdesign, sc, starmath, svtools. by Michael Meeks · 11 years ago
  97. 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
  98. d1ca0f4 Bin some pointless comments and reduce some vertical whitespace by Tor Lillqvist · 11 years ago
  99. e6c08b6 Remove unnecessary STATIC_LINK macro by Stephan Bergmann · 11 years ago
  100. f50fd96 mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) by Tomaž Vajngerl · 11 years ago