summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2021-01-06tdf#133555 xmloff: ODF export: don't produce text:drop-down in ODF 1.2Michael Stahl1-0/+5
2021-01-06xmloff: ODF import: wrong Storage in SvXMLImport::IsODFVersionConsistent()Michael Stahl1-3/+2
2020-12-21replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl17-111/+111
2020-09-15tdf#135942: avoid collecting autostyles during writing themMike Kaganski1-0/+2
2020-09-15tdf#124470: Split export of table autostyles out from collection phaseMike Kaganski1-0/+4
2020-08-06tdf#130707 xmloff: survive <text:database-display> in editeng textMiklos Vajna5-16/+130
2020-07-15tdf#131175 oox chart import: fix char color of <dLbl>, inherited from <dLbls>Miklos Vajna1-0/+20
2020-07-15Related: tdf#131175 OOXML chart: import data label fill patternGülşah Köse2-1/+4
2020-07-15tdf#131175 Import data label solid fill and color.Gülşah Köse4-0/+18
2020-06-16disable spurious SAL_WARNNoel Grandin1-6/+9
2020-06-15tdf#133459 Fix import of fields with user defined number formatsMaxim Monastirsky2-4/+17
2020-06-15Add more debug to try to catch a slew of unhelpful messages.Michael Meeks1-1/+2
2020-05-24tdf#103602 xmloff,sw: ODF 1.3 import: PageStyle with drawing-page styleMichael Stahl13-60/+182
2020-05-24tdf#130479 FODG import: fix handling of <draw:fill-image> in stylesMiklos Vajna5-0/+362
2020-05-23meta:non-whitespace-character-count attribute is knownhimajin1000002-2/+4
2020-05-17Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann2-23/+0
2020-05-08xmloff: add ODF import/export for semi-transparent shape textMiklos Vajna1-0/+4
2020-05-06sw from-bottom relative orientation: add ODF filterMiklos Vajna5-2/+22
2020-04-28tdf#131979 Chart ODF import-export of Link to source formatBalazs Varga2-0/+24
2020-04-10tdf#131966: chart legend attribs width and height unknown for ODF 1.2 (strict)Julien Nabet1-1/+3
2020-03-03tdf#101710 Fix invalid style:data-style-name attributeMaxim Monastirsky3-3/+80
2020-03-02tdf#130955 chart export: fix repeated custom labelsBalazs Varga1-2/+0
2020-02-28tdf#130917 Invalid document after odt->docx with signaturelineSamuel Mehrbrodt1-6/+6
2020-02-27tdf#130908 Chapter Numbering can't load custom styleNoel Grandin1-0/+5
2020-01-23tdf#130133: fix wrong values for attribute chart:regression-type in ODF 1.2Julien Nabet1-2/+4
2020-01-08tdf#123206 Add test: import custom-label-fieldTamas Bunth1-0/+2
2020-01-08tdf#123206 Store custom label as chart:data-labelTamas Bunth9-46/+185
2019-12-29tdf#129520 xmloff: fix ODF import of multi-paragraph fieldmarkMichael Stahl1-0/+9
2019-12-07tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt3-0/+3
2019-12-02tdf#123206 Import/Export chart custom label textTamas Bunth6-9/+81
2019-11-28tdf#128985: ODP: Style text directions revert to RTL on save and re-openTamás Zolnai1-24/+22
2019-11-12rename now it does more than just sortCaolán McNamara5-36/+38
2019-11-12tdf#127791 defer import of group shape events until the group is poppedCaolán McNamara3-29/+49
2019-11-12refactor SdXMLEventContext to make a separate SdXMLEventContextDataCaolán McNamara1-31/+52
2019-11-12revert: tdf#127791 write events at the end of groups instead of the startCaolán McNamara1-7/+1
2019-11-12use std::move when popping stuff off stacksNoel Grandin1-1/+1
2019-11-11reduce some ref-countingNoel Grandin1-2/+2
2019-11-11Fix SvXMLImportContext::queryInterface for nowStephan Bergmann1-1/+2
2019-11-09micro-optimisationNoel Grandin1-12/+8
2019-11-07fetch the values just onceCaolán McNamara1-3/+5
2019-11-06tdf#127791 write events at the end of groups instead of the startCaolán McNamara1-1/+7
2019-11-06tdf#125688 removing XWeak support from SvXMLImportContextNoel Grandin1-2/+28
2019-11-06convert ImportStoredChapterNumberingRules to XFastParserNoel Grandin2-0/+24
2019-11-06loplugin:indentation find broken if statementsNoel Grandin2-23/+24
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin2-31/+35
2019-11-03loplugin:stringaddNoel Grandin2-5/+5
2019-11-02New loplugin:conditionalstringStephan Bergmann2-3/+3
2019-10-31tdf#125688, cache token names as OUStringNoel Grandin2-7/+14
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann4-10/+5
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin2-4/+5