Age | Commit message (Expand) | Author |
2021-11-19 | Use more basegfx::deg2rad<N> and basegfx::rad2deg<N> | Mike Kaganski |
2021-10-30 | Prepare for removal of non-const operator[] from Sequence in sax | Mike Kaganski |
2021-10-04 | drop 'using namespace std' in sax/sc/scaddins/sfx2/shell | Julien Nabet |
2021-09-01 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-12 | include optional header for std::optional | Caolán McNamara |
2021-08-12 | flatten FastSaxParserImpl a little | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-07-31 | osl::Mutex->std::mutex in Entity | Noel Grandin |
2021-07-25 | use officecfg to retrieve OdfDefaultVersion | Noel Grandin |
2021-07-21 | Use existing rtl_math_stringToDouble | Stephan Bergmann |
2021-07-21 | Use existing rtl_str_toInt64_WithLength | Stephan Bergmann |
2021-07-17 | [API CHANGE] reduce cost of numeric conversion | Noel Grandin |
2021-05-14 | Improve loplugin:stringview | Stephan Bergmann |
2021-05-03 | loplugin:stringadd improvement for appending numbers | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-22 | no need makeStringAndClear() when appending to buffer | Noel Grandin |
2021-04-18 | reduce log noise | Noel Grandin |
2021-04-16 | tdf#122222: add DOCX export of resolved comments as "done" | Mike Kaganski |
2021-04-13 | tdf#79591: No need to use getStr here | Mike Kaganski |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Revert "Fix typo" | Andrea Gelmini |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-19 | Fix typo | Andrea Gelmini |
2021-03-03 | Remove workaround now its fixed in AFL++ and oss-fuzz updated | Stephan Bergmann |
2021-02-24 | ofz#30767 Build-Failure | Caolán McNamara |
2021-02-22 | sax: document SAX_DISABLE_THREADS | Miklos Vajna |
2021-02-21 | loplugin:refcounting in package..sax | Noel |
2021-02-18 | loplugin:referencecasting in sax | Noel |
2021-02-17 | tdf#39593: reduce copy/paste in Converter::convertDuration | Bayram Çiçek |
2021-02-14 | Move unit conversion code to o3tl, and unify on that in more places | Mike Kaganski |
2021-02-10 | pass FastAttributeList around by rtl::Reference | Noel |
2021-02-08 | oox: prefix VML shapetype ids with _x0000_t | Michael Stahl |
2021-01-29 | loplugin:stringviewparam extend to new.. | Noel |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-27 | Improve loplugin:stringliteralvar | Stephan Bergmann |
2021-01-20 | Fix typo | Andrea Gelmini |
2021-01-19 | Simplify getFirstLineBreak | dante |
2021-01-19 | Use customized xml entities on xmleport. | dante |
2020-12-30 | Clang-format saxwriter | dante |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-28 | ofz#28733 Direct-leak | Caolán McNamara |
2020-12-27 | Preparations for customized xml entities on export | dante |
2020-12-26 | Improve handle of custom XML entities | dante |
2020-12-22 | use string_view in ProcessAttribute | Noel |
2020-12-22 | reduce duplication in sax converter | Noel |
2020-12-20 | No longer need to worry about ambiguous operator== in loplugin:stringviewparam | Stephan Bergmann |
2020-12-19 | make *String(string_view) constructors explicit | Noel Grandin |
2020-12-19 | Proposition for solution for memory error in 106804 | dante |
2020-12-17 | use more string_view in sax::Converter | Noel |
2020-12-17 | Sort custom entity names on fast parser | dante |