1. d49e576 ooo#93212 avoid slicing during construction of SdrPage by David Tardon · 11 years ago
  2. 42fbe63 Fix typo in deletelangdialog.ui by Adolfo Jayme Barrientos · 11 years ago
  3. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  4. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  5. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  6. a52f292 fdo#84938: replace HELPMODE_ constants with enum by Noel Grandin · 11 years ago
  7. 31d902d fdo#84938: replace MOUSE_ modifier constants with enum by Noel Grandin · 11 years ago
  8. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  9. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  10. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  11. 31af61e Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip" by Jan Holesovsky · 11 years ago
  12. 858c2a2 Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit" by Jan Holesovsky · 11 years ago
  13. 50a8c89 loplugin: cstylecast by Noel Grandin · 11 years ago
  14. 9ecac387 Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING by Tor Lillqvist · 11 years ago
  15. 67c9d05 fdo#84938: replace TIB_ constants with enum by Noel Grandin · 11 years ago
  16. f5b1b26 coverity#1247646 Uncaught exception by Caolán McNamara · 11 years ago
  17. d4cdaa2 coverity#1247644 Uncaught exception by Caolán McNamara · 11 years ago
  18. 582ef22 fdo#84854 it seems long is not enough on 32 bit by David Tardon · 11 years ago
  19. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  20. 8044acf convert SFX_CALLMODE constants to SfxCallMode enum class by Noel Grandin · 11 years ago
  21. 6033e2d Resolves: fdo#60904 allow export of VBAProject by Caolán McNamara · 11 years ago
  22. 47a2d76 fdo#81356: convert Fraction to boost::rational<long> - wip by Juan Picca · 12 years ago
  23. 8dbde08 fdo#82577: Handle Region by Noel Grandin · 12 years ago
  24. 89d4080 border_width from 12 to 6, as the rest of dialogs by Adolfo Jayme Barrientos · 12 years ago
  25. 9703cc6 Remove o3tl/heap_ptr.hxx, use std::unique_ptr instead by Stephan Bergmann · 12 years ago
  26. 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
  27. 60e78fb fdo#82577: Handle Font by Noel Grandin · 12 years ago
  28. eea7bf0 basctl: sal_False/True -> false/true by Stephan Bergmann · 12 years ago
  29. c929930 DBG_ASSERT -> assert where we go on to deref the testee by Caolán McNamara · 12 years ago
  30. a88b2d8 Resolves: fdo#81039 crash on adding new macro library by Caolán McNamara · 12 years ago
  31. ea733ab5 Turn SfxItemState into a C++11 scoped enumeration by Stephan Bergmann · 12 years ago
  32. ec1de2a coverity#735600 Division by zero by Norbert Thiebaud · 12 years ago
  33. 39e91c5 Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULT by Stephan Bergmann · 12 years ago
  34. 7af850c vcl: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  35. 5bce329 SfxHint: convert home-grown RTTI to normal C++ RTTI by Noel Grandin · 12 years ago
  36. d3cd290 coverity#1233508 Uncaught exception by Caolán McNamara · 12 years ago
  37. b751142 Help buttons mushrooming all over the place... by Olivier Hallot · 12 years ago
  38. 37b9ea9 convert SBX flag bits to type-safe enum by Noel Grandin · 12 years ago
  39. b6d25be convert RID_QRYBOX_LANGUAGE with custom title to .ui by Caolán McNamara · 12 years ago
  40. 30ae83c fdo#82577: Handle KeyCode by Tor Lillqvist · 12 years ago
  41. 7e2b9fa Remove some useless tools/debug.hxx includes by Marcos Paulo de Souza · 12 years ago
  42. a107bdf ErrorBox->MessageDialog by Caolán McNamara · 12 years ago
  43. 47e2fd0 Consistently use size_t and SAL_MAX_SIZE by Matteo Casalin · 12 years ago
  44. 384cb5f Consistently use size_t and SAL_MAX_SIZE by Matteo Casalin · 12 years ago
  45. ae7ca8b fdo#46037: remove unused comphelper/configurationhelper.hxx by Alexandre Vicenzi · 12 years ago
  46. ea5ef0a Drop unused #includes by Takeshi Abe · 12 years ago
  47. e1840cf Resolves fdo#80906: Delete any control on Dialog editing window crashes LO by Julien Nabet · 12 years ago
  48. 6a87363 Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx by Tobias Lippert · 12 years ago
  49. dac4ca5 new loplugin: externalandnotdefined by Noel Grandin · 12 years ago
  50. 4228f08 use assert when followed by deref by Caolán McNamara · 12 years ago
  51. 5ace3f3b clang scan-build: various warnings by Caolán McNamara · 12 years ago
  52. d92aa2f remove SFX_APP() macro that was a mer wrapper for SfxGetApp() by Norbert Thiebaud · 12 years ago
  53. e48a233 loplugin:unreffun: also warn about redundant redeclarations by Stephan Bergmann · 12 years ago
  54. 171efcb fdo#76203 - use consistent titlecase for UI title labels by Joren De Cuyper · 12 years ago
  55. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  56. 0e44fb6 loplugin:staticcall by Stephan Bergmann · 12 years ago
  57. 9a1298c coverity#1213488 Uncaught exception by Caolán McNamara · 12 years ago
  58. 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
  59. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  60. b32ee04 Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  61. 5e62d30 update_pch by Thomas Arnhold · 12 years ago
  62. 92b4478 css already means ::com::sun::star by Thomas Arnhold · 12 years ago
  63. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  64. b09b5f8 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 by Julien Nabet · 12 years ago
  65. 7aa7922 bnc#467278: Introduce a warning that changes to VBA macros cannot be saved. by Jan Holesovsky · 12 years ago
  66. 3db8d60 hrc and src files: squeeze multiple newlines by Thomas Arnhold · 12 years ago
  67. c9f3c50 Resolves: #i76558# jump by Enter key on the Object catalog by Tsutomu Uchino · 12 years ago
  68. 70895b6 remove legacy svheader.hxx by Thomas Arnhold · 12 years ago
  69. 248145f Find places where uno::Sequence is passed by value. by Noel Grandin · 12 years ago
  70. 261b1ad '!= false' is redundant, and confusing - kill it. by Jan Holesovsky · 12 years ago
  71. 569ff67 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  72. 13c01aa coverity#1209811 Dereference before null check by Caolán McNamara · 12 years ago
  73. 148b9a2 coverity#1209554 Explicit null dereferenced by Caolán McNamara · 12 years ago
  74. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  75. 883481f Improve TabBar return types by Noel Grandin · 12 years ago
  76. 0eb160e coverity#736993 Uncaught exception by Caolán McNamara · 12 years ago
  77. 7f49f42 coverity#736992 Uncaught exception by Caolán McNamara · 12 years ago
  78. 2d4c90e coverity#736990 Uncaught exception by Caolán McNamara · 12 years ago
  79. 71e028f basic macro dialog: let it expand vertically, too by Thomas Arnhold · 12 years ago
  80. 4996fad fdo#77886: add language: expand list if dialog gets resized by Thomas Arnhold · 12 years ago
  81. 83397d7 manage breakpoints: expand list if dialog gets resized by Thomas Arnhold · 12 years ago
  82. 702f9c5 huge hrc and src file cleanup by Thomas Arnhold · 12 years ago
  83. 5973c2d fixincludeguards.sh: basctl by Thomas Arnhold · 12 years ago
  84. 29d5ce2 sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too. by Jan Holesovsky · 12 years ago
  85. b731d71 sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE. by Jan Holesovsky · 12 years ago
  86. 8c3ab60 sfx2: Kill SFX_STATUSBAR_REGISTRATION macro. by Jan Holesovsky · 12 years ago
  87. 72d8c94 sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro. by Jan Holesovsky · 12 years ago
  88. f4d61ec sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro. by Jan Holesovsky · 12 years ago
  89. 9f83ea4 sfx2: Kill SFX_POPUPMENU_REGISTRATION macro. by Jan Holesovsky · 12 years ago
  90. 5e91217 no temporary instance of SvtLanguageTable necessary here by Eike Rathke · 12 years ago
  91. 0424163 no temporary instance of SvtLanguageTable necessary here by Eike Rathke · 12 years ago
  92. 23dc4e1 basctl: sal_Bool->bool by Noel Grandin · 12 years ago
  93. 380d460 use TriState instead of sal_Bool as there's three possibilities by Caolán McNamara · 12 years ago
  94. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  95. 6ef2df7 Remove remaining DBG_NAME* uses by Stephan Bergmann · 12 years ago
  96. 1714f4d Remove remaining DBG_CTOR etc. remnants from basctl by Stephan Bergmann · 12 years ago
  97. 567ef6d Second batch of adding SAL_OVERRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  98. 5fb7860 Split TYPEINFO into plain and TYPEINFO_OVERRIDE by Stephan Bergmann · 12 years ago
  99. 436cd90 svtools: sal_Bool->bool by Noel Grandin · 12 years ago
  100. 9278df2 sfx2: sal_Bool->bool by Noel Grandin · 12 years ago