1. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  2. 1e4422a re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
  3. b2d1526 Parse workbook name correctly, don't fall over spaces etc. by Noel Power · 13 years ago
  4. 4d1e0ea support UserForm.Visible attribute by Noel Power · 13 years ago
  5. a7cc0fa support Shape.Alternative by Noel Power · 13 years ago
  6. 13ee256 tweak combox to selectively fire change or click event by Noel Power · 13 years ago
  7. 4bad1a8 support api initiated change_event for combox & textbox by Noel Power · 13 years ago
  8. 8fdd62c fix contrast not increment to limit value between 0.0 & 1.0 by Noel Power · 13 years ago
  9. 4002ce1 Setting TEXT causes exception, don't do it by Noel Power · 13 years ago
  10. 2743241 ListBox.MultiSelection takes fmMultiSelect enum not bool by Noel Power · 13 years ago
  11. 412ae1b fix TextBox value error, MaxLength is long in vba but short in libreoffice by Noel Power · 13 years ago
  12. b1dc5ed tweak vba Control implementation to aritificially fire events from api by Noel Power · 13 years ago
  13. bb1ff23 create togglebutton class ( for togglebutton on sheet ) by Noel Power · 13 years ago
  14. 89e1382 handle bool value for checkbox, radiobutton, togglebutton consistently by Noel Power · 13 years ago
  15. c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
  16. b9337e2 execute move of global headers by Bjoern Michaelsen · 13 years ago
  17. f789cda Revert "add missing include" by Bjoern Michaelsen · 13 years ago
  18. 6b08209 add missing include by Bjoern Michaelsen · 13 years ago
  19. 2c4a7fa Add missing #include <rtl/tencinfo.h> by Tor Lillqvist · 13 years ago
  20. 0083dd2 warning C4702: unreachable code by Michael Stahl · 13 years ago
  21. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  22. 5b8377f fix selection change event firing by Noel Power · 13 years ago
  23. 959d1dc fix 'Visible' property for XControlShape(s) Foreach support for CommandBars by Noel Power · 13 years ago
  24. 3ffd861 Added and fixed various vba API by Noel Power · 13 years ago
  25. 16d1424 fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT by Radu Ioan · 13 years ago
  26. 563a9b7 Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelper by Chr. Rossmanith · 13 years ago
  27. aa753f0 -Wunused-macros by Stephan Bergmann · 13 years ago
  28. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  29. 2c77ef2 Assignment of function parameter has no effect outside the function by Julien Nabet · 13 years ago
  30. b768611 remove all d.lst by Michael Stahl · 13 years ago
  31. ed383eb remove RTL_CONSTASCII_(U)STRINGPARAM by Chr. Rossmanith · 13 years ago
  32. b37a07f typo: allways -> always by Andras Timar · 13 years ago
  33. 4ce614f fdo#46808, convert some code to use getProcessComponentContext by Noel Grandin · 13 years ago
  34. fc81393 gbuild: remove various pointless calls that don't add anything by Michael Stahl · 13 years ago
  35. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  36. bb121c8 fdo#46808, Convert frame::Desktop to new style service. by Noel Grandin · 13 years ago
  37. c1e42d6 fdo#46808, use service constructor for ui::WindowStateConfiguration by Noel Grandin · 13 years ago
  38. d0b590f callcatcher: remove unused rtf filter and associated methods by Caolán McNamara · 13 years ago
  39. 0990da1 clean up more sbxToUnoValue declarations by Michael Stahl · 13 years ago
  40. 66a1758 c++ API: use css alias in generated headers, adds global css decl by Thorsten Behrens · 13 years ago
  41. 117fdb9 convert users of XDocumentInfo to XDocumentProperties by Michael Stahl · 13 years ago
  42. 4aed4f4 add a README files by Alia Almusaireae · 13 years ago
  43. bbf1bcd basic: String -> OUString in basicmanager by Norbert Thiebaud · 13 years ago
  44. b30ee83 fdo#46808, use service constructor for beans::Introspection by Noel Grandin · 13 years ago
  45. 83154f92 mark lcl_ functions static or rename them if they are not local at all by Luboš Luňák · 13 years ago
  46. 9da34c0 Use prefix by Tor Lillqvist · 14 years ago
  47. c2ca6fa Use comphelper::getComponentContext by Stephan Bergmann · 14 years ago
  48. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  49. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  50. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  51. 4597483 targetted VBA re-work. by Noel Power · 14 years ago
  52. 0da7c60 OUString cleanup in vbahelper/msforms by Olivier Hallot · 14 years ago
  53. 6ed2f21 More OUString cleanup in vbahelper by Olivier Hallot · 14 years ago
  54. 1b9c7da More OUString cleanup in vbahelper by Olivier Hallot · 14 years ago
  55. 340f1c5 Some OUString cleanup in vbahelper by Olivier Hallot · 14 years ago
  56. 006b76a Requires explicit ctor by Stephan Bergmann · 14 years ago
  57. 419d074 More OUString cleanup in vbahelper by Olivier Hallot · 14 years ago
  58. 31da816 Some clean up of previous commit by Stephan Bergmann · 14 years ago
  59. 9738002 fdo#46808, Adapt drawing::ShapeCollection UNO service to new style by Noel Grandin · 14 years ago
  60. 1036269 fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new style by Noel Grandin · 14 years ago
  61. b077241 -Werror,-Wunused-private-field (Clang towards 3.2) by Stephan Bergmann · 14 years ago
  62. 8638f1e fdo#46808, Adapt script::Converter service code to new style by Noel Grandin · 14 years ago
  63. 44dc874 remove VBA_OOBUILD_HACK and friends by Noel Power · 14 years ago
  64. 6573690 mark methods as stub where appropriate by Noel Power · 14 years ago
  65. dd91af4 clean up unnecessary non working implementations by Noel Power · 14 years ago
  66. df645a2 There is not need to allocate memory just for getting the 'indexOf' by Christophe JAILLET · 14 years ago
  67. a767448 Search for char instead of 1 char long string, when possible. by Christophe JAILLET · 14 years ago
  68. 278000a Remove unused defines by Thomas Arnhold · 14 years ago
  69. bbac35af Remove unused header files by Thomas Arnhold · 14 years ago
  70. 7cb232e re-base on ALv2 code. by Michael Meeks · 14 years ago
  71. b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
  72. 0fcd1a7 fdo#46808, Adapt UNO services to new style, Part 7, updating ::create by Noel Grandin · 14 years ago
  73. 827865f targeted string re-work by Norbert Thiebaud · 14 years ago
  74. 02bd365 targeted string re-work by Norbert Thiebaud · 14 years ago
  75. 6e6d81e targetted SAL_N_ELEMENTS reversion. by Michael Meeks · 14 years ago
  76. 2b657f5 Fix Prefer prefix ++/-- operators for non-primitive types by Julien Nabet · 14 years ago
  77. a6b68f4 removed unused static rtl::OUString by Takeshi Abe · 14 years ago
  78. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  79. 7ddb8f7 tweak support Sheets.PrintPreview bnc#75784 allow specific sheet(s) selection by Noel Power · 14 years ago
  80. 9cb75cc removed unused static data by Takeshi Abe · 14 years ago
  81. 17c8f67 support Sheets.PrintPreview bnc#757844 by Noel Power · 14 years ago
  82. f39d0b8 add support for MousePointer attribute in controls by Noel Power · 14 years ago
  83. 0dda8f1 Set DefaultContext property of service manager/component context combo by Stephan Bergmann · 14 years ago
  84. 231520e Kill vbaFontBase::get/setUnderline by Gábor Stefanik · 14 years ago
  85. e4fb171 Replaced a few equal calls with == by Szabolcs Dezsi · 14 years ago
  86. 1ea28eb Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelper by Julien Nabet · 14 years ago
  87. 4c50f23 LinkTarget.mk: remove gb_LinkTarget_add_package_headers by Michael Stahl · 14 years ago
  88. c923f7d gbuild: "use" vs. "add": by Michael Stahl · 14 years ago
  89. d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  90. 743f220 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  91. 643a582 removed duplicate #includes by Takeshi Abe · 14 years ago
  92. ae92197 remove static objects from static_initialization_and_destruction chain by Caolán McNamara · 14 years ago
  93. 9ce98ad remove static OUStrings from static_initialization_and_destruction chain by Caolán McNamara · 14 years ago
  94. 92be127 unused global OUString by Caolán McNamara · 14 years ago
  95. d41b5a8 reduce over use of static OUStrings by Caolán McNamara · 14 years ago
  96. 9429bbb .component files don't need executable bits by Michael Stahl · 14 years ago
  97. 68f2753 .h files don't need executable bits by Michael Stahl · 14 years ago
  98. 2a11719 chmod -x by Tor Lillqvist · 14 years ago
  99. 707609c3 correct exception specification on a function by Luboš Luňák · 14 years ago
  100. 7fbdd5e Fix WaE : Add call to ScVbaControl::getForeColor() by Julien Nabet · 14 years ago