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