1. f8b8070 these can all be made const by Caolán McNamara · 11 years ago
  2. d8a9c74f BASIC IDE : add the current procedure name in the status bar by Laurent Godard · 11 years ago
  3. 5b8947a coverity#1268024 coverity#1267686: basctl: uncaught exception by Michael Stahl · 11 years ago
  4. d25b49f loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  5. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  6. f08169c coverity#1267686 Uncaught exception by Caolán McNamara · 11 years ago
  7. f61dbc3 followup code removal after changing virtual methods to non-virtual by Noel Grandin · 11 years ago
  8. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  9. 15d2655 Resolves: #i120772# do not ignore last three properties... by Tsutomu Uchino · 11 years ago
  10. 5333782 convert SETTINGS_ #defines to 'enum class' by Noel Grandin · 11 years ago
  11. a5b5ad9 fdo#84938: replace DATACHANGED_ constants with 'enum class' by Noel Grandin · 11 years ago
  12. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  13. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  14. 5573fd8 fdo#39596: replace cstyle casts by Juan Picca · 11 years ago
  15. adfc260 fdo#67343 Arrange Help button in a secondary group by Adolfo Jayme Barrientos · 11 years ago
  16. 7f476fe boost::unordered_map -> c++11 std::unordered_map by Caolán McNamara · 11 years ago
  17. 60935c7 avoid 'don't create ItemSets with full range before FreezeIdRanges assert' by Caolán McNamara · 11 years ago
  18. d9e2c27 basctl: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  19. c3292f3 Remove resizable:False property from dialogs containing GtkEntry. by Jan Holesovsky · 11 years ago
  20. afa5bde timers: Timer never started, remove it completely. by Tobias Madl · 11 years ago
  21. e5f67b2 changed timers to idle by Jennifer Liebel · 11 years ago
  22. 7523b58 changed timers to idles by Jennifer Liebel · 11 years ago
  23. 28c251e Remove more unnecessary header includes and use forward declaration. by Kohei Yoshida · 11 years ago
  24. 3338f47 reduce scope of local variables by Michael Weghorn · 11 years ago
  25. 991457d loplugin:unreffun by Stephan Bergmann · 11 years ago
  26. 4758ab3 Removed useless includes in basctl/source/basicide/ tree by Andrea Gelmini · 11 years ago
  27. d242b46 be more explicit by David Tardon · 11 years ago
  28. 51bacc6 impl. Clone for all subclasses of SdrPage by David Tardon · 11 years ago
  29. 9638e62 ooo#93212 avoid slicing during construction of SdrPage by David Tardon · 11 years ago
  30. 2dfcbfb Use std::initializer_list by Stephan Bergmann · 11 years ago
  31. 1459645 fdo#84938: replace EVENT_ constants with enum by Tobias Madl · 11 years ago
  32. 8c04182 all these ids and their associated resources were unnecessary by Caolán McNamara · 11 years ago
  33. 8307821 We now only need one bit of information here by Caolán McNamara · 11 years ago
  34. 371c549 timers: Timer never started, remove it completely. by Tobias Madl · 11 years ago
  35. dca47c4 HIG fixes for basctl by Adolfo Jayme Barrientos · 11 years ago
  36. 42fbe63 Fix typo in deletelangdialog.ui by Adolfo Jayme Barrientos · 11 years ago
  37. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  38. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  39. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  40. a52f292 fdo#84938: replace HELPMODE_ constants with enum by Noel Grandin · 11 years ago
  41. 31d902d fdo#84938: replace MOUSE_ modifier constants with enum by Noel Grandin · 11 years ago
  42. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  43. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  44. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  45. 31af61e Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip" by Jan Holesovsky · 11 years ago
  46. 858c2a2 Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit" by Jan Holesovsky · 11 years ago
  47. 50a8c89 loplugin: cstylecast by Noel Grandin · 11 years ago
  48. 9ecac387 Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING by Tor Lillqvist · 11 years ago
  49. 67c9d05 fdo#84938: replace TIB_ constants with enum by Noel Grandin · 11 years ago
  50. f5b1b26 coverity#1247646 Uncaught exception by Caolán McNamara · 11 years ago
  51. d4cdaa2 coverity#1247644 Uncaught exception by Caolán McNamara · 11 years ago
  52. 582ef22 fdo#84854 it seems long is not enough on 32 bit by David Tardon · 11 years ago
  53. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  54. 8044acf convert SFX_CALLMODE constants to SfxCallMode enum class by Noel Grandin · 11 years ago
  55. 6033e2d Resolves: fdo#60904 allow export of VBAProject by Caolán McNamara · 11 years ago
  56. 47a2d76 fdo#81356: convert Fraction to boost::rational<long> - wip by Juan Picca · 12 years ago
  57. 8dbde08 fdo#82577: Handle Region by Noel Grandin · 12 years ago
  58. 89d4080 border_width from 12 to 6, as the rest of dialogs by Adolfo Jayme Barrientos · 12 years ago
  59. 9703cc6 Remove o3tl/heap_ptr.hxx, use std::unique_ptr instead by Stephan Bergmann · 12 years ago
  60. 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
  61. 60e78fb fdo#82577: Handle Font by Noel Grandin · 12 years ago
  62. eea7bf0 basctl: sal_False/True -> false/true by Stephan Bergmann · 12 years ago
  63. c929930 DBG_ASSERT -> assert where we go on to deref the testee by Caolán McNamara · 12 years ago
  64. a88b2d8 Resolves: fdo#81039 crash on adding new macro library by Caolán McNamara · 12 years ago
  65. ea733ab5 Turn SfxItemState into a C++11 scoped enumeration by Stephan Bergmann · 12 years ago
  66. ec1de2a coverity#735600 Division by zero by Norbert Thiebaud · 12 years ago
  67. 39e91c5 Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULT by Stephan Bergmann · 12 years ago
  68. 7af850c vcl: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  69. 5bce329 SfxHint: convert home-grown RTTI to normal C++ RTTI by Noel Grandin · 12 years ago
  70. d3cd290 coverity#1233508 Uncaught exception by Caolán McNamara · 12 years ago
  71. b751142 Help buttons mushrooming all over the place... by Olivier Hallot · 12 years ago
  72. 37b9ea9 convert SBX flag bits to type-safe enum by Noel Grandin · 12 years ago
  73. b6d25be convert RID_QRYBOX_LANGUAGE with custom title to .ui by Caolán McNamara · 12 years ago
  74. 30ae83c fdo#82577: Handle KeyCode by Tor Lillqvist · 12 years ago
  75. 7e2b9fa Remove some useless tools/debug.hxx includes by Marcos Paulo de Souza · 12 years ago
  76. a107bdf ErrorBox->MessageDialog by Caolán McNamara · 12 years ago
  77. 47e2fd0 Consistently use size_t and SAL_MAX_SIZE by Matteo Casalin · 12 years ago
  78. 384cb5f Consistently use size_t and SAL_MAX_SIZE by Matteo Casalin · 12 years ago
  79. ae7ca8b fdo#46037: remove unused comphelper/configurationhelper.hxx by Alexandre Vicenzi · 12 years ago
  80. ea5ef0a Drop unused #includes by Takeshi Abe · 12 years ago
  81. e1840cf Resolves fdo#80906: Delete any control on Dialog editing window crashes LO by Julien Nabet · 12 years ago
  82. 6a87363 Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx by Tobias Lippert · 12 years ago
  83. dac4ca5 new loplugin: externalandnotdefined by Noel Grandin · 12 years ago
  84. 4228f08 use assert when followed by deref by Caolán McNamara · 12 years ago
  85. 5ace3f3b clang scan-build: various warnings by Caolán McNamara · 12 years ago
  86. d92aa2f remove SFX_APP() macro that was a mer wrapper for SfxGetApp() by Norbert Thiebaud · 12 years ago
  87. e48a233 loplugin:unreffun: also warn about redundant redeclarations by Stephan Bergmann · 12 years ago
  88. 171efcb fdo#76203 - use consistent titlecase for UI title labels by Joren De Cuyper · 12 years ago
  89. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  90. 0e44fb6 loplugin:staticcall by Stephan Bergmann · 12 years ago
  91. 9a1298c coverity#1213488 Uncaught exception by Caolán McNamara · 12 years ago
  92. 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
  93. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  94. b32ee04 Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  95. 5e62d30 update_pch by Thomas Arnhold · 12 years ago
  96. 92b4478 css already means ::com::sun::star by Thomas Arnhold · 12 years ago
  97. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  98. b09b5f8 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 by Julien Nabet · 12 years ago
  99. 7aa7922 bnc#467278: Introduce a warning that changes to VBA macros cannot be saved. by Jan Holesovsky · 12 years ago
  100. 3db8d60 hrc and src files: squeeze multiple newlines by Thomas Arnhold · 12 years ago