1. 13b2519 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  2. 538c13f fdo#78801 fdo#52547 Paste preference is image, then html, then text. by Andrzej Hunt · 12 years ago
  3. 1d203f2 Avoid undefined signed integer overflow by Stephan Bergmann · 12 years ago
  4. 7bc0082 Fix memory leak by Stephan Bergmann · 12 years ago
  5. 6757761 coverity#441341 Dereference after null check by Caolán McNamara · 12 years ago
  6. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  7. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  8. dfeadd0 coverity#705538 Unintentional integer overflow by Caolán McNamara · 12 years ago
  9. 8bb2ce6 fixincludeguards.sh: some smaller dirs by Thomas Arnhold · 12 years ago
  10. 8144550 Remove unused functions by Stephan Bergmann · 12 years ago
  11. 8f6c55a Replace SV_DECL/IMPL_REF macros with SvRef template by Stephan Bergmann · 12 years ago
  12. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  13. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  14. 4e3cf9c MSVC helpfully provides warning C4310: cast truncates constant value by Michael Stahl · 12 years ago
  15. a6f0f41 sot: convert that to SAL_INFO by Michael Stahl · 12 years ago
  16. ba46f32 deploy some asserts to detect truncated STREAM_SEEK_TO_END by Michael Stahl · 12 years ago
  17. 1b40966 sot: fix some bizarre resize code that creates 4G temp files on 32bit by Michael Stahl · 12 years ago
  18. 3e71c10 Fix some types in virtual methods to properly override. by Matúš Kukan · 12 years ago
  19. 1258b57 tools: support 64-bit file positions in SvStream by Michael Stahl · 12 years ago
  20. 47bf12a coverity#1078520 Logically dead code by Caolán McNamara · 12 years ago
  21. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  22. 5fb7860 Split TYPEINFO into plain and TYPEINFO_OVERRIDE by Stephan Bergmann · 12 years ago
  23. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  24. 0654c95 debug only code SotFactory::Find(SvGlobalName const&) by Noel Grandin · 12 years ago
  25. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  26. 614e1a6 Remove visual noise from sot by Alexander Wilms · 12 years ago
  27. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  28. 91e7943 cid#1078823 Dereference before null check by Noel Grandin · 12 years ago
  29. 81a2fc7 sot: sal_Bool -> bool fixup by Stephan Bergmann · 12 years ago
  30. da2efb3 Perhaps it's better to use nMaxLegalStr here than using hardcoded 32. by Kohei Yoshida · 12 years ago
  31. b2878af more SvStream:operator>> conversion by Noel Grandin · 12 years ago
  32. 15535e3 convert SvStream::operator>> methods to ReadXXX methods by Noel Grandin · 12 years ago
  33. c47db03 fdo#52547 SOT: Prefer embedding image data to embedding linked image. by Andrzej Hunt · 12 years ago
  34. 8a0298f remove commented code by Markus Mohrhard · 12 years ago
  35. b3621802 fix crash during xls import, related fdo#36580 by Markus Mohrhard · 12 years ago
  36. 186b4eb convert specialised SvStream::operator>> methods to ReadXXX methods by Noel Grandin · 12 years ago
  37. 90d39a8 Resolves: #i124085# disabled CF_DIBV5... by Armin Le Grand · 12 years ago
  38. 41b0357 bool improvements by Stephan Bergmann · 12 years ago
  39. 16a2e90 remove SvStream::operator<< methods by Noel Grandin · 12 years ago
  40. 35a45cd Removed unused solar.h reference in sot by Alexandre Vicenzi · 12 years ago
  41. c648d08 convert SvStream::operator<< overloads to more explicit methods by Noel Grandin · 12 years ago
  42. aeae243 Add FIXME for odd sal_Int32/bool mismatch by Stephan Bergmann · 12 years ago
  43. 854711a StgStrm::Write returns sal_Int32, not bool by Stephan Bergmann · 12 years ago
  44. e99477a Use proper bool operations by Stephan Bergmann · 12 years ago
  45. b69864f re-write SvStream operator<< to non-overloaded methods by Noel Grandin · 12 years ago
  46. 6d25220 remove unnecessary use of OUString* by Noel Grandin · 12 years ago
  47. a81896a cppcheck: reduce scope by Julien Nabet · 12 years ago
  48. b55259e typo fixes by Andras Timar · 12 years ago
  49. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  50. 08fe82e Remove unnecessary use of OUString constructor in + expressions by Noel Grandin · 12 years ago
  51. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  52. e52779d remove unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  53. 5285bee remove redundant calls to OUString constructor in if expression by Noel Grandin · 12 years ago
  54. aeb41c9 remove redundant calls to OUString constructor by Noel Grandin · 12 years ago
  55. 2b01553 fdo#54938: Convert svx to use cppu::supportsService by Marcos Paulo de Souza · 12 years ago
  56. 203d3e6 Related: fdo#70483 add regression test by Caolán McNamara · 12 years ago
  57. 7895079 micro optimize this a bit by Caolán McNamara · 12 years ago
  58. a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
  59. dfa1afd i123485 secured file import scanning existing pages by Armin Le Grand · 12 years ago
  60. 7f0aced CID#441342 potential resource leak by Caolán McNamara · 13 years ago
  61. 98e20a3 Mark as const by Takeshi Abe · 13 years ago
  62. 9c0a390 fdo#63133: Write tools/tempfile.hxx out by Palenik Mihály · 13 years ago
  63. c66e9cd Delete SvCacheStream class by Palenik Mihály · 13 years ago
  64. 5f4a9d9 warning C4305 truncation from int to bool by Michael Stahl · 13 years ago
  65. c55a2bd fix build by Caolán McNamara · 13 years ago
  66. 7c136e7 module sot: String, bool and other clean-up by Norbert Thiebaud · 13 years ago
  67. 6a08067 OUString convertion for unotools by Norbert Thiebaud · 13 years ago
  68. 710f41b Clean String and sal_Bool in tools by Norbert Thiebaud · 13 years ago
  69. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  70. e0cce52 Resolves: #i121504# Support for alpha channel in clipboard for all systems by Armin Le Grand · 13 years ago
  71. 95c0d56 use uno::Reference#clear() method... by Noel Grandin · 13 years ago
  72. 1e4422a re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
  73. b751e39 some refactoring on <StgHeader> by Oliver-Rainer Wittmann · 14 years ago
  74. c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
  75. b9337e2 execute move of global headers by Bjoern Michaelsen · 13 years ago
  76. 62badf38 Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  77. 8546c32 Remove pass-through header file sot/inc/sot/clsids.hxx by Michael Dunphy · 13 years ago
  78. 8d87758 Java cleanup, remove the rest of the unnecessary casts by Noel Grandin · 13 years ago
  79. b80d8c6 fdo#62096 - replace some O(U)String compareTo with == by Artur Dryomov · 13 years ago
  80. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  81. 876c619 new module i18nlangtag by Eike Rathke · 13 years ago
  82. 563a9b7 Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelper by Chr. Rossmanith · 13 years ago
  83. d0c9430 coverity#440717 Dereference after null check by Julien Nabet · 13 years ago
  84. aa753f0 -Wunused-macros by Stephan Bergmann · 13 years ago
  85. daac7e3 coverity#982310 Logically dead code by Julien Nabet · 13 years ago
  86. 0173e89 fdo#39445 writing out tools/fsys.hxx (sot) by Krisztian Pinter · 13 years ago
  87. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  88. f5ca04c Related to fdo#60724: correct spelling by Thomas Arnhold · 13 years ago
  89. 48d099a coverity#705725: fix memory leak by Markus Mohrhard · 13 years ago
  90. b768611 remove all d.lst by Michael Stahl · 13 years ago
  91. dd3e879 remove some trivial duplicates by Thomas Arnhold · 13 years ago
  92. 63b0ce9 fdo#38838 searched, replaced and removed String::CreateFromInt32(). by Jean-Noël Rouvignac · 13 years ago
  93. 1443a9f [Uu]sefull -> [Uu]seful by Julien Nabet · 13 years ago
  94. 616c692 s/the the/the/ by Tor Lillqvist · 13 years ago
  95. 0db079c coverity#982801 Out-of-bounds access by Caolán McNamara · 13 years ago
  96. bde184d warning C4805: '!=' unsafe mix of type 'bool' and type 'sal_Bool' by Stephan Bergmann · 13 years ago
  97. c2e2d77 unused variable by Luboš Luňák · 13 years ago
  98. efe9bf6 sal_Bool to bool by Luboš Luňák · 13 years ago
  99. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  100. 4a10442 Resolves: fdo#57532 restrict page sanity check to non-storage chunks by Caolán McNamara · 13 years ago