1. 84b7937 Add a clarifying comment regarding the use of UTF-8 by Stephan Bergmann · 4 years, 2 months ago
  2. 2f3a0bf tdf#147088: Also handle U+FFFE, U+FFFF invalid XML 1.0 characters by Stephan Bergmann · 4 years, 2 months ago
  3. 4a0ccb5 WASM make test file loading work by Armin Le Grand (Allotropia) · 4 years, 5 months ago
  4. 146ea53 osl::Mutex->std::mutex in FastSaxParserImpl by Noel Grandin · 4 years, 4 months ago
  5. bc613dc osl::Mutex->std::mutex in FastSaxParserImpl by Noel Grandin · 4 years, 4 months ago
  6. 8b333c7 Use rtl functions instead of own surrogate checking/combining by Mike Kaganski · 4 years, 3 months ago
  7. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  8. 7ff2c9c Use more basegfx::deg2rad<N> and basegfx::rad2deg<N> by Mike Kaganski · 4 years, 5 months ago
  9. 83f50de Prepare for removal of non-const operator[] from Sequence in sax by Mike Kaganski · 4 years, 5 months ago
  10. bf82274 drop 'using namespace std' in sax/sc/scaddins/sfx2/shell by Julien Nabet · 4 years, 6 months ago
  11. ad4d09d clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  12. 25b4e39 include optional header for std::optional by Caolán McNamara · 4 years, 8 months ago
  13. 49f7d5c flatten FastSaxParserImpl a little by Noel Grandin · 4 years, 8 months ago
  14. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  15. f146cb69 osl::Mutex->std::mutex in Entity by Noel Grandin · 4 years, 8 months ago
  16. 134f401 use officecfg to retrieve OdfDefaultVersion by Noel Grandin · 4 years, 9 months ago
  17. 99a1290 Use existing rtl_math_stringToDouble by Stephan Bergmann · 4 years, 9 months ago
  18. 9230c18 Use existing rtl_str_toInt64_WithLength by Stephan Bergmann · 4 years, 9 months ago
  19. b1df9c6 [API CHANGE] reduce cost of numeric conversion by Noel Grandin · 4 years, 9 months ago
  20. af16aa6 Improve loplugin:stringview by Stephan Bergmann · 5 years ago
  21. c5a0b7a loplugin:stringadd improvement for appending numbers by Noel Grandin · 5 years ago
  22. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  23. 335de1a no need makeStringAndClear() when appending to buffer by Noel Grandin · 5 years ago
  24. ceef618 reduce log noise by Noel Grandin · 5 years ago
  25. e61caf4 tdf#122222: add DOCX export of resolved comments as "done" by Mike Kaganski · 5 years ago
  26. 54054aa tdf#79591: No need to use getStr here by Mike Kaganski · 5 years ago
  27. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  28. b6632bd Revert "Fix typo" by Andrea Gelmini · 5 years ago
  29. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  30. 4550b35 Fix typo by Andrea Gelmini · 5 years ago
  31. bc820a3 Remove workaround now its fixed in AFL++ and oss-fuzz updated by Stephan Bergmann · 5 years ago
  32. e2c9ac7 ofz#30767 Build-Failure by Caolán McNamara · 5 years ago
  33. b8a3888 sax: document SAX_DISABLE_THREADS by Miklos Vajna · 5 years ago
  34. e150c78 loplugin:refcounting in package..sax by Noel · 5 years ago
  35. d8326e8 loplugin:referencecasting in sax by Noel · 5 years ago
  36. bc817c2 tdf#39593: reduce copy/paste in Converter::convertDuration by Bayram Çiçek · 5 years ago
  37. cfff893 Move unit conversion code to o3tl, and unify on that in more places by Mike Kaganski · 5 years ago
  38. 830e5e0 pass FastAttributeList around by rtl::Reference by Noel · 5 years ago
  39. 560f9bac oox: prefix VML shapetype ids with _x0000_t by Michael Stahl · 5 years ago
  40. 1250aec loplugin:stringviewparam extend to new.. by Noel · 5 years ago
  41. 9430608 simplify code, use more subView() by Noel · 5 years ago
  42. aa2064c Improve loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  43. 7b23283 Fix typo by Andrea Gelmini · 5 years ago
  44. e8aef91 Simplify getFirstLineBreak by dante · 5 years ago
  45. ae5ec5b Use customized xml entities on xmleport. by dante · 5 years ago
  46. cda385a Clang-format saxwriter by dante · 5 years ago
  47. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  48. c4542dd ofz#28733 Direct-leak by Caolán McNamara · 5 years ago
  49. 78552cb Preparations for customized xml entities on export by dante · 5 years ago
  50. 9f6dfd5 Improve handle of custom XML entities by dante · 5 years ago
  51. db86680 use string_view in ProcessAttribute by Noel · 5 years ago
  52. 0eeb310 reduce duplication in sax converter by Noel · 5 years ago
  53. cf73061 No longer need to worry about ambiguous operator== in loplugin:stringviewparam by Stephan Bergmann · 5 years ago
  54. 46c5de8 make *String(string_view) constructors explicit by Noel Grandin · 5 years ago
  55. f460d8e Proposition for solution for memory error in 106804 by dante · 5 years ago
  56. 11db286 use more string_view in sax::Converter by Noel · 5 years ago
  57. 9edd554e Sort custom entity names on fast parser by dante · 5 years ago
  58. a79e6a7c use views to parse rather than allocating OUString by Noel · 5 years ago
  59. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  60. b9ffc35 FastParser.cxx changes by dante · 5 years ago
  61. 6e0f18d Begining of support for &entityname for mathml. by dante · 5 years ago
  62. 1a61916 Adding suppor for &#dddd; and &#xhhhh; on fastparser. by dante · 5 years ago
  63. ebe25a1 cid#1470375 Unrecoverable parse warning by Caolán McNamara · 5 years ago
  64. 107399d tdf#42949 Fix new IWYU warnings in directories s* by Gabor Kelemen · 5 years ago
  65. 8332d6d loplugin:stringviewparam include comparisons with string literals by Noel · 5 years ago
  66. f28c808 Preparing for mathml support of custom entity references. by dante · 5 years ago
  67. c8a2550 use string_view for the parsing in sax utils by Noel · 5 years ago
  68. bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
  69. d52f83c tdf#138144 Form wizard fails to save by Noel · 5 years ago
  70. 93c64a6 loplugin:stringview by Noel · 5 years ago
  71. 3de38e9 use fastparser in forms by Noel Grandin · 5 years ago
  72. d63b356 ofz#26944 by Noel Grandin · 5 years ago
  73. 0d79d21 long->tools::Long in pyuno..sd by Noel · 5 years ago
  74. cd85546 tdf#136551 DOTX import: restore support for large XML attribute values by Miklos Vajna · 6 years ago
  75. e6dfaf9 Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString by Stephan Bergmann · 6 years ago
  76. 12a7a3d Fix crashtest fdo77855.odt by Noel Grandin · 6 years ago
  77. 0ccee55 Simplify code with std::string_view by Stephan Bergmann · 6 years ago
  78. c0463f8 Fix typo in code by Andrea Gelmini · 6 years ago
  79. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  80. 3457da6 loplugin:stringstatic also look for local statics by Noel Grandin · 6 years ago
  81. 2d58224 loplugin:flatten by Noel Grandin · 6 years ago
  82. 5e3241c Upcoming improved loplugin:staticanonymous -> redundantstatic: sax by Stephan Bergmann · 6 years ago
  83. 786d0b9 small optimisations by Noel Grandin · 6 years ago
  84. b83ac35 loplugin:simplifypointertobool improve (2) by Noel Grandin · 6 years ago
  85. 80f28e3 loplugin:simplifybool in oox..sd by Noel Grandin · 6 years ago
  86. 693cefb tdf#89475 xmloff: ODF import/export: continue fixing draw:angle by Michael Stahl · 6 years ago
  87. 0dbc76a make FastParser always take a FastTokenHandlerBase subclass by Noel Grandin · 6 years ago
  88. d8af42e loplugin:flatten in sax by Noel Grandin · 6 years ago
  89. b480819 Revert "loplugin:constfields in reportdesign,sal,sax" by Noel Grandin · 6 years ago
  90. db7df91 tdf#130878 Report does not show label-fields by Noel Grandin · 6 years ago
  91. 9ad252b Drop o3tl::optional wrapper by Stephan Bergmann · 6 years ago
  92. 4e97fa0 use fast-parser APIs for embedded script parsing by Noel Grandin · 6 years ago
  93. 51b5b93 remove some unused local vars by Noel Grandin · 6 years ago
  94. b8f0263 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Mesut Çifci · 6 years ago
  95. 15abfe9 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Mesut Çifci · 6 years ago
  96. 175a206 use more std::make_shared by Noel Grandin · 6 years ago
  97. 6efffbb Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int... by Stephan Bergmann · 6 years ago
  98. e994b3f sal_Char->char in remotebridges..sax by Noel Grandin · 6 years ago
  99. 579db0d cleanup "tdf#117274 XLSX export: fix VML comment shape type id" by László Németh · 6 years ago
  100. 7e40319 Introduce o3tl::optional as an alias for std::optional by Stephan Bergmann · 6 years ago