1. bd1d613 remove some unnecessary typedefs to pointer by Noel Grandin · 11 years ago
  2. 70becdf Fix typos by Andrea Gelmini · 11 years ago
  3. 7b5250c loplugin:stringconstant: Flag more inefficiencies by Stephan Bergmann · 11 years ago
  4. a7953c0 Simplify uses of OUString::replaceAll with literal arguments by Stephan Bergmann · 11 years ago
  5. 5702723 loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  6. 13d1513 seems to be what was meant by Lionel Elie Mamane · 11 years ago
  7. 28b6117 Global CptlSttWrd and CptlSttWord -> CapitalStartWord by Jan Holesovsky · 11 years ago
  8. 7aca666 Global CptlSttSntnc -> CapitalStartSentence by Jan Holesovsky · 11 years ago
  9. b1d649e bCptlSttSntnc -> bCapitalStartSentence by Miklos Vajna · 11 years ago
  10. 85be796 Fix typos by Andrea Gelmini · 11 years ago
  11. 02b9e7b Fix typos by Andrea Gelmini · 11 years ago
  12. f8302e8 Fix typos by Andrea Gelmini · 11 years ago
  13. 5a616be Fix typos by Andrea Gelmini · 11 years ago
  14. c0463d0 Fix typos by Andrea Gelmini · 11 years ago
  15. ba4fac9 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  16. 6a34910 Fix typos by Andrea Gelmini · 11 years ago
  17. 8ebcaeb remove unnecessary check for null when calling delete by Noel Grandin · 11 years ago
  18. d1ccd3c Typo: emty->empty by Julien Nabet · 11 years ago
  19. 4a650fb convert SCROLL constants to scoped enum by Noel Grandin · 11 years ago
  20. 8cdc1e8 editeng: handle SdrModel::isTiledSearching() by Miklos Vajna · 10 years ago
  21. 952e9ee editeng lok: invalidate on scroll by Miklos Vajna · 10 years ago
  22. cac5525 editeng lok: respect origin of map mode for TEXT_SELECTION by Miklos Vajna · 10 years ago
  23. 739dad1 editeng lok: respect origin of map mode for INVALIDATE_VISIBLE_CURSOR by Miklos Vajna · 10 years ago
  24. aedecad EditUndoRemoveChars::GetStr must return a reference by Stephan Bergmann · 10 years ago
  25. 4d8ab5f Resolves: tdf#76964 fall back to primary language via getLanguage by Caolán McNamara · 10 years ago
  26. e3dc11d Fix tdf#93438 Impress generate abnormal style when copy-pasting by Mark Hung · 11 years ago
  27. c51fb3a tdf#93141 Calc/Impress: remove last colon of emoji short names by László Németh · 11 years ago
  28. bedb5bf editeng tiled rendering: avoid selections callbacks in Paint() by Miklos Vajna · 10 years ago
  29. b20dd57 editeng: add EditView::GetSelectionRectangles() by Miklos Vajna · 10 years ago
  30. e5a15f4 editeng, sw, sc: use comphelper::string::join() by Miklos Vajna · 11 years ago
  31. 44f43c9 tdf#93052 - When save, generate unused list-styles in context.xml by Juergen Funk · 11 years ago
  32. 99cf095 Fix tdf#93781 Impress copy wrong style name to clipboard when by Mark Hung · 11 years ago
  33. 670dcdd don't write SvxBackgroundColorItem via inherited SvxColorItem::Store by Caolán McNamara · 11 years ago
  34. 6834d2c tdf#93384 editeng rendercontext: don't paint spellcheck result directly by Miklos Vajna · 11 years ago
  35. f0e1837 tdf#88295: Don't export transparent background colour as white by Katarina Behrens · 11 years ago
  36. 09aa61e tdf#90804 remove SfxFieldUnit enum by Andras Timar · 11 years ago
  37. 623da78 AutoCorrect: fix not immediately replacement of Emoji :short_names: by László Németh · 11 years ago
  38. 12278b3 tdf#91702 - fix stack-based MessBox allocation. by Michael Meeks · 11 years ago
  39. 3dad49b tdf#88276: toolbar|sidebar button for text background colour by Katarina Behrens · 11 years ago
  40. 50726ce convert constants in include/vcl/settings.hxx to scoped enums by Noel Grandin · 11 years ago
  41. 118da1a convert POINTER constants to scoped enum by Noel Grandin · 11 years ago
  42. f34c1e9 tdf#91416 - fix some incorrectly allocated VirtualDevices. by Michael Meeks · 11 years ago
  43. b1e1bb2 ImpEditView::SetCursorAtPoint tiled rendering: avoid partial selections by Miklos Vajna · 11 years ago
  44. d9ffe9b ImpEditEngine::MoveCursor tiled rendering: avoid partial selections by Miklos Vajna · 11 years ago
  45. ab465b9 bin/rename-sw-abbreviations.sh by Christian Lohmaier · 11 years ago libreoffice-5-0-branch-point
  46. 23b439a6 convert DEFAULTCONSTANT constant to scoped enum by Noel Grandin · 11 years ago
  47. 3cbdf64 convert DRAWMODE constants to scoped enum by Noel Grandin · 11 years ago
  48. b5e16d8 Related tdf#88056: use better-fitting <text:page-name> by Katarina Behrens · 11 years ago
  49. 5b1337f tdf#62475: partial handmade fixes by Andrea Gelmini · 11 years ago
  50. d93915b conver MENU_FLAG_ constants to scoped enum by Noel Grandin · 11 years ago
  51. 4f4cff0 convert POPUPMENU_ constants to scoped enum by Noel Grandin · 11 years ago
  52. 68041a0 convert INPUTCONTEXT_ constants to scoped enum by Noel Grandin · 11 years ago
  53. 741d999 convert QUICKHELP constants to scoped enum by Noel Grandin · 11 years ago
  54. f30ce25 convert GRFILTER_I_FLAGS to scoped enum by Noel Grandin · 11 years ago
  55. 19a32dd convert KERNING_ constants to scoped enum by Noel Grandin · 11 years ago
  56. 3fd5f89 convert CURSOR_DIRECTION constants to scoped enum by Noel Grandin · 11 years ago
  57. 82d68f9 convert COMMAND_ constants to scoped enum by Noel Grandin · 11 years ago
  58. b5b73ed loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  59. 951b128 cppcheck: unreadVariable by Caolán McNamara · 11 years ago
  60. f845a08 Replace IMPL_STATIC_LINK[_TYPED] with more useful variants by Stephan Bergmann · 11 years ago
  61. 7df89ec Remove unnecessary includes of sot/storage.hxx from include/ by Stephan Bergmann · 11 years ago
  62. 0241519 Unwind SotStorageStreamRef typedef by Stephan Bergmann · 11 years ago
  63. dc47b2e Unwind SotStorageRef typedef by Stephan Bergmann · 11 years ago
  64. e14b766 Remove SvStorage alias by Stephan Bergmann · 11 years ago
  65. bb2174d Remove SvStorageStreamRef alias by Stephan Bergmann · 11 years ago
  66. edaa478 SotStorage ctor takes as 3rd param a StorageMode (aka short) by Stephan Bergmann · 11 years ago
  67. 2c9dac6 VclPtr: one ref too many by Caolán McNamara · 11 years ago
  68. bfcb2a1 convert DEFAULTFONT_ constants to scoped enum by Noel Grandin · 11 years ago
  69. 7870654 convert FONTTOSUBSFONT constants to scoped enum by Noel Grandin · 11 years ago
  70. 2548787 vcl::Window::Scroll takes a sal_uInt16 nFlags, not a sal_Bool by Stephan Bergmann · 11 years ago
  71. c9b4c56 Use typed Idle::SetIdleHdl Link by Stephan Bergmann · 11 years ago
  72. 8cafd08 Use typed Timer::SetTimeoutHdl Link by Stephan Bergmann · 11 years ago
  73. 848c78f drop useless temp debugging strings by Caolán McNamara · 11 years ago
  74. 311e6dc drop useless temp debugging strings by Caolán McNamara · 11 years ago
  75. 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
  76. c07a3b0 Get rid of initial :: for the svx namespace by Tor Lillqvist · 11 years ago
  77. 0acd47f Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/END by Stephan Bergmann · 11 years ago
  78. e6c08b6 Remove unnecessary STATIC_LINK macro by Stephan Bergmann · 11 years ago
  79. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  80. 532911e SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be bool by Stephan Bergmann · 11 years ago
  81. 930b60d Outliner::RemovingPagesHdl return type wants to be bool by Stephan Bergmann · 11 years ago
  82. a602a1c operator == return type wants to be bool by Stephan Bergmann · 11 years ago
  83. 89c92e5 rhbz#1215443 avoid null pointer dereference by David Tardon · 11 years ago
  84. 6e8a81e More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  85. bfa4494 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  86. 2240118 Improved loplugin:literaltoboolconversion looking into cond. exprs. by Stephan Bergmann · 11 years ago
  87. ef97225 ImpEditView::SetEditSelection: fix missing tiled rendering selection callbacks by Miklos Vajna · 11 years ago
  88. cd23e6d convert BorderWidth flags to scoped enum by Noel Grandin · 11 years ago
  89. 8b98bc8 convert SFX_STYLESHEET_ constants to scoped enum by Noel Grandin · 11 years ago
  90. da36fc8 No more need for PartialWeakComponentImplHelper here by Stephan Bergmann · 11 years ago
  91. 6609de8 Related tdf#88056: this guy's better off in presentation namespace by Katarina Behrens · 11 years ago
  92. ab8405c loplugin:implicitboolconversion clean-up by Stephan Bergmann · 11 years ago
  93. 9f23260 SvStream: WriteUChar -> WriteBool by Stephan Bergmann · 11 years ago
  94. 3e56e32 Related tdf#88056: prep UNO stuff for ODF export/import by Katarina Behrens · 11 years ago
  95. a7b7c64 convert SCRIPTTYPE_ constants to scoped enum by Noel Grandin · 11 years ago
  96. a461467 drawinglayer, editeng, forms, fpicker: convert new to ::Create. by Michael Meeks · 11 years ago
  97. fe73ed7 convert SFX_ITEM constants to scoped enum by Noel Grandin · 11 years ago
  98. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  99. 0de25f9 fix assert on saving fdo70092-1.odt to .doc by Caolán McNamara · 11 years ago
  100. 771bb58 editeng tiled editing: Don't overwrite bInSelection. by Jan Holesovsky · 11 years ago