1. 1249dd9 fixes for up-casting to Reference<XInterface> by Noel Grandin · 12 years ago
  2. 41c4c5f Related fdo#58774 Alternative dialog Find & Replace for Writer by Julien Nabet · 12 years ago
  3. bc34b4b fdo#77282 Replace "Edit Group" with "Enter Group" by Laurent Balland-Poirier · 12 years ago
  4. a00c4c5 Resolves: #i113481# query script invocation from the current frame... by Tsutomu Uchino · 12 years ago
  5. 3c1e30b7 Correct common misspellings, and remove some ASCII art along the way. by Chris Laplante · 12 years ago
  6. b2096dea various loplugin:passsequencebyref by Noel Grandin · 12 years ago
  7. e3d01ad Fix previous commit (scripting part) by Julien Nabet · 12 years ago
  8. bd59628 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10 by Julien Nabet · 12 years ago
  9. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  10. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  11. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago
  12. 2ff8ae7 scripting: sal_Bool->bool by Noel Grandin · 12 years ago
  13. 97a5ba4 remove comments why a file gets included by Thomas Arnhold · 12 years ago
  14. 8bb2ce6 fixincludeguards.sh: some smaller dirs by Thomas Arnhold · 12 years ago
  15. c79a5f8 remove executable bit by Andras Timar · 12 years ago
  16. 5e3c993 Clean up function declarations by Stephan Bergmann · 12 years ago
  17. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  18. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  19. e57401a coverity#704287 Logically dead code by Caolán McNamara · 12 years ago
  20. 567ef6d Second batch of adding SAL_OVERRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  21. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  22. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  23. 55461af scripting: simplify deprecated XTypeProvider.getImplementationId by Stephan Bergmann · 12 years ago
  24. 25cedf1 Introduce com.sun.star.beans.theIntrospection singleton by Stephan Bergmann · 12 years ago
  25. 4d6560f5 fdo#54938: Convert some places to use cppu::supportsService by Marcos Paulo de Souza · 12 years ago
  26. c4cff5a fdo#54938: Convert some places to use cppu::supportsService by Donizete Waterkemper · 12 years ago
  27. 5133b44 Remove unused ScriptingContext by Stephan Bergmann · 12 years ago
  28. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  29. b030823 Remove visual noise from scripting by Alexander Wilms · 12 years ago
  30. a53577e Replace deprecated std::auto_ptr with boost::scoped_ptr by Takeshi Abe · 12 years ago
  31. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  32. a18a1a4 Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx by Tobias Lippert · 12 years ago
  33. 55d3127 Typo: "omited"/"ommitted"/"ommited" -> "omitted" by Julien Nabet · 12 years ago
  34. ac6e8ac typo fixes in comments by Andras Timar · 12 years ago
  35. 93ef9a4 fdo#54938 Convert bridges, editeng and others to cppu::supportsService by Alexandre Vicenzi · 12 years ago
  36. dbac5cc bool improvements by Stephan Bergmann · 12 years ago
  37. e3133ae Let C++ inline functions return bool instead of sal_Bool by Stephan Bergmann · 12 years ago
  38. 9e1ec4d bool improvements by Stephan Bergmann · 12 years ago
  39. 82625bb remove unnecessary sal_Unicode casts in OUStringBuffer::append calls by Noel Grandin · 12 years ago
  40. be053c9 Spelling correction: s/retrive/retrieve/ by Tor Lillqvist · 12 years ago
  41. b55259e typo fixes by Andras Timar · 12 years ago
  42. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  43. 8548abb Remove unnecessary use of OUString constructor in OUStringBuffer::append calls by Noel Grandin · 12 years ago
  44. 87bc985 Remove unnecessary macros by Stephan Bergmann · 12 years ago
  45. 73342db remove unnecessary RTL_CONSTASCII_STRINGPARAM by Noel Grandin · 12 years ago
  46. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  47. 24cad6a Move MediaDescriptor from comphelper to unotools by Stephan Bergmann · 12 years ago
  48. fcd1637 convert OUString compareToAscii == 0 to equalsAscii by Noel Grandin · 12 years ago
  49. e52779d remove unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  50. 2ac5073 remove unnecessary use of OUString constructor in SCRIPTING module by Noel Grandin · 12 years ago
  51. 9c2ab71 Drop unnecessary #includes by Takeshi Abe · 12 years ago
  52. aeb41c9 remove redundant calls to OUString constructor by Noel Grandin · 12 years ago
  53. 0e6a260 Convert code that calls OUString::getStr()[] to use the [] operator by Noel Grandin · 12 years ago
  54. e2451bd Convert indexOf->startsWith and lastIndexOf->endsWith by Noel Grandin · 12 years ago
  55. 8df17a3 gbuild: set Package default target to INSTDIR by Michael Stahl · 12 years ago
  56. 8e602af stop looking for Jar files in solver by Michael Stahl · 12 years ago
  57. a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
  58. ee5661e fdo#54938: Adapt supportsService implementations.. by Marcos Paulo de Souza · 12 years ago
  59. 88c7e97 fdo#36964 Wording change: "Remove Filter" -> "Reset Filter" by Samuel Mehrbrodt · 13 years ago
  60. d08ef4d random OUString to String conversions by Noel Grandin · 12 years ago
  61. 8c5b0d8 WaE: unused variable by Tor Lillqvist · 13 years ago
  62. 3ef9fac -Werror,-Wunused-const-variable by Stephan Bergmann · 13 years ago
  63. 7f436c1 typo fixes in comments by Andras Timar · 13 years ago
  64. 4c63fd10 Try to fix cross-compilation by Tor Lillqvist · 13 years ago
  65. 6667cae gbuild: remove gb_Rdb__get_final_target by Michael Stahl · 13 years ago
  66. 5397b49 Towards a working instdir for Mac OS X by Stephan Bergmann · 13 years ago
  67. d44759e gbuild: install rdb files directly in module they come from by Matúš Kukan · 13 years ago
  68. d5d721a ENABLE_SCRIPTING_* Harmonize ENABLE_* variable to TRUE/<nothing> by Norbert Thiebaud · 13 years ago
  69. 83f4be4 deb#719941: pythonscript.py: use open() instead of file() by Rene Engelhard · 13 years ago
  70. 5be1f52 deb#719941: unbreak python script provider debug logging on Python 3 by Michael Stahl · 13 years ago
  71. 08452f1 Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA by Tor Lillqvist · 13 years ago
  72. f4004429 Mark as const by Takeshi Abe · 13 years ago
  73. 058a3d1 Further work on the "Mac-like app structure" option by Tor Lillqvist · 13 years ago
  74. c6a7300 Use subfolder names from <config_folders.h> by Tor Lillqvist · 13 years ago
  75. 6b2aaa7 resolved fdo#67444 don't push_back() with already reserved size by Eike Rathke · 13 years ago
  76. 9250089 fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VB by Noel Power · 13 years ago
  77. 24078e3 Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2 by Caolán McNamara · 13 years ago
  78. f460556 Related: fdo#66761 we want the bytes, not a str representation of them by Caolán McNamara · 13 years ago
  79. c4aa13c Resolves: fdo#66761 Macro controlled Python Mailmerge broken by Caolán McNamara · 13 years ago
  80. 3c57a9b Resolves: #i120083# make python loglevel and log output changeable... by Herbert Dürr · 13 years ago
  81. 3852241 use LanguageTag::getMatchingFallback() by Eike Rathke · 13 years ago
  82. 3f1a588 added FIXME-BCP47 comments by Eike Rathke · 13 years ago
  83. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  84. 349d3b2 remove an unused header by Thomas Arnhold · 13 years ago
  85. 86783bd add python ver to debugging info by Caolán McNamara · 13 years ago
  86. 06f22f5 Resolves: fdo#55411 python 2 vs 3 str/bytes encoding issues by Caolán McNamara · 13 years ago
  87. 1e4422a re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
  88. 1d1825d fdo#46808, Convert awt::UnoControlDialog to new style by Noel Grandin · 13 years ago
  89. e36f83d Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style" by Stephan Bergmann · 13 years ago
  90. 7a6cc8b Resolves: #i55055# Simplify pythonscript.py code by Pedro Giffuni · 14 years ago
  91. 2e2a482 scripting: get CreateUnoDialog() work again by Miklos Vajna · 13 years ago
  92. 2ce6828 fix awt::UnoControlModelDialog crash by Noel Grandin · 13 years ago
  93. 6a043e9c Use the new type-checking Reference constructor to reduce code noise by Noel Grandin · 13 years ago
  94. be50ad2 fdo#46808, Convert awt::XUnoControlDialog to new style by Noel Grandin · 13 years ago
  95. 6c61b20 fdo#46808, Convert awt::UnoControlDialogModel to new style by Noel Grandin · 13 years ago
  96. b0c59c3 Resolves: #ii118478# Implement getInvocationContext in PyUNO ScriptContext by Ariel Constenla-Haile · 14 years ago
  97. 717c964 More gb_PROGRAMDIRNAME clean up by Stephan Bergmann · 13 years ago
  98. 2f3359d fix memory leak with orphaned controls created on the fly by Noel Power · 13 years ago
  99. 04eb03cc handle various ReturnXXXX types for forms by Noel Power · 13 years ago
  100. e8eab43 cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal by Philipp Riemer · 13 years ago