1. f4528a1 Add a border to opengl chart to make it easier to handle. by Zolnai Tamás · 12 years ago
  2. 9991b50 Make opengl chart window always active by Zolnai Tamás · 12 years ago
  3. 46ad547 bnc#648251: Avoid crash when attempting to open embedded OLE object as "text" by Tor Lillqvist · 12 years ago
  4. 4b4bff3 java: no need to instantiate String objects directly by Noel Grandin · 12 years ago
  5. ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
  6. be1bb7b java: use Boolean.valueOf instead of instantiating Boolean objects by Noel Grandin · 12 years ago
  7. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  8. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  9. 9bac4d4 typo: more then -> more than by Takeshi Abe · 12 years ago
  10. a0bd558 bnc#883684: Better fix for this. by Kohei Yoshida · 12 years ago
  11. dac4ca5 new loplugin: externalandnotdefined by Noel Grandin · 12 years ago
  12. 1d38cb36 fdo#71076, fdo#71767: Preserve number formats when charts are copied. by Kohei Yoshida · 12 years ago
  13. 9af0abe remove unnecessary use of Reference constructor in throw by Noel Grandin · 12 years ago
  14. 9b791f9 remove unnecessary use of OUString constructor when throwing by Noel Grandin · 12 years ago
  15. 3c1e30b7 Correct common misspellings, and remove some ASCII art along the way. by Chris Laplante · 12 years ago
  16. dd33f91 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14 by Julien Nabet · 12 years ago
  17. 0b3d0fb fdo#78159: fix import of OOoXML embedded objects by Michael Stahl · 12 years ago
  18. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  19. b2096dea various loplugin:passsequencebyref by Noel Grandin · 12 years ago
  20. 142ecb8 embeddedobj: remove SAL_INFO's that only mark function entry by Noel Grandin · 12 years ago
  21. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  22. 584e8c8 embeddedobj: sal_Bool->bool by Noel Grandin · 12 years ago
  23. 97a5ba4 remove comments why a file gets included by Thomas Arnhold · 12 years ago
  24. 728ec86 Typo: s/cant/can't/ by Tor Lillqvist · 12 years ago
  25. 9a11fbb coverity#1202965 unused member by Caolán McNamara · 12 years ago
  26. fa0ffdb cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unused by Stephan Bergmann · 12 years ago
  27. 82d1b40 Clean up function declarations by Stephan Bergmann · 12 years ago
  28. 2a7fdf2 fdo#77140 embeddedobj: avoid unneeded conversion in ConvertBufferToFormat() by Miklos Vajna · 12 years ago
  29. d4e4bcb coverity#706511 Uncaught exception by Caolán McNamara · 12 years ago
  30. 3140af0 coverity#706508 Uncaught exception by Caolán McNamara · 12 years ago
  31. dc72c62 coverity#706512 Uncaught exception by Caolán McNamara · 12 years ago
  32. 8f7c677 Avoid possible resource leaks by boost::scoped_array by Takeshi Abe · 12 years ago
  33. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  34. ee1de94 typo: persistance -> persistence by Thomas Arnhold · 12 years ago
  35. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  36. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  37. a5c0d79 embeddedobj: simplify deprecated XTypeProvider.getImplementationId by Stephan Bergmann · 12 years ago
  38. a94e973 OLE: Turn an OSL_ENSURE() into a real condition. by Jan Holesovsky · 12 years ago
  39. e74a099 Exclude WNT-specific includes on other platforms by Stephan Bergmann · 12 years ago
  40. e4f6ba5 Remove visual noise from embeddedobj by Alexander Wilms · 12 years ago
  41. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  42. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  43. 05f742d comphelper: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  44. 6f0e7c3 Typo: seam(s) -> seem(s) by Julien Nabet · 12 years ago
  45. f9369d3 fdo#54938 Convert to cppu::supportsService by Alexandre Vicenzi · 12 years ago
  46. 19e1608 Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton. by Matúš Kukan · 12 years ago
  47. 612dac0 bool improvements by Stephan Bergmann · 12 years ago
  48. 16d8368 Fix apparently broken OSL_ASSERT (that would have never fired) by Stephan Bergmann · 12 years ago
  49. a3f3276 Fix bogus mass-conversion equalsAsciiL -> startsWith by Stephan Bergmann · 12 years ago
  50. 300cf0a Use bool by Stephan Bergmann · 12 years ago
  51. b55259e typo fixes by Andras Timar · 12 years ago
  52. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  53. 0fa31be Default OMultiTypeInferfaceContainerHelperVar equalImpl parameter by Stephan Bergmann · 12 years ago
  54. d694313 Catch block smells like leftover debugging code by Stephan Bergmann · 12 years ago
  55. f01580c Windows: Require at least Windows XP SP2 by Thomas Arnhold · 12 years ago
  56. 3af99e4 convert equalsAsciiL calls to startsWith calls by Noel Grandin · 12 years ago
  57. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  58. 2c35fff remove most use of RTL_CONSTASCII_USTRINGPARAM macro by Noel Grandin · 12 years ago
  59. 484819a remove unnecessary use of OUString constructor in EMBEDDEDOBJ module by Noel Grandin · 12 years ago
  60. f852bda clean up some include guards by Thomas Arnhold · 12 years ago
  61. d6b8033 fdo#68849 add some header guards by Thomas Arnhold · 12 years ago
  62. 7235d23 fdo#54938: Adapt supportsService implementations to cppu::supportsService by Marcos Paulo de Souza · 13 years ago
  63. ec9a074 -Werror,-Wunused-variable by Stephan Bergmann · 13 years ago
  64. e4168da don't use SAL_WARN to log calls by Markus Mohrhard · 13 years ago
  65. 079779c embeddedobj: if the service is missing, log its name by Miklos Vajna · 13 years ago
  66. 9d7c5dc do not build emboleobj library on --disable-atl by Michael Stahl · 13 years ago
  67. 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago
  68. 19277d0 osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier() by Stephan Bergmann · 13 years ago
  69. ab5eaec remove Application::GetWorkAreaPosSizePixel by Noel Grandin · 13 years ago
  70. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  71. 660b67a fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO by Radu Ioan · 13 years ago
  72. 07976ee Don't export a variable called PATH_SEPARATOR by Tor Lillqvist · 13 years ago
  73. cb6d67c Spelling "separate" (etc) correctly is hard by Tor Lillqvist · 13 years ago
  74. e2e2cc6 remove usage of RTL_CONSTASCII_USTRINGPARAM by Luboš Luňák · 13 years ago
  75. e527a34 Java cleanup, convert more Vector to ArrayList by Noel Grandin · 13 years ago
  76. 587c59fb Java cleanup, Convert Vector to ArrayList by Noel Grandin · 13 years ago
  77. 06b4b58 No need for conditionality has been turned on since 2004 by Tor Lillqvist · 13 years ago
  78. 334086d Resolves: #i113605# missing :ReleaseStgMedium() call on STGMEDIUM object by Jian Fang Zhang · 14 years ago
  79. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  80. 1cc9bbf gbuild: drop empty use_packages calls by David Tardon · 13 years ago
  81. c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
  82. 1264480 fdo#60724 correct spelling by Thomas Arnhold · 13 years ago
  83. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  84. e1f6dac Replace `compareTo(...) == 0` with == by Ashish Banerjee · 13 years ago
  85. 39d4539 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations by Thomas Arnhold · 13 years ago
  86. 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
  87. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  88. 26e37ca doubled includes by Thomas Arnhold · 13 years ago
  89. f5ca04c Related to fdo#60724: correct spelling by Thomas Arnhold · 13 years ago
  90. db7a441 Typo fix: informations -> information and a few other adjacent typos. by Gregg King · 13 years ago
  91. b768611 remove all d.lst by Michael Stahl · 13 years ago
  92. c13802e Fix typo "persistant" -> "persistant" by Julien Nabet · 13 years ago
  93. dd3e879 remove some trivial duplicates by Thomas Arnhold · 13 years ago
  94. 5c89214 fdo#39674: Rename menues to menu by Thomas Arnhold · 13 years ago
  95. 616c692 s/the the/the/ by Tor Lillqvist · 13 years ago
  96. a00fe5c fdo#46808, use service constructor by Noel Grandin · 13 years ago
  97. 5a65ca6 fdo#60491: embeddedobj: catch exception in fallback path by Michael Stahl · 13 years ago
  98. af8c759 embeddedobj: log some exceptions by Michael Stahl · 13 years ago
  99. 63ca871 fdo#60234 fdo#60492: fix emboleobj library on WNT: by Michael Stahl · 13 years ago
  100. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago