1. 8417f6b tdf#140437 ODF import: fix for broken documents with field code as type by Michael Stahl · 5 years ago
  2. 63fba1e tdf#135942: avoid collecting autostyles during writing them by Mike Kaganski · 6 years ago
  3. 7b661ad tdf#124470: Split export of table autostyles out from collection phase by Mike Kaganski · 6 years ago
  4. 790ab54 tdf#130707 xmloff: survive <text:database-display> in editeng text by Miklos Vajna · 6 years ago
  5. 2c2820b tdf#133459 Fix import of fields with user defined number formats by Maxim Monastirsky · 6 years ago
  6. ca9a719 tdf#103602 xmloff,sw: ODF 1.3 import: PageStyle with drawing-page style by Michael Stahl · 6 years ago
  7. a97cbe7 tdf#130479 FODG import: fix handling of <draw:fill-image> in styles by Miklos Vajna · 6 years ago
  8. d6c54d4 meta:non-whitespace-character-count attribute is known by himajin100000 · 6 years ago
  9. 81a3e34 Remove some redundantly user-declared copy ctors and assignment ops by Stephan Bergmann · 6 years ago
  10. d47b0f5 tdf#131979 Chart ODF import-export of Link to source format by Balazs Varga · 6 years ago
  11. 07da4d7 tdf#131966: chart legend attribs width and height unknown for ODF 1.2 (strict) by Julien Nabet · 6 years ago
  12. c98cd88 tdf#101710 Fix invalid style:data-style-name attribute by Maxim Monastirsky · 6 years ago
  13. 324b9e0 tdf#130955 chart export: fix repeated custom labels by Balazs Varga · 6 years ago
  14. 02ef89c tdf#130917 Invalid document after odt->docx with signatureline by Samuel Mehrbrodt · 6 years ago
  15. f8ad7ad tdf#130908 Chapter Numbering can't load custom style by Noel Grandin · 6 years ago
  16. 5053f01 tdf#130133: fix wrong values for attribute chart:regression-type in ODF 1.2 by Julien Nabet · 6 years ago
  17. a57f273d tdf#123206 Add test: import custom-label-field by Tamas Bunth · 6 years ago
  18. cdacee1 tdf#123206 Store custom label as chart:data-label by Tamas Bunth · 6 years ago
  19. 2a6bb61 tdf#129520 xmloff: fix ODF import of multi-paragraph fieldmark by Michael Stahl · 6 years ago
  20. ad86ebb tdf#121658 Add option to not hyphenate words in CAPS by Samuel Mehrbrodt · 6 years ago
  21. 60464cb tdf#123206 Import/Export chart custom label text by Tamas Bunth · 7 years ago
  22. f187550 tdf#128985: ODP: Style text directions revert to RTL on save and re-open by Tamás Zolnai · 6 years ago
  23. e7051ed rename now it does more than just sort by Caolán McNamara · 6 years ago
  24. 03edebd tdf#127791 defer import of group shape events until the group is popped by Caolán McNamara · 6 years ago
  25. db13ed2 refactor SdXMLEventContext to make a separate SdXMLEventContextData by Caolán McNamara · 6 years ago
  26. 8fce214 revert: tdf#127791 write events at the end of groups instead of the start by Caolán McNamara · 6 years ago
  27. 1a2926a use std::move when popping stuff off stacks by Noel Grandin · 6 years ago
  28. 19e96dc reduce some ref-counting by Noel Grandin · 6 years ago
  29. 17dbe7d Fix SvXMLImportContext::queryInterface for now by Stephan Bergmann · 6 years ago
  30. 5ddbfea micro-optimisation by Noel Grandin · 6 years ago
  31. 498c2d3 fetch the values just once by Caolán McNamara · 6 years ago
  32. 1b21464 tdf#127791 write events at the end of groups instead of the start by Caolán McNamara · 6 years ago
  33. ef0e7e1 tdf#125688 removing XWeak support from SvXMLImportContext by Noel Grandin · 6 years ago
  34. 83e97fe convert ImportStoredChapterNumberingRules to XFastParser by Noel Grandin · 6 years ago
  35. 7b99cdb loplugin:indentation find broken if statements by Noel Grandin · 6 years ago
  36. 48101a1 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
  37. ab285c7 loplugin:stringadd by Noel Grandin · 6 years ago
  38. 7f30522 New loplugin:conditionalstring by Stephan Bergmann · 6 years ago
  39. 885ae55 tdf#125688, cache token names as OUString by Noel Grandin · 6 years ago
  40. d526bd7 Fix StringAdd::isCompileTimeConstant by Stephan Bergmann · 6 years ago
  41. ab35d2d tdf#125688 speed up load of change-tracking ODS by Noel Grandin · 6 years ago
  42. d0aaad2 tdf#128432 OOXML chart import: fix x axis scale regression of 3D charts by Balazs Varga · 6 years ago
  43. bc539bd loplugin:stringadd improve detection by Noel Grandin · 6 years ago
  44. a8b1699 speed-up shape import if shapes need z-order rearranging by Katarina Behrens · 7 years ago
  45. 98e92c2 xmloff: create XMLDrawMetaExportOasis instances with an uno constructor by Miklos Vajna · 6 years ago
  46. 6eb1c23 xmloff: ODF import: reimplement fieldmark-start/fieldmark-end by Michael Stahl · 6 years ago
  47. c68be56 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
  48. 0f87447 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
  49. 8e4b032 loplugin:virtualdead unused param in RedlineAdjustStartNodeCursor by Noel Grandin · 6 years ago
  50. 1db6a4c loplugin:virtualdead unused param in XMLEventContextFactory::CreateContext by Noel Grandin · 6 years ago
  51. 7d7fea7 make bin/update_pch.s always include code in trivial #if's by Luboš Luňák · 6 years ago
  52. 90492bf xmloff: create XMLDrawSettingsExportOasis instances with an uno constructor by Miklos Vajna · 6 years ago
  53. 18d8ba4 loplugin:virtualdead dead propertygroup functionality by Noel Grandin · 6 years ago
  54. d51db77 Remove some memset calls by Mike Kaganski · 6 years ago
  55. 8b4719c Rename OUStringLiteral1 to OUStringChar by Stephan Bergmann · 6 years ago
  56. 4a96fb8 loplugin:bufferadd loosen some constraints by Noel Grandin · 6 years ago
  57. 3ee177a loplugin:stringadd look through a couple more known-good methods by Noel Grandin · 6 years ago
  58. f13c6ad new loplugin:bufferadd by Noel Grandin · 6 years ago
  59. 9b5dad1 loplugin:stringadd look for unnecessary temporaries by Noel Grandin · 6 years ago
  60. 2b729c8 Replace some OUStringBuffer by OUString in txtvfldi (xmloff) by Julien Nabet · 6 years ago
  61. 1969094 Get rid of OUStringBuffer in data2string (xmloff) by Julien Nabet · 6 years ago
  62. 10357bd xmloff: create XMLDrawSettingsExportOOO instances with an uno constructor by Miklos Vajna · 6 years ago
  63. cdbac69 simplify "a = a +" to "a +=" by Noel Grandin · 6 years ago
  64. 261fa8c tdf#114441 changed some sal_uLong to better fitting types by Christian Barth · 7 years ago
  65. 682fdbf loplugin:redundantpointerops check other pointer types by Noel Grandin · 6 years ago
  66. 36c9653 use FastParser in linguistic by Noel Grandin · 7 years ago
  67. 5d89d64 xmloff: create XMLDrawMetaExportOOO instances with an uno constructor by Miklos Vajna · 7 years ago
  68. 86f42c0 tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxx by Gabor Kelemen · 7 years ago
  69. 366eaa1 loplugin:stringadd in writerfilter..xmloff by Noel Grandin · 7 years ago
  70. f0e0fb7 tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxx by Gabor Kelemen · 7 years ago
  71. f4a0745 Fix typos by Andrea Gelmini · 7 years ago
  72. 89bb0b0 Deduplicate O(U)StringNumber definitions; add toAsciiUpperCase by Mike Kaganski · 7 years ago
  73. b38a9a3 xmloff: create XMLDrawContentExportOOO instances with an uno constructor by Miklos Vajna · 7 years ago
  74. a5698f1 Related: tdf#124600 sw anchored object allow overlap: add ODT filter by Miklos Vajna · 7 years ago
  75. 6b82bbd tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxx by Gabor Kelemen · 7 years ago
  76. 2f5f459 support O(U)String::number() for fast string concatenation by Luboš Luňák · 7 years ago
  77. 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
  78. 3aff00e xmloff: create XMLDrawStylesExportOOO instances with an uno constructor by Miklos Vajna · 7 years ago
  79. a944d4c tdf#42949 Fix IWYU warnings in xmloff/inc/ by Gabor Kelemen · 7 years ago
  80. 5c4ba7c tdf#39593 use isUnoTunnelId in xmloff by Arkadiy Illarionov · 7 years ago
  81. 260caeb tdf#45789 [API CHANGE] Automatic row height in reports by Ilhan Yesil · 8 years ago
  82. eefd7c1 xmloff: create XMLDrawExportOOO instances with an uno constructor by Miklos Vajna · 7 years ago
  83. 8e999b5 Fix typos by Andrea Gelmini · 7 years ago
  84. 73e3604 Fixing '....' and '..' by Andrea Gelmini · 7 years ago
  85. d2848c4 loplugin:constmethod in xmloff by Noel Grandin · 7 years ago
  86. 0940229 Fix '..' by Andrea Gelmini · 7 years ago
  87. 95ada3e xmloff: create XMLImpressExportOOO instances with an uno constructor by Miklos Vajna · 7 years ago
  88. 28d67b7 tdf#107776 sw ODF shape import: make is-textbox check more strict by Miklos Vajna · 7 years ago
  89. 3975c4e cid#1448241 silence Explicit null deferenced false positive by Caolán McNamara · 7 years ago
  90. 78d3041 cid#1452763 Unchecked return value by Caolán McNamara · 7 years ago
  91. bc50aa4 loplugin:returnconstval in xmloff by Noel Grandin · 7 years ago
  92. 5e01bae loplugin:returnconstval in sax by Noel Grandin · 7 years ago
  93. 24c17da tdf#39593 extract UnoTunnelId comparison to template function by Arkadiy Illarionov · 7 years ago
  94. 437fe77 QR Code : ODF import/export by Shubham Goyal · 7 years ago
  95. f949d86 xmloff: create XMLImpressSettingsExportOOO instances with an uno constructor by Miklos Vajna · 7 years ago
  96. 7ae43f6 loplugin:constvars in writerfilter..xmlscript by Noel Grandin · 7 years ago
  97. 3e52f67 Simplify iteration over XMLFontAutoStylePool_Impl by Mike Kaganski · 7 years ago
  98. a375b05 Fix typos by Andrea Gelmini · 7 years ago
  99. 1ffb614 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
  100. f8cb507 Fix typos by Andrea Gelmini · 7 years ago