summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski1-2/+2
2021-10-30Prepare for removal of non-const operator[] from Sequence in saxMike Kaganski1-8/+5
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet3-9/+6
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin2-4/+1
2021-08-12include optional header for std::optionalCaolán McNamara1-0/+1
2021-08-12flatten FastSaxParserImpl a littleNoel Grandin1-15/+16
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-3/+3
2021-07-31osl::Mutex->std::mutex in EntityNoel Grandin1-4/+5
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin1-0/+1
2021-07-21Use existing rtl_math_stringToDoubleStephan Bergmann1-1/+3
2021-07-21Use existing rtl_str_toInt64_WithLengthStephan Bergmann1-2/+10
2021-07-17[API CHANGE] reduce cost of numeric conversionNoel Grandin1-3/+3
2021-05-14Improve loplugin:stringviewStephan Bergmann1-2/+5
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-4/+4
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-18reduce log noiseNoel Grandin1-1/+2
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski1-0/+15
2021-04-13tdf#79591: No need to use getStr hereMike Kaganski1-1/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-4/+6
2021-03-24Revert "Fix typo"Andrea Gelmini1-1/+1
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-19Fix typoAndrea Gelmini1-1/+1
2021-03-03Remove workaround now its fixed in AFL++ and oss-fuzz updatedStephan Bergmann1-7/+3
2021-02-24ofz#30767 Build-FailureCaolán McNamara1-3/+7
2021-02-22sax: document SAX_DISABLE_THREADSMiklos Vajna1-0/+5
2021-02-21loplugin:refcounting in package..saxNoel1-2/+2
2021-02-18loplugin:referencecasting in saxNoel5-14/+13
2021-02-17tdf#39593: reduce copy/paste in Converter::convertDurationBayram Çiçek1-125/+14
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski1-472/+113
2021-02-10pass FastAttributeList around by rtl::ReferenceNoel1-9/+7
2021-02-08oox: prefix VML shapetype ids with _x0000_tMichael Stahl1-2/+6
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-28simplify code, use more subView()Noel1-1/+1
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann1-3/+3
2021-01-20Fix typoAndrea Gelmini1-1/+1
2021-01-19Simplify getFirstLineBreakdante1-18/+2
2021-01-19Use customized xml entities on xmleport.dante1-85/+157
2020-12-30Clang-format saxwriterdante1-350/+313
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-3/+4
2020-12-28ofz#28733 Direct-leakCaolán McNamara1-1/+7
2020-12-27Preparations for customized xml entities on exportdante1-2/+42
2020-12-26Improve handle of custom XML entitiesdante1-12/+11
2020-12-22use string_view in ProcessAttributeNoel1-24/+199
2020-12-22reduce duplication in sax converterNoel1-347/+68
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann1-2/+2
2020-12-19make *String(string_view) constructors explicitNoel Grandin2-16/+18
2020-12-19Proposition for solution for memory error in 106804dante1-10/+19
2020-12-17use more string_view in sax::ConverterNoel1-42/+42
2020-12-17Sort custom entity names on fast parserdante1-17/+35