summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2020-12-23Directly create strings in *::MapTokenToServiceNameStephan Bergmann4-23/+24
2020-12-23Fix dubious OUStringLiteral with automatic storage durationStephan Bergmann1-1/+2
2020-12-22use string_view in ProcessAttributeNoel5-147/+167
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel19-46/+47
2020-12-19make *String(string_view) constructors explicitNoel Grandin5-25/+34
2020-12-18use more string_view in IsXMLTokenNoel12-15/+18
2020-12-18use more string_view in convertEnumNoel26-58/+87
2020-12-17use more string_view in SvXMLUnitConverterNoel9-17/+19
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 Bergmann5-23/+24
2020-12-08remove now unused XML_TOK_ constantsNoel9-263/+0
2020-12-08remove unused SvXMLTokenMap from XMLFontStylesContextNoel1-22/+0
2020-12-08remove unused SvXMLTokenMapEntryNoel6-478/+0
2020-12-08fastparser in stylesNoel Grandin20-245/+138
2020-12-07Fix typoAndrea Gelmini1-1/+1
2020-12-07Removed duplicated includesAndrea Gelmini3-3/+0
2020-12-07loplugin:unusedmethodsNoel8-692/+0
2020-12-07loplugin:unusedfieldsNoel1-1/+0
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin62-2950/+1596
2020-12-06fastparser in XMLImpSpanContext_ImplNoel Grandin16-430/+403
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 placesNoel4-58/+44
2020-12-04update pchesCaolán McNamara2-2/+5
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