summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)Author
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-20use more FastAttributeIter::toViewNoel Grandin
2022-03-18tdf#133603 increase cache size in CachedOutputStreamNoel Grandin
2022-03-12Introduce FastAttributeList::add(NS) taking std::u16string_viewMike Kaganski
2022-03-10tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroGautham Krishnan
2022-03-03crashtesting: assert that !rtl::isAscii in xmlError messageCaolán McNamara
2022-03-02Remove 'const' from for loop variableHossein
2022-03-01tdf#145538 - Use range based for loopsDeep17
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-04Add a clarifying comment regarding the use of UTF-8Stephan Bergmann
2022-02-01tdf#147088: Also handle U+FFFE, U+FFFF invalid XML 1.0 charactersStephan Bergmann
2022-01-20WASM make test file loading workArmin Le Grand (Allotropia)
2022-01-04osl::Mutex->std::mutex in FastSaxParserImplNoel Grandin
2022-01-04osl::Mutex->std::mutex in FastSaxParserImplNoel Grandin
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski
2021-10-30Prepare for removal of non-const operator[] from Sequence in saxMike Kaganski
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-12include optional header for std::optionalCaolán McNamara
2021-08-12flatten FastSaxParserImpl a littleNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-31osl::Mutex->std::mutex in EntityNoel Grandin
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin
2021-07-21Use existing rtl_math_stringToDoubleStephan Bergmann
2021-07-21Use existing rtl_str_toInt64_WithLengthStephan Bergmann
2021-07-17[API CHANGE] reduce cost of numeric conversionNoel Grandin
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-04-18reduce log noiseNoel Grandin
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski
2021-04-13tdf#79591: No need to use getStr hereMike Kaganski
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Revert "Fix typo"Andrea Gelmini
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-19Fix typoAndrea Gelmini
2021-03-03Remove workaround now its fixed in AFL++ and oss-fuzz updatedStephan Bergmann
2021-02-24ofz#30767 Build-FailureCaolán McNamara
2021-02-22sax: document SAX_DISABLE_THREADSMiklos Vajna
2021-02-21loplugin:refcounting in package..saxNoel
2021-02-18loplugin:referencecasting in saxNoel
2021-02-17tdf#39593: reduce copy/paste in Converter::convertDurationBayram Çiçek
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-02-10pass FastAttributeList around by rtl::ReferenceNoel
2021-02-08oox: prefix VML shapetype ids with _x0000_tMichael Stahl
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel