1. 966f40e Use hasElements to check Sequence emptiness in [e-i]* by Arkadiy Illarionov · 7 years ago
  2. 8b48153 Fix typo by Andrea Gelmini · 7 years ago
  3. cf9aa35 Fix typo by Andrea Gelmini · 7 years ago
  4. e5cb863 Fix typo by Andrea Gelmini · 7 years ago
  5. 40556d4 Fix typo by Andrea Gelmini · 7 years ago
  6. 13e6b43 Fix typo by Andrea Gelmini · 7 years ago
  7. f545ee2 Fix typo by Andrea Gelmini · 7 years ago
  8. 73e58a9 Fix typo by Andrea Gelmini · 7 years ago
  9. a361231 fix wrong SET/QUERY flags passed to uno::Reference by Noel Grandin · 7 years ago
  10. da95fc29 loplugin:sequentialassign in embeddedobj..l10ntools by Noel Grandin · 7 years ago
  11. 3a5d783 clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment check by Tamás Zolnai · 7 years ago
  12. f3fc127 Use osl_atomic_increment/osl_atomic_decrement to change m_refCount by Mike Kaganski · 7 years ago
  13. 5a824268 Don't use resettable/clearable guard where plain guard is enough by Mike Kaganski · 7 years ago
  14. cbe9516 Fix typo by Andrea Gelmini · 7 years ago
  15. 5e30823 tdf#120703 PVS: GetBitmapBits does not return required buffer size by Mike Kaganski · 7 years ago
  16. b07a990 loplugin:typedefparam (clang-cl) by Stephan Bergmann · 7 years ago
  17. 04cf6de0 tdf#120703 PVS: remove redundant static casts by Mike Kaganski · 7 years ago
  18. 485e238 loplugin:indentation in editeng..extensions by Noel Grandin · 7 years ago
  19. df984a4 Clean up dead uses of DISABLE_ATL by Stephan Bergmann · 7 years ago
  20. 7b148b0 WIN move native dialog hack into WinScheduler by Jan-Marek Glogowski · 7 years ago
  21. 5bb798a tdf#117295 WIN no main loop shortcut for OLE dialog by Jan-Marek Glogowski · 7 years ago
  22. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  23. e4472d3 loplugin:unnecessaryparen include more assignments by Noel Grandin · 7 years ago
  24. fff501a tdf#120703 PVS: V560 A part of conditional expression is always true/false by Mike Kaganski · 7 years ago
  25. 50b858b Fix typo by Andrea Gelmini · 7 years ago
  26. 72e6269 sw: fix modification of ole obj native data during HTML import by Miklos Vajna · 7 years ago
  27. ea3fc61 Fix sd toolbar manager lock underflows by Jan-Marek Glogowski · 7 years ago
  28. fe83001 embeddedobj win32: avoid owning a lock while calling out to event listeners by Miklos Vajna · 7 years ago
  29. c026807 tdf#120703 PVS: V547 Expression is always true/false by Mike Kaganski · 7 years ago
  30. 6a12a9e tdf#120703 PVS: V530 The return value of function is required to be utilized by Mike Kaganski · 7 years ago
  31. 27b0d72 clarify this code a little by Caolán McNamara · 7 years ago
  32. ef5b895 loplugin:staticvar in editeng..framework by Noel Grandin · 7 years ago
  33. 9ec8bf8 add SvStream::TellEnd by Noel Grandin · 7 years ago
  34. 2a962cb tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]* by Gabor Kelemen · 8 years ago
  35. 928b1b0 loplugin:external (clang-cl) by Stephan Bergmann · 8 years ago
  36. 590e44c loplugin:simplifyconstruct (clang-cl) by Stephan Bergmann · 8 years ago
  37. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  38. cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
  39. 2002bbe loplugin:simplifyconstruct in editeng..extensions by Noel Grandin · 8 years ago
  40. 3fb5f71 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  41. 1ac55de Resolves: tdf#118919 crash on double click ole object by Caolán McNamara · 8 years ago
  42. ccae176 Fix typos by Andrea Gelmini · 8 years ago
  43. 026e262 remove the GL based 3D charts by Markus Mohrhard · 8 years ago
  44. c44668a Fix typos by Andrea Gelmini · 8 years ago
  45. 5708534 look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW by Noel Grandin · 8 years ago
  46. 8ddca06 tdf#42949 remove unused compheler includes .. by Jochen Nitschke · 8 years ago
  47. 0258bcd sw HTML filter: handle embedded ODF content in xhtml/reqif mode by Miklos Vajna · 8 years ago
  48. 5f4d499 embeddedobj: document OCommon/DummyEmbeddedObject by Miklos Vajna · 8 years ago
  49. 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
  50. 8f0167d loplugin:useuniqueptr in OleEmbeddedObject by Noel Grandin · 8 years ago
  51. 4450b2a pass area param to DBG_UNHANDLED_EXCEPTION by Noel Grandin · 8 years ago
  52. 9401c7c remove unused processfactory.hxx includes by Jochen Nitschke · 8 years ago
  53. 781c118 sw XHTML import: support OLE2-in-RTF objects by Miklos Vajna · 8 years ago
  54. c6994fb Use for-range loops in embeddedobj, embedserv and formula by Julien Nabet · 8 years ago
  55. a3646b2 lok - chart - state switch issue triggers an OLE general error msg box by Marco Cecchetti · 8 years ago
  56. dad539c embeddedobj: MSVC: pragma warning: make more specific, remove obsolete by Mike Kaganski · 8 years ago
  57. 077e0f3 tdf#114677 Correct title in Base forms cleanup by Szymon Kłos · 8 years ago
  58. 5426a14 tdf#114677 Correct title in Base forms by Szymon Kłos · 8 years ago
  59. 9af8f19 More loplugin:cstylecast on Windows by Stephan Bergmann · 8 years ago
  60. 587b690 loplugin:unnecessaryparen (clang-cl) by Stephan Bergmann · 8 years ago
  61. 7d8e944 convert a<b?a:b to std::min(a,b) by Noel Grandin · 8 years ago
  62. 2e1559c More loplugin:cstylecast: embeddedobj by Stephan Bergmann · 8 years ago
  63. f14b9d3 convert (a>b?a:b) to std::max(a,b) by Noel Grandin · 8 years ago
  64. d86d3ca Remove redundant control flow branch by Mike Kaganski · 8 years ago
  65. 4b03065 loplugin:passstuffbyref improved return in various by Noel Grandin · 8 years ago
  66. fd2c1c5 loplugin:salcall (clang-cl) by Stephan Bergmann · 8 years ago
  67. 6f4f567 No need to keep these whitelisted functions decorated with SAL_CALL by Stephan Bergmann · 8 years ago
  68. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  69. 2da9e68 Help old GCC by Stephan Bergmann · 8 years ago
  70. 366e357 fuzzing: common case of embedded charts in docx by Caolán McNamara · 8 years ago
  71. 4f4486c look for =() in loplugin:unnecessaryparen by Noel Grandin · 8 years ago
  72. a26b6c5 Fix typos by Andrea Gelmini · 8 years ago
  73. 9f162a8 loplugin:includeform: embeddedobj (Windows) by Stephan Bergmann · 8 years ago
  74. 5775992 loplugin:includeform: embeddedobj by Stephan Bergmann · 8 years ago
  75. 1944e3d Rename and move SAL_U/W to o3tl::toU/W by Mike Kaganski · 9 years ago
  76. be8bbd2 loplugin:flatten (clang-cl, embeddedobj) by Stephan Bergmann · 9 years ago
  77. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  78. d3971ec new loplugin:blockblock by Noel Grandin · 9 years ago
  79. 20bae56 throw more useful uno::Exception's by Noel Grandin · 9 years ago
  80. d2978f0 loplugin:flatten (clang-cl, embeddedobj) by Stephan Bergmann · 9 years ago
  81. c3609f1 Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* by Mike Kaganski · 9 years ago
  82. 1ffba0e loplugin:flatten check for throw in then clause by Noel Grandin · 9 years ago
  83. cc1ed7f loplugin:flatten in various by Noel Grandin · 9 years ago
  84. 3a481dd loplugin:flatten in editeng..extensions by Noel Grandin · 9 years ago
  85. aaa26a5 Some more WIN32_LEAN_AND_MEAN by Mike Kaganski · 9 years ago
  86. 7aa7f4d loplugin:unnecessaryparen include c++ casts by Noel Grandin · 9 years ago
  87. 287386d loplugin:constparams: embeddedobj (clang-cl) by Stephan Bergmann · 9 years ago
  88. b1d829e move resmgr to unotools by Caolán McNamara · 9 years ago
  89. 90ac467 make IntlWrapper arg to GetPresentation non-implicit and non-optional by Caolán McNamara · 9 years ago
  90. c925381 loplugin:oncevar by Noel Grandin · 9 years ago
  91. 00657ae migrate to boost::gettext by Caolán McNamara · 9 years ago
  92. e56596e Fix typos by Andrea Gelmini · 9 years ago
  93. 00b506f Embedded documents: show title in menu entries by Szymon Kłos · 9 years ago
  94. e16304c Embedded obj: resize to avoid rendering issue by Szymon Kłos · 9 years ago
  95. ddbf256 loplugin:oncevar: embeddedobj (clang-cl) by Stephan Bergmann · 9 years ago
  96. f9d5877 Embedded obj: don't change new window size by Szymon Kłos · 9 years ago
  97. d15d3d9 tdf#108545 editable DOC/XLS embeddings inside DOCX by Szymon Kłos · 9 years ago
  98. a307ad7 OLE: show title of parent document in MSO by Szymon Kłos · 9 years ago
  99. 68cf769 Show document title for embedded documents by Szymon Kłos · 9 years ago
  100. dc63cc3 use more OUString::operator== in dbaccess..filter by Noel Grandin · 9 years ago