1. 2b8946e Resolves: tdf#139974 Do not munge character after forced line break by Eike Rathke · 4 years, 3 months ago
  2. e1449ea editeng: avoid writing past the end of of pLine->GetCharPosArray() by Miklos Vajna · 4 years, 3 months ago
  3. d181d82 tdf#133713 sd: bullets and numbering should enable it by Justin Luth · 4 years, 4 months ago
  4. 099cd60 tdf#146179: fix Dev Tools crash when inspecting object in special file by Julien Nabet · 4 years, 4 months ago
  5. 47d3bd0 tdf#145671 Don't open URL twice in cell edit mode by Samuel Mehrbrodt · 4 years, 4 months ago
  6. cd198a3 ofz#41345 Negative-size-param by Caolán McNamara · 4 years, 4 months ago
  7. a557a1c PPTX import: implement native handling of a color's luminance offset by Miklos Vajna · 4 years, 4 months ago
  8. ec1c4c49 O[U]String::replaceAt overloads that take string_view by Noel Grandin · 4 years, 5 months ago
  9. ed662bc PPTX import: implement native handling of a color's luminance modulation by Miklos Vajna · 4 years, 4 months ago
  10. cea0b1f cui, editeng, sw: WrdStt -> WordStart by Miklos Vajna · 4 years, 5 months ago
  11. 7ead98e Use less DegreeN::get() by Mike Kaganski · 4 years, 5 months ago
  12. 23886b0 tdf#133835 speedup calc autofilter (2) by Noel Grandin · 4 years, 5 months ago
  13. bc0ab08 Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversions by Mike Kaganski · 4 years, 5 months ago
  14. 32ae1ed PPTX import: handle <a:clrScheme name="..."> by Miklos Vajna · 4 years, 5 months ago
  15. d581103 WrtStt->WrdStt for consistency with the other word start abbrevs by Caolán McNamara · 4 years, 5 months ago
  16. 75a14a1 Related: tdf#142719 first time undo adds an exception it gets lost by Caolán McNamara · 4 years, 5 months ago
  17. 5006dfc Theme color and tint/shade attribute for SvxColorItem by Tomaž Vajngerl · 11 years ago
  18. 7b8f630d Use o3tl::convert by Mike Kaganski · 4 years, 5 months ago
  19. a4485bd8 tdf#145610: lists should not have includeUpperLevels < 1 by Vasily Melenchuk · 4 years, 5 months ago
  20. b5758cb rtl::Static to thread-safe static by Noel Grandin · 4 years, 5 months ago
  21. 2219c32 Check pOutWin before use in ImpEditView::DeselectAll by Szymon Kłos · 4 years, 5 months ago
  22. 41b9964 tdf#48622 Add new border line width defaults by Samuel Mehrbrodt · 4 years, 6 months ago
  23. b5e701d add o3tl::span ctor from std::vector by Luboš Luňák · 4 years, 5 months ago
  24. 91399f5 tools::Long->sal_Int32 in GetCaretPositions by Noel Grandin · 4 years, 5 months ago
  25. bc413e1 tools::Long->sal_Int32 in the DX arrays by Noel Grandin · 4 years, 5 months ago
  26. 5823c27 Prepare for removal of non-const operator[] from Sequence in editeng by Mike Kaganski · 4 years, 5 months ago
  27. 894b491 pass DX array around using o3tl::span instead of pointer by Noel Grandin · 4 years, 5 months ago
  28. e3c3c3b Use MsLangId::getConfiguredSystemLanguage() by Eike Rathke · 4 years, 6 months ago
  29. f5cffe3 adapt to the variable name change from pPortion to rPortion since 35f03f26 by Tomoyuki Kubota · 4 years, 6 months ago
  30. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  31. 04af4e4 [API CHANGE] Fix all bad UNOIDL identifiers across offapi by Stephan Bergmann · 4 years, 7 months ago
  32. d296a0a Use more appropriate return type for some editeng functions by Stephan Bergmann · 4 years, 6 months ago
  33. 4f5b3e4 In O[U]StringBuffer, make string_view params replacements for OUString ones by Stephan Bergmann · 4 years, 6 months ago
  34. 6af0da4 loplugin:moveparam in editeng by Noel Grandin · 4 years, 6 months ago
  35. 6a5f4fb Typo: braket->bracket by Julien Nabet · 4 years, 6 months ago
  36. f0fd457 Typo *ropertie -> *roperty by Julien Nabet · 4 years, 6 months ago
  37. 8167cc2 use SfxItemSetFixed in editeng by Noel Grandin · 4 years, 6 months ago
  38. a5a6071 loplugin:moveparam in editeng by Noel Grandin · 4 years, 6 months ago
  39. e6bf21d tdf#144578: numbering: generate include upper levels for UI by Vasily Melenchuk · 4 years, 6 months ago
  40. 7e7dd7f drop 'using namespace std' in desktop, e*, f* by Julien Nabet · 4 years, 6 months ago
  41. 581efde loplugin:constmethod by Noel Grandin · 4 years, 6 months ago
  42. 7183b3b loplugin:constmethod handle more cases by Noel Grandin · 4 years, 6 months ago
  43. d72511e gives names to all the Idles and Tasks by Noel Grandin · 4 years, 6 months ago
  44. 4dd6af8 vcl: rename OutDevState to Stack by Chris Sherlock · 4 years, 7 months ago
  45. 92125d0 use SfxItemSetFixed in various by Noel Grandin · 4 years, 6 months ago
  46. 59646d3 Extend loplugin:stringviewparam to starts/endsWith: editeng by Stephan Bergmann · 4 years, 7 months ago
  47. f5a81a1 vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize() by Chris Sherlock · 4 years, 7 months ago
  48. e197274 be more disciplined with SetUpdateLayout on editengine by Noel Grandin · 4 years, 7 months ago
  49. b22d478 clean up ambiguous confusing rectangle APIs like IsInside() by Luboš Luňák · 4 years, 7 months ago
  50. 4943586 no need to allocate SfxItemSet separately in SvxOutlinerForwarder by Noel Grandin · 4 years, 7 months ago
  51. 559850d ofz#24932 Avoid timeout by Caolán McNamara · 4 years, 7 months ago
  52. 3a1a448 loplugin:constvars by Noel Grandin · 4 years, 7 months ago
  53. 96bd77d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5 by Mike Kaganski · 4 years, 7 months ago
  54. 3f65724 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 by Mike Kaganski · 4 years, 7 months ago
  55. 05bc93d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 by Mike Kaganski · 4 years, 7 months ago
  56. f09596c tdf#143854: Revert "tdf#57585 Add new bullet behaviour to impress" by Xisco Fauli · 4 years, 7 months ago
  57. 77fca82 clang:optin.performance.Padding in svx,editeng by Noel Grandin · 4 years, 7 months ago
  58. 53ebbad warning: Excessive padding in 'struct OutDevState' by Caolán McNamara · 4 years, 7 months ago
  59. 7a8bb65 ODT export: order <style:font-face> elements inside <office:font-face-decls> by Miklos Vajna · 4 years, 7 months ago
  60. 8a60780 no need to pass EditSelection around with unique_ptr by Noel Grandin · 4 years, 7 months ago
  61. d4dc6b5 use std::vector for fetching DX array data by Noel Grandin · 4 years, 7 months ago
  62. c1c679d rename UpdateMode -> UpdateLayout in editeng class by Noel Grandin · 4 years, 7 months ago
  63. eb9d34d clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  64. d27991c tdf#114441 Convert use of sal_uLong to better int types by Radhey Parekh · 4 years, 8 months ago
  65. c6f2550 i#114206 sd: unshare shape properties for the same type before insertion by Miklos Vajna · 4 years, 7 months ago
  66. e73b2a8 lcl_translateTwips only needs OutputDevices by Caolán McNamara · 4 years, 8 months ago
  67. 71c4c06 assert on calc rtf import at svl::detail::validRange(nFrom, nTo) by Caolán McNamara · 4 years, 8 months ago
  68. 4c5e264 no need to use unique_ptr for PolyPolygon by Noel Grandin · 4 years, 8 months ago
  69. 0f6457b don't store vcl::Font with unique_ptr by Noel Grandin · 4 years, 8 months ago
  70. 2bc1a04 New loplugin:unusedcapturedefault by Stephan Bergmann · 4 years, 8 months ago
  71. 4bb59cd tdf#91519: prevent jump to top of the comment view by Bayram Çiçek · 4 years, 9 months ago
  72. 88bf174 undo changes to TextAlign by Caolán McNamara · 4 years, 8 months ago
  73. 37dd6e1 tdf#143858: sw: default value for nInclUpperLevels is 1 by Vasily Melenchuk · 4 years, 8 months ago
  74. d3a94ee Make IdleFormatAndUpdate private by Mike Kaganski · 4 years, 8 months ago
  75. eec42f0 pass OutlinerParaObject around by value by Noel Grandin · 4 years, 8 months ago
  76. 7322fb1 flatten OFlowChainedText by Noel Grandin · 4 years, 8 months ago
  77. 9753428 rtl::Static -> thread-safe static local by Noel Grandin · 4 years, 8 months ago
  78. ef38b9a split SvNumberFormatter into it's own header by Noel Grandin · 4 years, 8 months ago
  79. b2a1c29 tdf#95549 speed up load of xls by Noel Grandin · 4 years, 8 months ago
  80. bfed588 Drop convertMm100ToTwip in favor of the new o3tl::toTwips by Mike Kaganski · 4 years, 8 months ago
  81. fa339b3 convert some LogicToLogic calls to use o3tl::convert instead by Tomaž Vajngerl · 4 years, 8 months ago
  82. 447cec1 no need to use unique_ptr for SvxRTFStyleType here by Noel Grandin · 4 years, 8 months ago
  83. fc4c074 tdf#142845 editeng: don't update selection when formatting before sd paste by Miklos Vajna · 4 years, 8 months ago
  84. 14cfff5 Pass context and resource string down to boost::locale separately by Noel Grandin · 4 years, 9 months ago
  85. 9ae4f8b getArray->getConstArray by Noel Grandin · 4 years, 8 months ago
  86. ff1fdf1 editengine-columns: number of columns is sal_Int16 by Mike Kaganski · 4 years, 8 months ago
  87. b7322c2 cid#1399290 silence Uncaught exception by Caolán McNamara · 4 years, 8 months ago
  88. 8689bd5 convert TextAlign to scoped enum by Caolán McNamara · 4 years, 8 months ago
  89. 2e894d5 drop some unneeded includes by Caolán McNamara · 4 years, 8 months ago
  90. a57ec3c use the parent as available from HangulHanjaConversion by Caolán McNamara · 4 years, 8 months ago
  91. cc7ff6d Three identical functions for a class is a bit too much by Mike Kaganski · 4 years, 8 months ago
  92. b67b3e2 sw: use followby parameter of outline in Chapter field by Vasily Melenchuk · 4 years, 9 months ago
  93. d447301 tdf#143424: support for "Chapter number without separator" by Vasily Melenchuk · 4 years, 9 months ago
  94. 6ed8c5a use officecfg for security options by Noel Grandin · 4 years, 9 months ago
  95. d1cbd25 Make static_casting to the only derived class less verbose by Mike Kaganski · 4 years, 9 months ago
  96. a9bba38 Simplify EditTextObject's pool initialization by Mike Kaganski · 4 years, 9 months ago
  97. da27463 BinTextObject was renamed to EditTextObject long ago by Mike Kaganski · 4 years, 9 months ago
  98. 1c7a9ac Use Append here instead of Insert by Mike Kaganski · 4 years, 9 months ago
  99. 1cfa72a IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVertical by Mike Kaganski · 4 years, 9 months ago
  100. 94449b5 Use MapUnit directly here by Mike Kaganski · 4 years, 9 months ago