summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Simplify FastAttributeListMike Kaganski1-34/+6
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski2-6/+3
2023-01-15tdf#117266 sc oox: export vml button with a correct nameJustin Luth2-2/+8
2022-10-20remove commentNoel Grandin1-1/+0
2022-10-20SAL_WARN->SAL_INFO in saxNoel Grandin1-1/+1
2022-10-12crashtesting: exception during dtorCaolán McNamara1-2/+18
2022-10-11use std::unique_ptrCaolán McNamara1-1/+0
2022-09-28avoid some ref-counting in a hot pathNoel Grandin1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-18tdf#39593 Ruduce copy/paste code in Converter::converterDurationLiu Hao1-158/+10
2022-08-01use more string_view when dealing with attributesNoel Grandin1-8/+3
2022-07-28tdf#119840 remove some OUString allocationNoel Grandin1-0/+7
2022-07-22elide some makeStringAndClear() callsNoel Grandin1-1/+2
2022-07-06micro-optimisation in FastAttributeListNoel Grandin1-12/+12
2022-07-06shave some cost off SaxContextNoel Grandin1-5/+5
2022-06-09loplugin:unusedmethodsNoel Grandin1-10/+0
2022-05-27clang-tidy modernize-pass-by-value in saxNoel Grandin3-8/+12
2022-05-08osl::Mutex->std::mutex in SaxExpatParserNoel Grandin1-3/+4
2022-05-06remove unnecessary sequenceToContainerNoel Grandin1-2/+2
2022-05-04Just use Any ctor instead of makeAny in saxStephan Bergmann1-1/+1
2022-05-01use more string_view in variousNoel Grandin1-2/+3
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-0/+35
2022-04-20use more FastAttributeIter::toViewNoel Grandin1-2/+163
2022-03-18tdf#133603 increase cache size in CachedOutputStreamNoel Grandin1-1/+1
2022-03-12Introduce FastAttributeList::add(NS) taking std::u16string_viewMike Kaganski1-0/+12
2022-03-10tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroGautham Krishnan1-5/+5
2022-03-03crashtesting: assert that !rtl::isAscii in xmlError messageCaolán McNamara1-8/+2
2022-03-02Remove 'const' from for loop variableHossein1-1/+1
2022-03-01tdf#145538 - Use range based for loopsDeep171-3/+3
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2022-02-04Add a clarifying comment regarding the use of UTF-8Stephan Bergmann1-0/+11
2022-02-01tdf#147088: Also handle U+FFFE, U+FFFF invalid XML 1.0 charactersStephan Bergmann1-19/+35
2022-01-20WASM make test file loading workArmin Le Grand (Allotropia)1-0/+4
2022-01-04osl::Mutex->std::mutex in FastSaxParserImplNoel Grandin1-15/+15
2022-01-04osl::Mutex->std::mutex in FastSaxParserImplNoel Grandin1-2/+2
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski1-17/+23
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
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