1. 0658889 fdo#39468 Make forms/ German comments clean by Philipp Weissenbacher · 12 years ago
  2. 4173bc5 forms: enhanced for loop by Robert Antoni Buj i Gelonch · 12 years ago
  3. fc04f76 fdo#82577: Handle Time by Noel Grandin · 12 years ago
  4. 4badca0 forms: use Arrays.toString in integration.forms.RadioButtons by Robert Antoni Buj i Gelonch · 12 years ago
  5. 73d6c6b forms: replace StringBuffer with StringBuilder by Robert Antoni Buj i Gelonch · 12 years ago
  6. 1c70f59 forms: the assigned value is never used by Robert Antoni Buj i Gelonch · 12 years ago
  7. 62bd1d1 forms: remove import from the same package by Robert Antoni Buj i Gelonch · 12 years ago
  8. 3b206d4 forms: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  9. bf7ddfd Fix java.util.Calendar.set in integration.forms.DateValidator by Robert Antoni Buj i Gelonch · 12 years ago
  10. 72f5008 forms: getMonth() and getYear() are deprecated in java.util.Date by Robert Antoni Buj i Gelonch · 12 years ago
  11. 1641768 forms: Pass array of length equal to the size of the collection by Robert Antoni Buj i Gelonch · 12 years ago
  12. 0f8ed32 fdo#39468 Translate German comments, clean some ws by Philipp Weissenbacher · 12 years ago
  13. 0e55cc9 fdo#39468 Translated German to English by Tobias Madl · 12 years ago
  14. 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
  15. 778dcbc fdo#39468 Translate German comments, clean some ws by Philipp Weissenbacher · 12 years ago
  16. 60e78fb fdo#82577: Handle Font by Noel Grandin · 12 years ago
  17. 7cd65ee Simplify expression to fix bool/sal_Bool ambiguity by Stephan Bergmann · 12 years ago
  18. f5e617a forms: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  19. 8270808 Mark template member fns that are supposed to override as SAL_OVERRIDE by Stephan Bergmann · 12 years ago
  20. 86aed3c fdo#39468: Translated German to English by Jennifer Liebel · 12 years ago
  21. ea733ab5 Turn SfxItemState into a C++11 scoped enumeration by Stephan Bergmann · 12 years ago
  22. ce65d21 Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SET by Stephan Bergmann · 12 years ago
  23. 57a4337 set names on a bunch more threads... by Michael Stahl · 12 years ago
  24. 26e9e22 Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy by Stephan Bergmann · 12 years ago
  25. 2d43261 Fix *_component_getFactory function type by Stephan Bergmann · 12 years ago
  26. 30ae83c fdo#82577: Handle KeyCode by Tor Lillqvist · 12 years ago
  27. f7a65a1 Remove useless include tools/debug.hxx from forms and extensions by Marcos Paulo de Souza · 12 years ago
  28. 339d967 forms: CSS -> css by Thomas Arnhold · 12 years ago
  29. 150df3c star* -> css::* by Thomas Arnhold · 12 years ago
  30. 892f4c2 stario -> css::io by Thomas Arnhold · 12 years ago
  31. 9d17726 staruno -> css::uno by Thomas Arnhold · 12 years ago
  32. 0ce1267 remove more unnecessary constructor declarations by Noel Grandin · 12 years ago
  33. c0415d5 java: remove unnecessary constructor declarations by Noel Grandin · 12 years ago
  34. 60f152c java: avoid unnecessary comparisons in boolean expressions by Noel Grandin · 12 years ago
  35. 4b4bff3 java: no need to instantiate String objects directly by Noel Grandin · 12 years ago
  36. 0764292 java: use 'Short.valueOf' instead of 'new Short' by Noel Grandin · 12 years ago
  37. ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
  38. be1bb7b java: use Boolean.valueOf instead of instantiating Boolean objects by Noel Grandin · 12 years ago
  39. 56ef553 java: classes in java.lang package do not need to be fully qualified by Noel Grandin · 12 years ago
  40. 0d916bb java: remove unused imports by Noel Grandin · 12 years ago
  41. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  42. 01c0424 remove unnecessary use of Java reflection by Noel Grandin · 12 years ago
  43. 34bcf9b java: remove dead methods by Noel Grandin · 12 years ago
  44. 7cc627f update_pch by Thomas Arnhold · 12 years ago
  45. 68cd011 java: reduce scope, make some methods private by Noel Grandin · 12 years ago
  46. 70f56bc java: reduce scope, make member classes private by Noel Grandin · 12 years ago
  47. da677df java: reduce scope, make fields private by Noel Grandin · 12 years ago
  48. 14d1a11 java: reduce scope, make constructors private by Noel Grandin · 12 years ago
  49. 5656fe5 java: fix broken javadoc tags by Noel Grandin · 12 years ago
  50. 1c49650 java: remove useless javadoc tags by Noel Grandin · 12 years ago
  51. 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago
  52. d5a31b2 java: remove unused parameters by Noel Grandin · 12 years ago
  53. 41709cc java: remove unused parameters by Noel Grandin · 12 years ago
  54. 616b3ad java: remove exceptions from throws clauses that are not by Noel Grandin · 12 years ago
  55. b6a83e9 java: remove redundant null checks by Noel Grandin · 12 years ago
  56. b58c053f java: remove unnecessary semi-colons by Noel Grandin · 12 years ago
  57. 2d70094 java: remove unused imports by Noel Grandin · 12 years ago
  58. 8d6cf7a java: remove dead methods by Noel Grandin · 12 years ago
  59. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  60. d26540b java: remove unused fields by Noel Grandin · 12 years ago
  61. f493555 java: remove some casting in lib.TestParameters#getMSF by Noel Grandin · 12 years ago
  62. 8ec0470 coverity#706541 Uncaught exception by Caolán McNamara · 12 years ago
  63. dac4ca5 new loplugin: externalandnotdefined by Noel Grandin · 12 years ago
  64. df906cf use SimpleReferenceObject in forms module by Noel Grandin · 12 years ago
  65. 4228f08 use assert when followed by deref by Caolán McNamara · 12 years ago
  66. e50ef19 New loplugin:stringconcat by Stephan Bergmann · 12 years ago
  67. 4304849 Typo: beeing->being by Julien Nabet · 12 years ago
  68. 533c6cb fixes for up-casting to Reference<XInterface> by Noel Grandin · 12 years ago
  69. 0de1e3a remove spurious com::sun::star::chaos by Michael Stahl · 12 years ago
  70. 4a67abb coverity#706547 Uncaught exception by Caolán McNamara · 12 years ago
  71. 9489afd rtl::Reference fits just fine here by Stephan Bergmann · 12 years ago
  72. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  73. 86c8932 loplugin:staticcall by Stephan Bergmann · 12 years ago
  74. 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
  75. 79df6cf forms: remove SAL_THROW macro by Noel Grandin · 12 years ago
  76. 28ac97d forms: expand DECLARE_XCLONEABLE by Thomas Arnhold · 12 years ago
  77. 2091d5a forms: expand DECLARE_DEFAULT_DTOR by Thomas Arnhold · 12 years ago
  78. ee0714c Fixed lower case typo in header guard definition by Jens Carl · 12 years ago
  79. bcd5da6 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  80. ebc0a15 remove more unnecesary OUString constructor use by Noel Grandin · 12 years ago
  81. 9af0abe remove unnecessary use of Reference constructor in throw by Noel Grandin · 12 years ago
  82. 3b24dcc Remove unnecessary semicolons by Peter Senna Tschudin · 12 years ago
  83. 04f31d1 Remove ASCII art, useless comments and whitespace from forms module by Chris Laplante · 12 years ago
  84. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  85. 3db8d60 hrc and src files: squeeze multiple newlines by Thomas Arnhold · 12 years ago
  86. c288b17 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12 by Julien Nabet · 12 years ago
  87. fa51b55 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9 by Julien Nabet · 12 years ago
  88. 569ff67 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  89. 78b9537 various: sal_Bool->bool by Noel Grandin · 12 years ago
  90. ff1a7a5 RFC: add IsValueChangedFromSaved to VCL button and listbox by Noel Grandin · 12 years ago
  91. 93f5d5a The opaque PostUserEvent IDs are actually pointers by Stephan Bergmann · 12 years ago
  92. db3b1dd Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3 by Julien Nabet · 12 years ago
  93. f69e74d Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errors by Julien Nabet · 12 years ago
  94. 0748e52 WaE: 'bPrependCurrencySymbol' may be used uninitialized in this function by Tor Lillqvist · 12 years ago
  95. c0d037a forms: sal_Bool->bool by Noel Grandin · 12 years ago
  96. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  97. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  98. 942f6a6 coverity#989723 Uncaught exception by Caolán McNamara · 12 years ago
  99. 0644882 coverity#989722 Uncaught exception by Caolán McNamara · 12 years ago
  100. bccc1f2 coverity#989721 Uncaught exception by Caolán McNamara · 12 years ago