summaryrefslogtreecommitdiff
path: root/xmloff/source
AgeCommit message (Expand)AuthorFilesLines
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel18-45/+46
2020-12-19make *String(string_view) constructors explicitNoel Grandin5-25/+34
2020-12-18use more string_view in IsXMLTokenNoel11-14/+17
2020-12-18use more string_view in convertEnumNoel26-58/+87
2020-12-17use more string_view in SvXMLUnitConverterNoel8-16/+18
2020-12-17use views to parseNoel1-35/+35
2020-12-17use views to parseNoel14-93/+65
2020-12-17use views to parseNoel1-26/+19
2020-12-17use views to parseNoel18-86/+68
2020-12-16use views to parseNoel3-158/+160
2020-12-16use views to parseNoel2-18/+18
2020-12-15use views to parseNoel1-38/+30
2020-12-15remove assert which crashes ooo119798-1.pptNoel1-1/+0
2020-12-15use views to parse rather than allocating OUStringNoel51-585/+585
2020-12-14use more direct parsing on FastAttributeListNoel2-9/+6
2020-12-14loplugin:unusedfieldsNoel1-7/+0
2020-12-14loplugin:unusedmethodsNoel1-15/+0
2020-12-13Get rid of wrong warning in propertyexport (forms)Julien Nabet1-2/+5
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann6-6/+7
2020-12-09Fix loplugin:stringviewparam handling of comparison operatorsStephan Bergmann3-18/+18
2020-12-08remove now unused XML_TOK_ constantsNoel7-121/+0
2020-12-08remove unused SvXMLTokenMap from XMLFontStylesContextNoel1-22/+0
2020-12-08remove unused SvXMLTokenMapEntryNoel6-478/+0
2020-12-08fastparser in stylesNoel Grandin15-228/+132
2020-12-07Fix typoAndrea Gelmini1-1/+1
2020-12-07Removed duplicated includesAndrea Gelmini3-3/+0
2020-12-07loplugin:unusedmethodsNoel7-691/+0
2020-12-07loplugin:unusedfieldsNoel1-1/+0
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin58-2769/+1536
2020-12-06fastparser in XMLImpSpanContext_ImplNoel Grandin15-427/+394
2020-12-06fastparser in XMLTextFrameContext_ImplNoel Grandin1-16/+8
2020-12-05fastparser in XMLTextFrameContextNoel Grandin2-18/+53
2020-12-05fastparser in SdXMLTableShapeContextNoel Grandin2-6/+8
2020-12-04no need to use GetLocalName hereNoel1-3/+3
2020-12-04fastparser in SdXMLChartShapeContextNoel Grandin2-5/+6
2020-12-04call createFastChildContextFallback in more placesNoel Grandin2-6/+6
2020-12-04move some logic inside createFastChildContextFallbackNoel1-0/+4
2020-12-04fastparser in a couple of random placesNoel3-54/+41
2020-12-04fastparser in CreateGroupChildContextNoel9-67/+94
2020-12-03tdf#96505: Get rid of cargo cult long integer literalsGökhan Özeloğlu1-1/+1
2020-12-03Pass key by const& to the various addEmbeddedFont functionsStephan Bergmann1-1/+1
2020-12-03fastparser in XMLFootnoteBodyImportContextNoel2-13/+8
2020-12-03fastparser in XMLCellImportContextNoel1-37/+60
2020-12-03fastparser in DrawAnnotationContextNoel1-55/+17
2020-12-03fastparser in XMLIndexBodyContextNoel2-9/+7
2020-12-03fastparser in XMLSectionImportContextNoel2-24/+44
2020-12-03fastparser in XMLTextHeaderFooterContextNoel1-5/+4
2020-12-03fastparser in ScXMLChangeTextPContextNoel1-0/+39
2020-12-02fastparser in XMLChangeElementImportContextNoel5-20/+54
2020-12-01fastparser in XMLIndexTOCContextNoel2-23/+23