1. da62ab5 fdo#78159: fix import of OOoXML embedded objects by Michael Stahl · 12 years ago
  2. 4bf2703 OLE: Turn an OSL_ENSURE() into a real condition (related: fdo#65631) by Jan Holesovsky · 12 years ago
  3. 1353fbe fdo#77140 embeddedobj: avoid unneeded conversion in ConvertBufferToFormat() by Miklos Vajna · 12 years ago
  4. 523ad96 Fix bogus mass-conversion equalsAsciiL -> startsWith by Stephan Bergmann · 12 years ago
  5. f01580c Windows: Require at least Windows XP SP2 by Thomas Arnhold · 12 years ago
  6. 3af99e4 convert equalsAsciiL calls to startsWith calls by Noel Grandin · 12 years ago
  7. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  8. 2c35fff remove most use of RTL_CONSTASCII_USTRINGPARAM macro by Noel Grandin · 12 years ago
  9. 484819a remove unnecessary use of OUString constructor in EMBEDDEDOBJ module by Noel Grandin · 12 years ago
  10. f852bda clean up some include guards by Thomas Arnhold · 12 years ago
  11. d6b8033 fdo#68849 add some header guards by Thomas Arnhold · 12 years ago
  12. 7235d23 fdo#54938: Adapt supportsService implementations to cppu::supportsService by Marcos Paulo de Souza · 13 years ago
  13. ec9a074 -Werror,-Wunused-variable by Stephan Bergmann · 13 years ago
  14. e4168da don't use SAL_WARN to log calls by Markus Mohrhard · 13 years ago
  15. 079779c embeddedobj: if the service is missing, log its name by Miklos Vajna · 13 years ago
  16. 9d7c5dc do not build emboleobj library on --disable-atl by Michael Stahl · 13 years ago
  17. 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago
  18. 19277d0 osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier() by Stephan Bergmann · 13 years ago
  19. ab5eaec remove Application::GetWorkAreaPosSizePixel by Noel Grandin · 13 years ago
  20. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  21. 660b67a fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO by Radu Ioan · 13 years ago
  22. 07976ee Don't export a variable called PATH_SEPARATOR by Tor Lillqvist · 13 years ago
  23. cb6d67c Spelling "separate" (etc) correctly is hard by Tor Lillqvist · 13 years ago
  24. e2e2cc6 remove usage of RTL_CONSTASCII_USTRINGPARAM by Luboš Luňák · 13 years ago
  25. e527a34 Java cleanup, convert more Vector to ArrayList by Noel Grandin · 13 years ago
  26. 587c59fb Java cleanup, Convert Vector to ArrayList by Noel Grandin · 13 years ago
  27. 06b4b58 No need for conditionality has been turned on since 2004 by Tor Lillqvist · 13 years ago
  28. 334086d Resolves: #i113605# missing :ReleaseStgMedium() call on STGMEDIUM object by Jian Fang Zhang · 14 years ago
  29. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  30. 1cc9bbf gbuild: drop empty use_packages calls by David Tardon · 13 years ago
  31. c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
  32. 1264480 fdo#60724 correct spelling by Thomas Arnhold · 13 years ago
  33. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  34. e1f6dac Replace `compareTo(...) == 0` with == by Ashish Banerjee · 13 years ago
  35. 39d4539 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations by Thomas Arnhold · 13 years ago
  36. 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
  37. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  38. 26e37ca doubled includes by Thomas Arnhold · 13 years ago
  39. f5ca04c Related to fdo#60724: correct spelling by Thomas Arnhold · 13 years ago
  40. db7a441 Typo fix: informations -> information and a few other adjacent typos. by Gregg King · 13 years ago
  41. b768611 remove all d.lst by Michael Stahl · 13 years ago
  42. c13802e Fix typo "persistant" -> "persistant" by Julien Nabet · 13 years ago
  43. dd3e879 remove some trivial duplicates by Thomas Arnhold · 13 years ago
  44. 5c89214 fdo#39674: Rename menues to menu by Thomas Arnhold · 13 years ago
  45. 616c692 s/the the/the/ by Tor Lillqvist · 13 years ago
  46. a00fe5c fdo#46808, use service constructor by Noel Grandin · 13 years ago
  47. 5a65ca6 fdo#60491: embeddedobj: catch exception in fallback path by Michael Stahl · 13 years ago
  48. af8c759 embeddedobj: log some exceptions by Michael Stahl · 13 years ago
  49. 63ca871 fdo#60234 fdo#60492: fix emboleobj library on WNT: by Michael Stahl · 13 years ago
  50. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  51. 63d0f95 fdo#46808, fixes for windows build by Noel Grandin · 13 years ago
  52. 2a90016 fdo#46808, fixes for windows build by Noel Grandin · 13 years ago
  53. abcbaba fdo#46808, Convert comphelper::MimeConfigurationHelper to XComponentContext by Noel Grandin · 13 years ago
  54. 251f1b0 fdo#46808, Adapt embed::*EmbeddedObjectCreator UNO services to new style by Noel Grandin · 13 years ago
  55. 92f14ce fdo#46808, Adapt frame::TaskCreator UNO service to new style by Noel Grandin · 13 years ago
  56. 42adbfc fdo#46808, Adapt embed::HatchWindowFactory UNO service to new style by Noel Grandin · 13 years ago
  57. bb121c8 fdo#46808, Convert frame::Desktop to new style service. by Noel Grandin · 13 years ago
  58. ec89369 link embedobj to tools library by Luboš Luňák · 13 years ago
  59. dde234b fdo#46808, remove awt::DisplayAccess service. by Noel Grandin · 13 years ago
  60. 24f0aa7 fdo#46808, use service constructor for embed::StorageFactory by Noel Grandin · 13 years ago
  61. 5837402 fdo#46808, use service constructor for ucb::SimpleFileAccess by Noel Grandin · 13 years ago
  62. 74670bf fdo#56818 Work around deadlock caused by differing lock orders by Stephan Bergmann · 13 years ago
  63. 33a0f8c fdo#46808, Adapt awt::Toolkit UNO service to new style by Noel Grandin · 13 years ago
  64. b1e93b3 embeddedobj: add README by Miklos Vajna · 13 years ago
  65. cc201f7 add missing dep for tools/diagnose_ex.h by David Tardon · 14 years ago
  66. 393588c Use prefix by Tor Lillqvist · 14 years ago
  67. 37a2fa5 fdo#51304: Remove the author of some java source files by Anurag Jain · 14 years ago
  68. c2ca6fa Use comphelper::getComponentContext by Stephan Bergmann · 14 years ago
  69. 286a773 re-base on ALv2 code. by Michael Meeks · 14 years ago
  70. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  71. dc397aae gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT: by Michael Stahl · 14 years ago
  72. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  73. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  74. 750fc20 replace remaining InterlockedCount() with inlined version by Norbert Thiebaud · 14 years ago
  75. 03a9f13 ComponentContext::getUnoContext -> getComponentContext simplification by Stephan Bergmann · 14 years ago
  76. 1c7a54e fdo#46808, Adapt frame::ModuleManager UNO service to new style by Noel Grandin · 14 years ago
  77. de16a4e Some builds seem to require a prefixed "system" here by Stephan Bergmann · 14 years ago
  78. bc00717 fdo#46808, Adapt system::SystemShellExecute UNO service to new style by Noel Grandin · 14 years ago
  79. 1036269 fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new style by Noel Grandin · 14 years ago
  80. d93fdcf add more component prefixes by Matúš Kukan · 14 years ago
  81. 3748a05 Removed private fields were acutally used #ifdef WNT by Stephan Bergmann · 14 years ago
  82. b7ea1c0 -Werror,-Wunused-private-field (Clang towards 3.2) by Stephan Bergmann · 14 years ago
  83. 2489e82 Missing #include by Stephan Bergmann · 14 years ago
  84. 206c70e fdo#46808, Adapt TempFile UNO service to new style by Noel Grandin · 14 years ago
  85. 2beba8f reduce ascii noise and useless comments by Thomas Arnhold · 14 years ago
  86. 548a2ff remove bogus date information by Thomas Arnhold · 14 years ago
  87. cf239da There is not need to allocate memory just for getting the 'indexOf' by Christophe JAILLET · 14 years ago
  88. eecb5ac removed useless forward declarations of class by Takeshi Abe · 14 years ago
  89. fdda178 targetted improvement of UNO API includes / usage by Michael Meeks · 14 years ago
  90. 60eb135 .dxp files don't need executable bits by Michael Stahl · 14 years ago
  91. b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
  92. b6db3e3 re-base on ALv2 code. by Michael Meeks · 14 years ago
  93. d2a02df cppcheck: Avoid unused variables code warnings by Martyn Russell · 14 years ago
  94. 4019acf cppcheck: avoid unreachable code warnings by Martyn Russell · 14 years ago
  95. 38a809d embeddedobj: try to make MSVC happy by Michael Stahl · 14 years ago
  96. d085789 fdo#46808, Adapt UNO services to new style, Part 7, updating ::create by Noel Grandin · 14 years ago
  97. b3c76de fdo#46808, Adapt UNO services to new style, Part 7, updating ::create by Noel Grandin · 14 years ago
  98. 590140e targeted string re-work (ii) by Olivier Hallot · 14 years ago
  99. aa062d1 targeted string re-work by Norbert Thiebaud · 14 years ago
  100. a9550f6 normalize variable names in gbuild user makefiles by Michael Stahl · 14 years ago