1. b59196e coverity#1247614 Unchecked return value by Caolán McNamara · 11 years ago
  2. 03c7c26 java: final fields that can be static by Noel Grandin · 11 years ago
  3. 15510bf9 sot: stop leaking temp files from StgTmpStrm by Michael Stahl · 11 years ago
  4. c625525 rename SvRef::AddRef to AddFirstRef by Noel Grandin · 12 years ago
  5. a2320ea loplugin: cstylecast by Noel Grandin · 12 years ago
  6. c353cae loplugin: cstylecast by Noel Grandin · 12 years ago
  7. 5cefde0 remove unnecessary casts in calls to SvStream.WriteUInt32 by Noel Grandin · 12 years ago
  8. 04fd620 remove unnecessary casts in calls to SvStream.WriteInt32 by Noel Grandin · 12 years ago
  9. dedfa97 remove unnecessary casts in calls to SvStream.WriteInt16 by Noel Grandin · 12 years ago
  10. bec72dd remove unnecessary casts in calls to SvStream.WriteUChar by Noel Grandin · 12 years ago
  11. ed085a6 cleanup GUID/ClsId/CLSID types by Noel Grandin · 12 years ago
  12. 0304358 Clean up StorageMode parameter of SotStorage::OpenSotStorage by Stephan Bergmann · 12 years ago
  13. ed00d0d create a master document template type by Caolán McNamara · 12 years ago
  14. be1bb7b java: use Boolean.valueOf instead of instantiating Boolean objects by Noel Grandin · 12 years ago
  15. a107bdf ErrorBox->MessageDialog by Caolán McNamara · 12 years ago
  16. 7cc627f update_pch by Thomas Arnhold · 12 years ago
  17. 1c49650 java: remove useless javadoc tags by Noel Grandin · 12 years ago
  18. 46e03df fdo#81835 Don't prefer GDI Metafiles to RTF/HTML -- correctly. by Andrzej Hunt · 12 years ago
  19. 95cad2e Revert "fdo#81835 Don't prefer GDI Metafiles to RTF/HTML" by Andrzej Hunt · 12 years ago
  20. a96a7ce fdo#81835 Don't prefer GDI Metafiles to RTF/HTML by Andrzej Hunt · 12 years ago
  21. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  22. 73f961e Include <algorithm> for std::min by Tor Lillqvist · 12 years ago
  23. 067207f coverity#707195 Uncaught exception by Caolán McNamara · 12 years ago
  24. 1bae012 Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  25. 0ae79a1 use SimpleReferenceObject in StgPage by Noel Grandin · 12 years ago
  26. 0d78ad8 DBG_ASSERT->assert when followed by dereference by Caolán McNamara · 12 years ago
  27. 5ace3f3b clang scan-build: various warnings by Caolán McNamara · 12 years ago
  28. a8b32cc OSL_ENSURE->assert by Caolán McNamara · 12 years ago
  29. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  30. 13b2519 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  31. 538c13f fdo#78801 fdo#52547 Paste preference is image, then html, then text. by Andrzej Hunt · 12 years ago
  32. 1d203f2 Avoid undefined signed integer overflow by Stephan Bergmann · 12 years ago
  33. 7bc0082 Fix memory leak by Stephan Bergmann · 12 years ago
  34. 6757761 coverity#441341 Dereference after null check by Caolán McNamara · 12 years ago
  35. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  36. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  37. dfeadd0 coverity#705538 Unintentional integer overflow by Caolán McNamara · 12 years ago
  38. 8bb2ce6 fixincludeguards.sh: some smaller dirs by Thomas Arnhold · 12 years ago
  39. 8144550 Remove unused functions by Stephan Bergmann · 12 years ago
  40. 8f6c55a Replace SV_DECL/IMPL_REF macros with SvRef template by Stephan Bergmann · 12 years ago
  41. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  42. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  43. 4e3cf9c MSVC helpfully provides warning C4310: cast truncates constant value by Michael Stahl · 12 years ago
  44. a6f0f41 sot: convert that to SAL_INFO by Michael Stahl · 12 years ago
  45. ba46f32 deploy some asserts to detect truncated STREAM_SEEK_TO_END by Michael Stahl · 12 years ago
  46. 1b40966 sot: fix some bizarre resize code that creates 4G temp files on 32bit by Michael Stahl · 12 years ago
  47. 3e71c10 Fix some types in virtual methods to properly override. by Matúš Kukan · 12 years ago
  48. 1258b57 tools: support 64-bit file positions in SvStream by Michael Stahl · 12 years ago
  49. 47bf12a coverity#1078520 Logically dead code by Caolán McNamara · 12 years ago
  50. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  51. 5fb7860 Split TYPEINFO into plain and TYPEINFO_OVERRIDE by Stephan Bergmann · 12 years ago
  52. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  53. 0654c95 debug only code SotFactory::Find(SvGlobalName const&) by Noel Grandin · 12 years ago
  54. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  55. 614e1a6 Remove visual noise from sot by Alexander Wilms · 12 years ago
  56. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  57. 91e7943 cid#1078823 Dereference before null check by Noel Grandin · 12 years ago
  58. 81a2fc7 sot: sal_Bool -> bool fixup by Stephan Bergmann · 12 years ago
  59. da2efb3 Perhaps it's better to use nMaxLegalStr here than using hardcoded 32. by Kohei Yoshida · 12 years ago
  60. b2878af more SvStream:operator>> conversion by Noel Grandin · 12 years ago
  61. 15535e3 convert SvStream::operator>> methods to ReadXXX methods by Noel Grandin · 12 years ago
  62. c47db03 fdo#52547 SOT: Prefer embedding image data to embedding linked image. by Andrzej Hunt · 12 years ago
  63. 8a0298f remove commented code by Markus Mohrhard · 12 years ago
  64. b3621802 fix crash during xls import, related fdo#36580 by Markus Mohrhard · 12 years ago
  65. 186b4eb convert specialised SvStream::operator>> methods to ReadXXX methods by Noel Grandin · 12 years ago
  66. 90d39a8 Resolves: #i124085# disabled CF_DIBV5... by Armin Le Grand · 12 years ago
  67. 41b0357 bool improvements by Stephan Bergmann · 12 years ago
  68. 16a2e90 remove SvStream::operator<< methods by Noel Grandin · 12 years ago
  69. 35a45cd Removed unused solar.h reference in sot by Alexandre Vicenzi · 12 years ago
  70. c648d08 convert SvStream::operator<< overloads to more explicit methods by Noel Grandin · 12 years ago
  71. aeae243 Add FIXME for odd sal_Int32/bool mismatch by Stephan Bergmann · 12 years ago
  72. 854711a StgStrm::Write returns sal_Int32, not bool by Stephan Bergmann · 12 years ago
  73. e99477a Use proper bool operations by Stephan Bergmann · 12 years ago
  74. b69864f re-write SvStream operator<< to non-overloaded methods by Noel Grandin · 12 years ago
  75. 6d25220 remove unnecessary use of OUString* by Noel Grandin · 12 years ago
  76. a81896a cppcheck: reduce scope by Julien Nabet · 12 years ago
  77. b55259e typo fixes by Andras Timar · 12 years ago
  78. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  79. 08fe82e Remove unnecessary use of OUString constructor in + expressions by Noel Grandin · 12 years ago
  80. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  81. e52779d remove unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  82. 5285bee remove redundant calls to OUString constructor in if expression by Noel Grandin · 12 years ago
  83. aeb41c9 remove redundant calls to OUString constructor by Noel Grandin · 12 years ago
  84. 2b01553 fdo#54938: Convert svx to use cppu::supportsService by Marcos Paulo de Souza · 12 years ago
  85. 203d3e6 Related: fdo#70483 add regression test by Caolán McNamara · 12 years ago
  86. 7895079 micro optimize this a bit by Caolán McNamara · 12 years ago
  87. a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
  88. dfa1afd i123485 secured file import scanning existing pages by Armin Le Grand · 12 years ago
  89. 7f0aced CID#441342 potential resource leak by Caolán McNamara · 13 years ago
  90. 98e20a3 Mark as const by Takeshi Abe · 13 years ago
  91. 9c0a390 fdo#63133: Write tools/tempfile.hxx out by Palenik Mihály · 13 years ago
  92. c66e9cd Delete SvCacheStream class by Palenik Mihály · 13 years ago
  93. 5f4a9d9 warning C4305 truncation from int to bool by Michael Stahl · 13 years ago
  94. c55a2bd fix build by Caolán McNamara · 13 years ago
  95. 7c136e7 module sot: String, bool and other clean-up by Norbert Thiebaud · 13 years ago
  96. 6a08067 OUString convertion for unotools by Norbert Thiebaud · 13 years ago
  97. 710f41b Clean String and sal_Bool in tools by Norbert Thiebaud · 13 years ago
  98. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  99. e0cce52 Resolves: #i121504# Support for alpha channel in clipboard for all systems by Armin Le Grand · 13 years ago
  100. 95c0d56 use uno::Reference#clear() method... by Noel Grandin · 13 years ago