1. 6ed8c5a use officecfg for security options by Noel Grandin · 4 years, 9 months ago
  2. a23b44f tdf#123626 Allow adding hyperlinks to shapes by Samuel Mehrbrodt · 4 years, 9 months ago
  3. 134f401 use officecfg to retrieve OdfDefaultVersion by Noel Grandin · 4 years, 9 months ago
  4. ee3d408 sw bibliography, local copy: add ODF filter by Miklos Vajna · 4 years, 9 months ago
  5. 58ddacd loplugin:noexceptmove (macOS, libc++) by Stephan Bergmann · 4 years, 9 months ago
  6. bebb1a3 pass SvXMLNamespaceMap around by value by Noel Grandin · 4 years, 9 months ago
  7. 3077399 no need to store data separately in SvXMLAttrContainerItem by Noel Grandin · 4 years, 9 months ago
  8. 37d5cde no need to allocate Sequence separately in FilterPropertiesInfo_Impl by Noel Grandin · 4 years, 9 months ago
  9. 903f7dd Make obvious that this is in a try/catch block by Samuel Mehrbrodt · 4 years, 9 months ago
  10. 86c0f58 tdf#92796 ODF import: remove unused bitmap fills by Michael Stahl · 4 years, 9 months ago
  11. f62d2de WaE: Wodr type 'ActionMapTypesOOo' violates the C++ ODR by Caolán McNamara · 4 years, 9 months ago
  12. ded2452 tdf#142902 DOCX export: remove personal info of comments and changes by László Németh · 4 years, 10 months ago
  13. a876055 Fix potential (but unlikely) overflow by Jan-Marek Glogowski · 4 years, 9 months ago
  14. 7838efe Purge out rtl::math::setNan by BaiXiaochun · 4 years, 9 months ago
  15. aa5c6d1 new ODF numbered list parameter loext:num-list-format by Vasily Melenchuk · 4 years, 10 months ago
  16. bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
  17. 15faf18 loplugin:finalclasses in xmloff by Noel Grandin · 4 years, 10 months ago
  18. c5d984b crashtesting: assert on export of tdf105134-1.docx to odt by Caolán McNamara · 4 years, 10 months ago
  19. 12da70f tdf#90401 xmloff: remove personal info of comments and changes by László Németh · 4 years, 10 months ago
  20. 57796f2 Simplify Sequences initializations (writerfilter/writerperfect/x*) by Julien Nabet · 4 years, 10 months ago
  21. 160a4852 dtd files are not xml files and shouldn't have xml headers by Caolán McNamara · 4 years, 10 months ago
  22. 95ebd24 editengine-columns: ODF support [API CHANGE] by Mike Kaganski · 4 years, 10 months ago
  23. 93605ab8 Use containerToSequence for Sequence of dynamic size by Vasily Melenchuk · 4 years, 10 months ago
  24. da89700 Fix typo by Andrea Gelmini · 4 years, 10 months ago
  25. 06a983b tdf#142546 broken formulas in .FODT files by Noel Grandin · 4 years, 10 months ago
  26. ea1daff no need to allocate this separately by Noel Grandin · 4 years, 10 months ago
  27. e0c4cdf Missing include by Mike Kaganski · 4 years, 10 months ago
  28. 397ba04 std::unique_ptr->std::optional by Noel Grandin · 4 years, 10 months ago
  29. 726d0a2 tdf#137199: sw: convert list format string to prefix/suffix for ODF by Vasily Melenchuk · 4 years, 10 months ago
  30. 48898a7 tdf#60382 sw xmloff: import/export tracked table/row deletion by László Németh · 4 years, 11 months ago
  31. 2d0eea0 we can search std::set without allocating on the heap by Noel Grandin · 4 years, 10 months ago
  32. a25385e simplify some XMLPropertyState memory management by Noel Grandin · 4 years, 11 months ago
  33. af16aa6 Improve loplugin:stringview by Stephan Bergmann · 5 years ago
  34. 601e9d4 inline some typedefs by Noel Grandin · 5 years ago
  35. b4c6fe2 Missing include by Mike Kaganski · 5 years ago
  36. eb6819e change usage of boost::hash_combine to o3tl::hash_combine by Tomaž Vajngerl · 5 years ago
  37. 16de54a tdf#138209 ODF export: work around forms problem in LO < 7.0 by Michael Stahl · 5 years ago
  38. e2bdd31 tdf#76258 Add ODF import/export by Samuel Mehrbrodt · 5 years ago
  39. c5a0b7a loplugin:stringadd improvement for appending numbers by Noel Grandin · 5 years ago
  40. 7cc1d34 loplugin:unnecessaryparen small improvement by Noel Grandin · 5 years ago
  41. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  42. 86b345a tdf#79049 speed up OOXML workbook load (4) by Noel Grandin · 5 years ago
  43. ce7729ab remove superfluous loop variable by Jochen Nitschke · 5 years ago
  44. 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
  45. c7c6f0a loplugin:stringadd convert chained append to + by Noel Grandin · 5 years ago
  46. c1d1027 tdf#139734: Drop redundant asserts after MacrosTest::loadFromDesktop by Ahmet Hakan Çelik · 5 years ago
  47. 75997f1 no need to create temporaries when appending number to O[U]StringBuffer by Noel Grandin · 5 years ago
  48. 335de1a no need makeStringAndClear() when appending to buffer by Noel Grandin · 5 years ago
  49. 7049328 loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat by Noel Grandin · 5 years ago
  50. b08a2b2 use OUString::Concat here, not OUStringLiteral by Noel Grandin · 5 years ago
  51. 02ac628 sw bibliography, relative URLs: switch to absolute URLs in the doc model by Miklos Vajna · 5 years ago
  52. 628c1c3 Updated README.md files by Hossein · 5 years ago
  53. 46ce0d2 loplugin:stringliteralvar look for assignments by Noel Grandin · 5 years ago
  54. 54054aa tdf#79591: No need to use getStr here by Mike Kaganski · 5 years ago
  55. 4627cac loplugin:unusedfields by Noel Grandin · 5 years ago
  56. 87586cd ofz#32467 Timeout: add arbitrary master page limit when fuzzing by Caolán McNamara · 5 years ago
  57. 5d1042c ODF load: use AAA/AAAA instead of NN/NNN(N) for implicit secondary calendar by Eike Rathke · 5 years ago
  58. c87e093 Remove duplicating call by Mike Kaganski · 5 years ago
  59. 2633d5f Recheck include/ with IWYU by Gabor Kelemen · 5 years ago
  60. c04be7a xmloff: build-time test that XMLRtlGutterPropertyHandler.hxx is self-contained by Miklos Vajna · 5 years ago
  61. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  62. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  63. 79ef3c7 tdf#141467 xmloff,sc,sw: ODF export: reorder flys' ZOrder/z-index harder by Michael Stahl · 5 years ago
  64. 07fd90c rtl::Static -> function local static by Noel Grandin · 5 years ago
  65. f1b55d3 Revert "tdf#141127 Use ODF default values for draw:extrusion-skew" by Regina Henschel · 5 years ago
  66. f3cf833 tdf#141345 sw page gutter margin: reimplement ODF filter by Miklos Vajna · 5 years ago
  67. fac65bb tdf#140343 sw page rtl gutter margin: add ODF import by Miklos Vajna · 5 years ago
  68. 1fcc08d Extract copy&pasted namespace list to XmlTestTools::registerODFNamespaces() by Miklos Vajna · 5 years ago
  69. eab3fa1 loplugin:unusedvarsglobal by Noel · 5 years ago
  70. a0656ec const OUString -> const OUStringLiteral by Mike Kaganski · 5 years ago
  71. e9c6fd6 tdf#134734 xmloff: ODF import compatibility for BackgroundFullSize by Michael Stahl · 5 years ago
  72. 56d8007 tdf#134734 tdf#141059 tdf#122508 cui,sw,xmloff: BackgroundFullSize by Michael Stahl · 5 years ago
  73. aef40e7 tdf#124176 Use pragma once in x* by Vincent LE GARREC · 5 years ago
  74. 2bf8c1e tdf#141127 Use ODF default values for draw:extrusion-skew by Regina Henschel · 5 years ago
  75. e3e7bc6 update pches by Caolán McNamara · 5 years ago
  76. 010d6d1 ODF load: suppress calendar modifiers in format codes if possible by Eike Rathke · 5 years ago
  77. 9bc6160 tdf#133487 sw ODF export: reorder flys' ZOrder/z-index... by Michael Stahl · 5 years ago
  78. e6d41f2 ODF load: replace YY/YYYY with E/EE only for secondary calendar by Eike Rathke · 5 years ago
  79. 1d0b2ae ODF save: write explicit "gregorian" calendar, not empty if default by Eike Rathke · 5 years ago
  80. a6b9b11 ODF save: handle implicit other calendar and switch to Gregorian for YYYY by Eike Rathke · 5 years ago
  81. 08e7839 ODF export: sort <style:font-face> elements based on the style:name attribute by Miklos Vajna · 5 years ago
  82. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  83. 12b15be xmlsecurity: replace XSecParser implementation by Michael Stahl · 5 years ago
  84. e5f436b restore namespace unwinding in SvXMLImport by Noel · 5 years ago
  85. d62c93a tdf#140437 ODF import: fix for broken documents with field code as type by Michael Stahl · 5 years ago
  86. 3870198 svx: fix unexpected large bezier shapes when created via the UNO API by Miklos Vajna · 5 years ago
  87. 4141533 [API CHANGE] tdf#133423 Implement chart:regression-moving-type by Samuel Mehrbrodt · 5 years ago
  88. 860b2d0 update pches by Caolán McNamara · 5 years ago
  89. 75894d5 loplugin:refcounting in xmloff by Noel · 5 years ago
  90. 67db5b7 tdf#140486 forms "empty string is null" setting not loaded by Noel Grandin · 5 years ago
  91. 63d1456 tdf#140198 Base text field will not retain multi-line setting by Noel Grandin · 5 years ago
  92. 7943752 loplugin:referencecasting in xmloff by Noel · 5 years ago
  93. 4a9d257 tdf#136011 convert numbers in categories to string during chart export by Ouyang Leyan · 5 years ago
  94. dcb1022 loplugin:refcounting also check OWeakObject subclasses by Noel · 5 years ago
  95. 066799b loplugin:referencecasting check for Reference::query by Noel · 5 years ago
  96. 505a8f4 tdf#94235 Only write data-label-series attr to ODF 1.3 docs by Samuel Mehrbrodt · 5 years ago
  97. c950ded update pches by Caolán McNamara · 5 years ago
  98. b99f310 tdf#94235 Add support for series name in data series labels by Samuel Mehrbrodt · 5 years ago
  99. 96a38db Remove unneeded breaks on xmloff/ by Andrea Gelmini · 5 years ago
  100. d7e5fa3 Make sanitiseMm100ToTwip simpler and more correct by Mike Kaganski · 5 years ago