1. 30f1327 tdf#152266 only warn about script:event-listener with non-empty targets by Caolán McNamara · 3 years, 4 months ago
  2. 90ed967f xmloff: write transliteration-spellout only in extended ODF by László Németh · 3 years, 5 months ago
  3. 61f5aca xmloff: ODF import: fix crash on fdo34997-1.odt by Michael Stahl · 3 years, 7 months ago
  4. 226b1c2 tdf#151100: xText->getString() may be empty for content needing export by Mike Kaganski · 3 years, 7 months ago
  5. 5ef5b313 tdf#150990 ODT export: fix zero layout size of scale/scale images by Miklos Vajna · 3 years, 7 months ago
  6. ec447be tdf#150927: properly handle nesting in tables by Mike Kaganski · 3 years, 7 months ago
  7. 5b11d10 check impress/calc IFrame "FrameURL" target by Caolán McNamara · 3 years, 7 months ago
  8. 2451244 avmedia: implement video crop support in the ODP filter by Miklos Vajna · 3 years, 7 months ago
  9. 34edaf8 tdf#150407 do not use loext in save in ODF strict by Regina Henschel · 3 years, 8 months ago
  10. a92df2a tdf#150235: use correct types in XMLTextColumnsExport by Mike Kaganski · 3 years, 8 months ago
  11. 1583cbe crashtest: fix crash on ODT export of forum-mso-de-84211.docx by Miklos Vajna · 3 years, 9 months ago
  12. 07055201 tdf#96723 Number format: embedded text in decimal by Laurent BP · 3 years, 11 months ago
  13. c50fbdc tdf#148198: merge identical hyperlinks of adjacent text ranges on ODF export by Mike Kaganski · 3 years, 9 months ago
  14. e394758 Simplify XMLTextParagraphExport::addHyperlinkAttributes by Mike Kaganski · 3 years, 9 months ago
  15. 62fe215 xmloff, sw: ODF import/export of fieldmark separator by Michael Stahl · 3 years, 9 months ago
  16. c723398 tdf#128150 Fix PPTX slide background fill mode for shapes by Samuel Mehrbrodt · 3 years, 10 months ago
  17. 9c4cfb6 Check sax::Converter::parseDateTime() success return value by Eike Rathke · 3 years, 9 months ago
  18. f71606c new loplugin:moveit by Noel Grandin · 3 years, 10 months ago
  19. 485300f loplugin:unusedmethods by Noel Grandin · 3 years, 10 months ago
  20. 33a8c4b Related: tdf#149484 Write proper <number:boolean-style> with <number:text> by Eike Rathke · 3 years, 10 months ago
  21. 0252312 Resolves: tdf#149484 Read and handle <number:text> in <number:boolean-style> by Eike Rathke · 3 years, 10 months ago
  22. 875abc7 Use o3tl::make_unsigned, length is known to be non-negative by Stephan Bergmann · 3 years, 10 months ago
  23. b1a4d2a tdf#148846 TOC: Character fill for tabulation is wrong by Noel Grandin · 3 years, 10 months ago
  24. 733a6b4 elide some makeStringAndClear() class by Noel Grandin · 3 years, 10 months ago
  25. 7a1d4b7 tdf#149420 sw offapi xmloff: add hyphenation zone by László Németh · 3 years, 10 months ago
  26. e89e3a8 The return value of those getLength functions is guaranteed to be non-negative by Stephan Bergmann · 3 years, 10 months ago
  27. 2e32150 these can be stack allocated by Noel Grandin · 3 years, 10 months ago
  28. 9896f33 tdf#145178 xmloff: ODF import: fix another bad attribute by Michael Stahl · 3 years, 10 months ago
  29. bbec710 tdf#145178 Formats in section Foot/Endnotes not read from saved files by Louis Possoz · 4 years ago
  30. 79baafc sw content controls, date: add current date handling by Miklos Vajna · 3 years, 10 months ago
  31. 29359fc tdf#149324 sw offapi xmloff: add option to not hyphenate short words by László Németh · 3 years, 11 months ago
  32. 8c01891 tdf#149248 sw offapi xmloff: add option to not hyphenate last word by László Németh · 3 years, 11 months ago
  33. b3c6511 sw content controls, date: add ODT filter by Miklos Vajna · 3 years, 11 months ago
  34. b4bf193 directly instantiate IndexedPropertyValuesContainer by Noel Grandin · 3 years, 11 months ago
  35. 2682828 tdf#56266 sw xmloff: fix tracked deletions in insertions by László Németh · 3 years, 11 months ago
  36. 5060c50 Use o3tl::make_unsigned in some places by Stephan Bergmann · 3 years, 11 months ago
  37. a86818c reduce space needed for NameSpaceMap by Noel Grandin · 3 years, 11 months ago
  38. 912b8fa modernize and improve PropertySetInfo by Noel Grandin · 3 years, 11 months ago
  39. e8f2ccb flatten the maps in SvXMLNamespaceMap by Noel Grandin · 3 years, 11 months ago
  40. 81ce15c4 sw content controls, picture: add ODT filter by Miklos Vajna · 3 years, 11 months ago
  41. 094b003 elide some OUString construction in GetViewSettingsAndViews by Noel Grandin · 3 years, 11 months ago
  42. 39acaf8 elide temporary OUString in SvXMLExport::initialize by Noel Grandin · 3 years, 11 months ago
  43. d01f881 tdf#121740 cheaper to clear namespacemap rather than allocating by Noel Grandin · 3 years, 11 months ago
  44. 09e0cfd reserve space in map in SvXMLNamespaceMap by Noel Grandin · 4 years ago
  45. d03e7a8 speed up simple use of NamedValueCollection by Noel Grandin · 3 years, 11 months ago
  46. 9f37840 sw content controls, dropdown: add insert UI by Miklos Vajna · 4 years ago
  47. 301b5c0 tdf#121740 avoid some temporary OUString construction by Noel Grandin · 4 years ago
  48. c3f4c43 sw content controls, drop-down: add ODT filter by Miklos Vajna · 4 years ago
  49. 18715f6 remove unnecessary sequenceToContainer by Noel Grandin · 4 years ago
  50. 9f1701d use more o3tl::getToken by Noel Grandin · 4 years ago
  51. 0c13e47 sd theme: add ODP import/export for shape fill color effects by Miklos Vajna · 4 years ago
  52. 8ad4fdb tdf#148714 Repair path in older CurvedArrow shapes by Regina Henschel · 4 years ago
  53. 4d55513 Just use Any ctor instead of makeAny in xmloff by Stephan Bergmann · 4 years ago
  54. ddef1e2 add o3tl::equalsAscii by Noel Grandin · 4 years ago
  55. dc3d56e use more string_view in xmloff by Noel Grandin · 4 years ago
  56. a3e5403 tdf#146449 sw: fix Z-order after undoing by Attila Bakos (NISZ) · 4 years, 1 month ago
  57. d506ff9 add string_view wrappers for rtl::math::stringToDouble by Noel Grandin · 4 years ago
  58. c2fab66 sw content controls, checkbox: add ODT filter by Miklos Vajna · 4 years ago
  59. fd4410a tdf#145240: Can't save drawing if I'm adding a short freeform line with no fill by Julien Nabet · 4 years ago
  60. 8e4453c use more FastAttributeIter::toView by Noel Grandin · 4 years ago
  61. ab699bf new loplugin:stringviewvar looks for OUString vars that can be by Noel Grandin · 4 years ago
  62. 0d55188 use more string_view in xmloff by Noel Grandin · 4 years ago
  63. fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
  64. cbaf1fb loplugin:stringview more o3tl conversion by Noel Grandin · 4 years ago
  65. 85c2ed8 loplugin:stringview add check for getToken().toInt32 by Noel Grandin · 4 years ago
  66. d1649e5 sw content controls: add ODT import by Miklos Vajna · 4 years ago
  67. e4ff847 loplugin:stringview check for getToken and trim by Noel Grandin · 4 years ago
  68. 3e76797 move comphelper::string::toInt32 to o3tl by Noel Grandin · 4 years ago
  69. 36e0e88 use more subView when converting to Int32 by Noel Grandin · 4 years ago
  70. cf5bbe3f sw content controls: add ODT export by Miklos Vajna · 4 years ago
  71. b812150 oops, forgot to fix the comment by Michael Stahl · 4 years ago
  72. 8fbe27a forcepoint#101 sw: fix inserting at-page shapes to not set anchor pos by Michael Stahl · 4 years ago
  73. bd992ae sc: sparkline import/export for ODF by Tomaž Vajngerl · 4 years ago
  74. c898611 loplugin:stringviewparam convert methods using compareTo by Noel Grandin · 4 years ago
  75. 1927b51 loplugin:stringviewparam convert methods using indexOf by Noel Grandin · 4 years ago
  76. 78f7bd9 Resolves: tdf#117162 ImportDocumentHandler expects data provider to exist by Caolán McNamara · 4 years ago
  77. 1868dea sd theme: add ODP import/export for shape fill color by Miklos Vajna · 4 years, 1 month ago
  78. b578fa0 ODT export: fix fallback svg:width/height for text frames with relative sizes by Miklos Vajna · 4 years, 1 month ago
  79. a64eae6 sw clearing breaks: add ODF import by Miklos Vajna · 4 years, 1 month ago
  80. fc42d11 ofz: Use-of-uninitialized-value by Caolán McNamara · 4 years, 1 month ago
  81. 9aae749 Return early if empty ref (xmloff/xmlimp) by Julien Nabet · 4 years, 1 month ago
  82. e4bc01d ofz: Use-of-uninitialized-value by Caolán McNamara · 4 years, 1 month ago
  83. 07c2b73 sw clearing breaks: add ODF export by Miklos Vajna · 4 years, 1 month ago
  84. 7002caa new loplugin:trivialdestructor by Noel Grandin · 4 years, 1 month ago
  85. 8f48f91 ODT export: omit unreferenced <text:list xml:id="..."> by Miklos Vajna · 4 years, 1 month ago
  86. 6e8ae79 tdf#116256 sw: fix textbox position in floating table by Attila Bakos (NISZ) · 4 years, 2 months ago
  87. 0d29394 tdf#147126 sw: fix missing as_char anchoring of group textboxes by Attila Bakos (NISZ) · 4 years, 2 months ago
  88. 20b301e cid#1500663 std::move a sal_uInt16 and then return the original is unorthodox by Caolán McNamara · 4 years, 1 month ago
  89. 1127c63 ODT import: fix MSO-style <text:list text:continue-numbering="true"> by Miklos Vajna · 4 years, 1 month ago
  90. c893c0e tdf#147580 use valid values for extrusion-specularity by Regina Henschel · 4 years, 1 month ago
  91. cf2449a tdf#72776 Allow text removal in the shapes by Szymon Kłos · 4 years, 1 month ago
  92. 157b027 tdf#145700 Improve lighting in extruded custom shapes by Regina Henschel · 4 years, 3 months ago
  93. e262770 Fix variable name by Andrea Gelmini · 4 years, 2 months ago
  94. 9578a19 Fix typos by Andrea Gelmini · 4 years, 3 months ago
  95. 0214055 WASM --enable-wasm-strip now skips lots of LO code by Armin Le Grand (Allotropia) · 5 years ago
  96. dba8853 Fix typos by Andrea Gelmini · 4 years, 3 months ago
  97. 207d202 tdf#130076 Fixed flip not working properly from file by Dhiraj Holden · 4 years, 3 months ago
  98. 55dcb06 Drop all commented SAL_DEBUG calls by Jan-Marek Glogowski · 4 years, 3 months ago
  99. a23a7ee Avoid OUStringBuffer::toString where possible by Mike Kaganski · 4 years, 3 months ago
  100. 1650699 can use OUStringLiteral here by Noel Grandin · 4 years, 3 months ago