summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2021-03-03xmlsecurity: replace XSecParser implementationMichael Stahl3-10/+36
2021-02-24restore namespace unwinding in SvXMLImportNoel2-3/+11
2021-02-22tdf#140437 ODF import: fix for broken documents with field code as typeMichael Stahl2-1/+11
2021-02-22svx: fix unexpected large bezier shapes when created via the UNO APIMiklos Vajna1-0/+6
2021-02-22[API CHANGE] tdf#133423 Implement chart:regression-moving-typeSamuel Mehrbrodt4-2/+38
2021-02-19update pchesCaolán McNamara1-1/+2
2021-02-19loplugin:refcounting in xmloffNoel25-36/+36
2021-02-18tdf#140486 forms "empty string is null" setting not loadedNoel Grandin1-2/+2
2021-02-18tdf#140198 Base text field will not retain multi-line settingNoel Grandin1-1/+1
2021-02-17loplugin:referencecasting in xmloffNoel36-71/+71
2021-02-11tdf#136011 convert numbers in categories to string during chart exportOuyang Leyan1-1/+5
2021-02-10loplugin:refcounting also check OWeakObject subclassesNoel1-4/+4
2021-02-09loplugin:referencecasting check for Reference::queryNoel1-1/+1
2021-02-08tdf#94235 Only write data-label-series attr to ODF 1.3 docsSamuel Mehrbrodt1-1/+2
2021-02-08update pchesCaolán McNamara1-1/+3
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt4-0/+18
2021-02-07Remove unneeded breaks on xmloff/Andrea Gelmini7-11/+0
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