summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski1-10/+3
2021-02-03tdf#91920 sw page gutter margin: add ODF filterMiklos Vajna3-0/+5
2021-01-29loplugin:stringviewparam extend to new..Noel4-11/+11
2021-01-28simplify code, use more subView()Noel5-6/+5
2021-01-28add string_view variants of methods to O[U]StringBufferNoel2-3/+3
2021-01-17duplicate break (xmloff/txtimp)Julien Nabet1-1/+0
2021-01-17use ::Color in ColorPropertySet constructorNoel Grandin3-4/+4
2021-01-16make the Color constructors explicitly specify transparencyNoel3-7/+5
2021-01-15tdf#136861 ODT export: fix writing resolved state for non-ranged commentsMiklos Vajna3-12/+60
2021-01-12tdf#42982: Improve UNO API error reportingBayram Çiçek1-1/+1
2021-01-11xmloff: "form:datasource" vs. "db:data-source"Michael Stahl2-1/+3
2021-01-10fix coverity parse errorsCaolán McNamara3-3/+3
2021-01-09fix coverity parse errorsCaolán McNamara11-68/+68
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann2-5/+4
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-1/+2
2020-12-31loplugin:loopvartoosmall fix buildCaolán McNamara1-6/+5
2020-12-31remove unnecessary list member counterJochen Nitschke1-13/+8
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann6-11/+17
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann1-1/+1
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann13-75/+78
2020-12-26Improve handle of custom XML entitiesdante1-3/+2
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