summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap
AgeCommit message (Expand)Author
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin
2023-04-30Use getXWeak in saxMike Kaganski
2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2022-05-08osl::Mutex->std::mutex in SaxExpatParserNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in saxStephan Bergmann
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-21loplugin:refcounting in package..saxNoel
2021-02-18loplugin:referencecasting in saxNoel
2021-01-20Fix typoAndrea Gelmini
2021-01-19Simplify getFirstLineBreakdante
2021-01-19Use customized xml entities on xmleport.dante
2020-12-30Clang-format saxwriterdante
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-27Preparations for customized xml entities on exportdante
2020-09-03Fix crashtest fdo77855.odtNoel Grandin
2020-08-31Fix typo in codeAndrea Gelmini
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: saxStephan Bergmann
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin
2020-04-02loplugin:flatten in saxNoel Grandin
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2020-01-26remove some unused local varsNoel Grandin
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-11-26xmloff,sw: fix handling of invalid attribute with multiple ':'Michael Stahl
2019-11-13Fix useless assert(true) (which would never fire)Stephan Bergmann
2019-10-01loplugin:stringadd in package..saxNoel Grandin
2019-09-25tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen
2019-08-20Fix typosAndrea Gelmini
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): saxStephan Bergmann
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-02-23loplugin:unusedfields in l10ntools..saxNoel Grandin
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin
2018-06-26Avoid potential double-delete in ~XMLFile2UTFConverterStephan Bergmann
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-03-16crashtesting: asserts on legal xml names on exportCaolán McNamara
2018-03-01tdf#115429 sax: assert if exporting an invalid XML attribute/elementMichael Stahl
2018-02-21New loplugin:nestedunnamedStephan Bergmann
2018-01-16Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: saxStephan Bergmann