summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms
AgeCommit message (Expand)AuthorFilesLines
2020-11-25use string_view for the parsing in sax utilsNoel1-1/+1
2020-11-24fix crash in loading ooo57731-1.odtNoel10-35/+103
2020-11-19fastparser in TokenContextNoel16-171/+65
2020-11-19fastparser in TokenContextNoel17-227/+76
2020-11-19fastparser in DomBuilderContextNoel2-10/+6
2020-11-11use fastparser in formsNoel Grandin5-0/+25
2020-11-02drop the SvXMLExport::EndElement method..Noel4-4/+4
2020-11-02drop the SvXMLExport::Characters method..Noel2-2/+2
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski2-4/+4
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin7-7/+7
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin9-9/+9
2020-08-06loplugin:flatten in xmloffNoel Grandin1-11/+11
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann9-16/+16
2020-06-12crashtesting: assert on reexport of form-submission.odtCaolán McNamara1-1/+9
2020-05-10compact namespace in xmlhelp..xmlsecurityNoel Grandin10-29/+29
2020-04-30Revert "Convert TokenContext to fastparser APIs"Noel Grandin17-194/+408
2020-04-29Convert TokenContext to fastparser APIsNoel Grandin17-408/+194
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-0/+2
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-2/+0
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin1-1/+1
2020-02-18rename XML_OLD_NAMESPACE_ constantsNoel Grandin1-1/+1
2020-01-07extract some common code from ImportContext classesNoel Grandin4-13/+6
2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin1-1/+1
2019-12-13loplugin:expandablemethodsNoel Grandin2-3/+1
2019-11-26xmloff,sw: fix handling of invalid attribute with multiple ':'Michael Stahl1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+6
2019-10-15new loplugin:bufferaddNoel Grandin1-4/+1
2019-10-02tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxxGabor Kelemen7-16/+0
2019-09-03loplugin:constmethod in xmloffNoel Grandin1-1/+1
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin3-6/+6
2019-07-21loplugin:referencecasting in xmloffNoel Grandin2-8/+4
2019-06-11Simplify Sequence iterations in xmloff/source/{style..xforms}Arkadiy Illarionov2-17/+11
2019-04-29tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part4Noel Grandin1-2/+2
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-2/+2
2018-09-17New loplugin:externalStephan Bergmann2-21/+21
2018-09-13loplugin:constfields in xmloffNoel Grandin1-1/+1
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin1-2/+1
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-9/+6
2018-08-29new loplugin:oustringbufferNoel Grandin1-3/+3
2018-07-24loplugin:unusedfields,can-be-const in xmloff(1)Noel Grandin2-3/+3
2018-07-12Add missing sal/log.hxx headersGabor Kelemen7-0/+7
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2-2/+2
2017-10-31loplugin:constantparam in sal,saxNoel Grandin1-1/+1
2017-10-23loplugin:includeform: xmloffStephan Bergmann3-3/+3
2017-10-03loplugin:finalclasses in xmloffNoel Grandin1-1/+1
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara4-4/+4
2017-07-28loplugin:constparams in xmloffNoel Grandin2-2/+2
2017-07-26Mark SvXMLTokenMapEntry arrays as constantTakeshi Abe2-2/+3
2017-07-20loplugin:constparams in xmloffNoel Grandin4-6/+6
2017-07-06use more begin()/end() for SequenceNoel Grandin2-19/+10