1. 0d916bb java: remove unused imports by Noel Grandin · 12 years ago
  2. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  3. 34bcf9b java: remove dead methods by Noel Grandin · 12 years ago
  4. 68cd011 java: reduce scope, make some methods private by Noel Grandin · 12 years ago
  5. 70f56bc java: reduce scope, make member classes private by Noel Grandin · 12 years ago
  6. da677df java: reduce scope, make fields private by Noel Grandin · 12 years ago
  7. 14d1a11 java: reduce scope, make constructors private by Noel Grandin · 12 years ago
  8. 5656fe5 java: fix broken javadoc tags by Noel Grandin · 12 years ago
  9. 1c49650 java: remove useless javadoc tags by Noel Grandin · 12 years ago
  10. 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago
  11. e2e55a7 java: remove unused parameters by Noel Grandin · 12 years ago
  12. 76c1092 java: remove unused parameters by Noel Grandin · 12 years ago
  13. d5a31b2 java: remove unused parameters by Noel Grandin · 12 years ago
  14. 616b3ad java: remove exceptions from throws clauses that are not by Noel Grandin · 12 years ago
  15. 8f020a4 java: redundant assignment, variable can only be null by Noel Grandin · 12 years ago
  16. b58c053f java: remove unnecessary semi-colons by Noel Grandin · 12 years ago
  17. 2d70094 java: remove unused imports by Noel Grandin · 12 years ago
  18. 27459c7 java: remove unused fields by Noel Grandin · 12 years ago
  19. 8d6cf7a java: remove dead methods by Noel Grandin · 12 years ago
  20. 1579d8e Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy by Stephan Bergmann · 12 years ago
  21. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  22. d26540b java: remove unused fields by Noel Grandin · 12 years ago
  23. f124688 java: remove various unused variables by Noel Grandin · 12 years ago
  24. cd3d26b vcl consitent use of long for corrdinate by Norbert Thiebaud · 12 years ago
  25. bce9994 coverity#736076 Missing break in switch, its got to be wrong by Caolán McNamara · 12 years ago
  26. dac4ca5 new loplugin: externalandnotdefined by Noel Grandin · 12 years ago
  27. ea91310 use SimpleReferenceObject in accessibility by Noel Grandin · 12 years ago
  28. 4228f08 use assert when followed by deref by Caolán McNamara · 12 years ago
  29. 7dda48d Related: fdo#80633 cache optimal size by Caolán McNamara · 12 years ago
  30. 95dca00 coverity#707416 Uncaught exception by Caolán McNamara · 12 years ago
  31. 4523dd0 Called C++ object pointer is null by Caolán McNamara · 12 years ago
  32. 9a741fc loplugin:unreffun: also warn about unused function templates by Stephan Bergmann · 12 years ago
  33. 0de1e3a remove spurious com::sun::star::chaos by Michael Stahl · 12 years ago
  34. 22357c1 coverity#705322 Missing break in switch, assuming incorrect by Caolán McNamara · 12 years ago
  35. 47088ac Missing SolarMutexGuards by Stephan Bergmann · 12 years ago
  36. 97dae84 Use proper name also when libmerged is used. by Matúš Kukan · 12 years ago
  37. d656138 loplugin:staticcall by Stephan Bergmann · 12 years ago
  38. 1817366 gbuild: remove config_libraries.h and gb_Helper_generate_config_libraries by Michael Stahl · 12 years ago
  39. abf842e coverity#705323 Missing break in switch, assuming its intentional by Caolán McNamara · 12 years ago
  40. b6c6708 toolkit: remove SAL_THROW macro by Noel Grandin · 12 years ago
  41. d5bafdd coverity#705387 Mixing enum types by Caolán McNamara · 12 years ago
  42. 3d8eee4 coverity#705388 Mixing enum types by Caolán McNamara · 12 years ago
  43. 158672f fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  44. ef530d0 fdo#75364 flat style and 3d style were swapped by Lionel Elie Mamane · 12 years ago
  45. f0ae48b remove unnecessary NULL parameter passed to UNO Exception by Noel Grandin · 12 years ago
  46. 0f2824b remove more unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  47. 3b24dcc Remove unnecessary semicolons by Peter Senna Tschudin · 12 years ago
  48. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  49. 5350520 Resolves: #i98216# extract boolean value for AutoFill value of ComboBox model by Tsutomu Uchino · 12 years ago
  50. 68741d0 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13 by Julien Nabet · 12 years ago
  51. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  52. 7249ba6 remove external header guards by Thomas Arnhold · 12 years ago
  53. 93f5d5a The opaque PostUserEvent IDs are actually pointers by Stephan Bergmann · 12 years ago
  54. 127a5f5 Sequence<UnoUnsignedShortType> -> UnoSequenceType<UnoUnsignedShortType> by Stephan Bergmann · 12 years ago
  55. db3b1dd Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3 by Julien Nabet · 12 years ago
  56. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  57. c19c942 Typo: depricated->deprecated by Julien Nabet · 12 years ago
  58. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  59. 3176bfd Remove gcc3 workaround here too by Thomas Arnhold · 12 years ago
  60. 8bb2ce6 fixincludeguards.sh: some smaller dirs by Thomas Arnhold · 12 years ago
  61. 1a04354 Move headers that are private to toolkit there, then by Tor Lillqvist · 12 years ago
  62. 6a57987 If it has been "not recommended currently" since 2007, it can go away by Tor Lillqvist · 12 years ago
  63. 652ef6e WaE: unused variable 's_pAccessibleFactoryFunc' by Tor Lillqvist · 12 years ago
  64. a7ee831 non-desktop: Avoid accessibility. by Jan Holesovsky · 12 years ago
  65. bb667fc typo: arround -> around by Thomas Arnhold · 12 years ago
  66. 2ada2b3 typo: dependend -> dependent by Thomas Arnhold · 12 years ago
  67. aaae18c correct indentation by Thomas Arnhold · 12 years ago
  68. 63dc7b1 SCROLLABLEFRAME never defined by Thomas Arnhold · 12 years ago
  69. 6835d9f It's "its", not "it's" by Tor Lillqvist · 12 years ago
  70. b43e03c Clean up function declarations and some unused functions by Stephan Bergmann · 12 years ago
  71. 6ac0e13 Remove silly PUT_SEMICOLON_AT_THE_END by Stephan Bergmann · 12 years ago
  72. 4bdd530 Bin unused MAP_REALAPPFONT MapUnit enum value by Tor Lillqvist · 12 years ago
  73. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  74. a718b02 vcl: sal_Bool->bool and cleanup by Noel Grandin · 12 years ago
  75. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  76. 4f9b072 Remove remaining DBG_CTOR etc. remnants from toolkit by Stephan Bergmann · 12 years ago
  77. 1078735 coverity#736157 Dereference null return value by Caolán McNamara · 12 years ago
  78. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  79. a79afda coverity#736158 Dereference null return value by Caolán McNamara · 12 years ago
  80. 98666e8 No need for a virtual OPropertyContainer::getTypes by Stephan Bergmann · 12 years ago
  81. 6e469f7 Remove unused VCLXWindowImpl parts by Stephan Bergmann · 12 years ago
  82. c15913b Spelling fix: suported by Tor Lillqvist · 12 years ago
  83. d47ca30 No need for implGetBounds to be SAL_CALL by Stephan Bergmann · 12 years ago
  84. 2b0cfed toolkit: simplify deprecated XTypeProvider.getImplementationId by Stephan Bergmann · 12 years ago
  85. ecc6239 coverity#708535 Uninitialized scalar field by Caolán McNamara · 12 years ago
  86. 1f81c41 coverity#708534 Uninitialized pointer field by Caolán McNamara · 12 years ago
  87. 496c538 coverity#708531 Uninitialized pointer field by Caolán McNamara · 12 years ago
  88. a463234 Remove unused VCLXTabPageModel by Stephan Bergmann · 12 years ago
  89. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  90. e90c27f5 Remove visual noise from toolkit by Alexander Wilms · 12 years ago
  91. d5c5940 Replace deprecated std::auto_ptr with boost::scoped_ptr by Takeshi Abe · 12 years ago
  92. c47496f Add config_libraries.h definitions to get library names easily. by Matúš Kukan · 12 years ago
  93. 130a2ba error: enumeral and non-enumeral type in conditional expression by Stephan Bergmann · 12 years ago
  94. 33740b7 Replace exisiting TriState, AutoState with more generic TriState by Stephan Bergmann · 12 years ago
  95. 146c7c5 toolkit: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  96. b725953 Remove unnecessary bool2any by Stephan Bergmann · 12 years ago
  97. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  98. 7a7ecf1 coverity#705963 Dereference before null check by Caolán McNamara · 12 years ago
  99. b666296 coverity#708532 Uninitialized scalar field by Caolán McNamara · 12 years ago
  100. e8f8f24 vcl: sal_Bool -> bool by Stephan Bergmann · 12 years ago