1. ea5ef0a Drop unused #includes by Takeshi Abe · 12 years ago
  2. c1dd91a callcatcher: update unused code by Caolán McNamara · 12 years ago
  3. f31a9ab Remove unused #includes by Takeshi Abe · 12 years ago
  4. 7f55c89 some other coverity foo by Caolán McNamara · 12 years ago
  5. 243e9ab fix indent by Caolán McNamara · 12 years ago
  6. e0ec561 coverity#707480 Uncaught exception by Caolán McNamara · 12 years ago
  7. 92fe883 coverity#707382 Uncaught exception by Caolán McNamara · 12 years ago
  8. d92aa2f remove SFX_APP() macro that was a mer wrapper for SfxGetApp() by Norbert Thiebaud · 12 years ago
  9. b312a38 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  10. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  11. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  12. a362f15 Typo: shoud -> should by Julien Nabet · 12 years ago
  13. 79cf53c vbahelper: sal_Bool->bool by Noel Grandin · 12 years ago
  14. 17dcf76 vbahelper: sal_Bool->bool by Noel Grandin · 12 years ago
  15. 833067c8 coverity#707469 Uncaught exception by Caolán McNamara · 12 years ago
  16. 76e998d coverity#707474 Uncaught exception by Caolán McNamara · 12 years ago
  17. d8fa21b hmm, need a rethink on these exceptions by Caolán McNamara · 12 years ago
  18. cf058da coverity#707475 Uncaught exception by Caolán McNamara · 12 years ago
  19. 6b260f1 coverity#707476 Uncaught exception by Caolán McNamara · 12 years ago
  20. 4d225d3 coverity#707477 Uncaught exception by Caolán McNamara · 12 years ago
  21. b680425 coverity#707478 Uncaught exception by Caolán McNamara · 12 years ago
  22. cc44da6 coverity#707479 Uncaught exception by Caolán McNamara · 12 years ago
  23. c27fb22 coverity#707461 Uncaught exception by Caolán McNamara · 12 years ago
  24. 2dfd639 fixincludeguards.sh: sc by Thomas Arnhold · 12 years ago
  25. 618a0f8 whitespace for include statements by Thomas Arnhold · 12 years ago
  26. e04c36b Clean up function declarations by Stephan Bergmann · 12 years ago
  27. 18c7992 no need for those static strings by Thomas Arnhold · 12 years ago
  28. 091f4f1 cppcheck: multiCondition, remove 2 duplicate "else if" blocks by Julien Nabet · 12 years ago
  29. 2a14903 fix colon by Caolán McNamara · 12 years ago
  30. 0825c92 coverity#708570 Uninitialized scalar field by Caolán McNamara · 12 years ago
  31. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  32. ba73873 vbahelper: sal_Bool->bool by Noel Grandin · 12 years ago
  33. 6d20b45 coverity#1194895 Logically dead code by Stephan Bergmann · 12 years ago
  34. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  35. 567ef6d Second batch of adding SAL_OVERRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  36. 2196d1b coverity#982489 Unchecked dynamic_cast by Caolán McNamara · 12 years ago
  37. fddde2b xmloff,vbahelper: prefer passing OUString and OString by reference by Noel Grandin · 12 years ago
  38. 25cedf1 Introduce com.sun.star.beans.theIntrospection singleton by Stephan Bergmann · 12 years ago
  39. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  40. d304c53 Remove visual noise from vbahelper by Alexander Wilms · 12 years ago
  41. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  42. ffaa20a ScVbaButton -> VbaButton in vbahelper, the same name is in sc/source/ui/vba. by Matúš Kukan · 12 years ago
  43. b44ba1a coverity#707460 Uncaught exception by Caolán McNamara · 12 years ago
  44. 4ff873b Introduce com.sun.star.ui.theWindowStateConfiguration singleton. by Matúš Kukan · 12 years ago
  45. 4f957dc coverity#735370 : signed/unsigned mixup by Norbert Thiebaud · 12 years ago
  46. 19e1608 Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton. by Matúš Kukan · 12 years ago
  47. 2cfe889 bool improvements by Stephan Bergmann · 12 years ago
  48. df3c3ed coverity#738968 Unused pointer value by Caolán McNamara · 12 years ago
  49. d980ba7 bool improvements by Stephan Bergmann · 12 years ago
  50. e1b14fa Fix syntax error by Tor Lillqvist · 12 years ago
  51. 82625bb remove unnecessary sal_Unicode casts in OUStringBuffer::append calls by Noel Grandin · 12 years ago
  52. b55259e typo fixes by Andras Timar · 12 years ago
  53. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  54. 83e191e Do not use C++-UNO internal static_type functions in client code by Stephan Bergmann · 12 years ago
  55. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  56. 24cad6a Move MediaDescriptor from comphelper to unotools by Stephan Bergmann · 12 years ago
  57. d366c9b2 remove unnecessary sal_Unicode casts in various places by Noel Grandin · 12 years ago
  58. 7e2677c Accelerate checking for VBA macros that are not there. by Michael Meeks · 12 years ago
  59. e2451bd Convert indexOf->startsWith and lastIndexOf->endsWith by Noel Grandin · 12 years ago
  60. 7484da4 fixincludeguards.sh: vbahelper by Thomas Arnhold · 12 years ago
  61. a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
  62. faa63bb CID#708571 uninitialized members by Caolán McNamara · 13 years ago
  63. e036d4b Spell "indices" correctly by Tor Lillqvist · 13 years ago
  64. 17f7b27 WaE: unused variable by Tor Lillqvist · 13 years ago
  65. 9f4c18e convert remains of String to vbahelper module to OUString by Noel Grandin · 13 years ago
  66. 7f436c1 typo fixes in comments by Andras Timar · 13 years ago
  67. 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago
  68. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  69. 1e4422a re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
  70. b2d1526 Parse workbook name correctly, don't fall over spaces etc. by Noel Power · 13 years ago
  71. 4d1e0ea support UserForm.Visible attribute by Noel Power · 13 years ago
  72. a7cc0fa support Shape.Alternative by Noel Power · 13 years ago
  73. 13ee256 tweak combox to selectively fire change or click event by Noel Power · 13 years ago
  74. 4bad1a8 support api initiated change_event for combox & textbox by Noel Power · 13 years ago
  75. 8fdd62c fix contrast not increment to limit value between 0.0 & 1.0 by Noel Power · 13 years ago
  76. 4002ce1 Setting TEXT causes exception, don't do it by Noel Power · 13 years ago
  77. 2743241 ListBox.MultiSelection takes fmMultiSelect enum not bool by Noel Power · 13 years ago
  78. 412ae1b fix TextBox value error, MaxLength is long in vba but short in libreoffice by Noel Power · 13 years ago
  79. b1dc5ed tweak vba Control implementation to aritificially fire events from api by Noel Power · 13 years ago
  80. bb1ff23 create togglebutton class ( for togglebutton on sheet ) by Noel Power · 13 years ago
  81. 89e1382 handle bool value for checkbox, radiobutton, togglebutton consistently by Noel Power · 13 years ago
  82. c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
  83. b9337e2 execute move of global headers by Bjoern Michaelsen · 13 years ago
  84. f789cda Revert "add missing include" by Bjoern Michaelsen · 13 years ago
  85. 6b08209 add missing include by Bjoern Michaelsen · 13 years ago
  86. 2c4a7fa Add missing #include <rtl/tencinfo.h> by Tor Lillqvist · 13 years ago
  87. 0083dd2 warning C4702: unreachable code by Michael Stahl · 13 years ago
  88. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  89. 5b8377f fix selection change event firing by Noel Power · 13 years ago
  90. 959d1dc fix 'Visible' property for XControlShape(s) Foreach support for CommandBars by Noel Power · 13 years ago
  91. 3ffd861 Added and fixed various vba API by Noel Power · 13 years ago
  92. 16d1424 fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT by Radu Ioan · 13 years ago
  93. 563a9b7 Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelper by Chr. Rossmanith · 13 years ago
  94. aa753f0 -Wunused-macros by Stephan Bergmann · 13 years ago
  95. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  96. 2c77ef2 Assignment of function parameter has no effect outside the function by Julien Nabet · 13 years ago
  97. b768611 remove all d.lst by Michael Stahl · 13 years ago
  98. ed383eb remove RTL_CONSTASCII_(U)STRINGPARAM by Chr. Rossmanith · 13 years ago
  99. b37a07f typo: allways -> always by Andras Timar · 13 years ago
  100. 4ce614f fdo#46808, convert some code to use getProcessComponentContext by Noel Grandin · 13 years ago