summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2021-04-29tdf#137945: Revert "use more FastParser in ScXMLContentValidationContext"Xisco Fauli1-5/+0
2021-03-18xmlsecurity: replace XSecParser implementationMichael Stahl3-11/+38
2021-01-18tdf#136861 ODT export: fix writing resolved state for non-ranged commentsMiklos Vajna3-12/+60
2020-10-30tdf#137643 alternative solution to activate embedded fonts in one batchCaolán McNamara2-3/+12
2020-09-13tdf#133502 annotation has wrong positionNoel Grandin1-0/+4
2020-08-27fix bug in XMLEventsImportContextNoel Grandin1-1/+1
2020-08-21tdf#135942: avoid collecting autostyles during writing themMike Kaganski1-0/+2
2020-08-20tdf#103602 xmloff: ODF export of page style: don't export draw:fillMichael Stahl1-1/+5
2020-08-14tdf#135144 xmloff textbox: fix export style name to be consitent with importMiklos Vajna5-12/+127
2020-08-07tdf#124470: Split export of table autostyles out from collection phaseMike Kaganski1-0/+4
2020-08-04tdf#130707 xmloff: survive <text:database-display> in editeng textMiklos Vajna5-16/+127
2020-08-04tdf#134971 Don't overwrite default styles when inserting docThorsten Behrens1-1/+3
2020-07-29throw if length of keys and values are differentXisco Fauli1-0/+8
2020-07-22tdf#131175 oox chart import: fix char color of <dLbl>, inherited from <dLbls>Miklos Vajna1-0/+20
2020-07-20Related: tdf#131175 OOXML chart: import data label fill patternGülşah Köse2-1/+4
2020-06-13tdf#133459 Fix import of fields with user defined number formatsMaxim Monastirsky2-4/+17
2020-06-05xmloff: ODF export: fix crash on tdf125455-2.odtMichael Stahl1-11/+14
2020-06-04Use "Radius" instead of "Rad" for new propertiesTomaž Vajngerl1-2/+2
2020-06-03tdf#133555 xmloff: ODF export: don't produce text:drop-down in ODF 1.2Michael Stahl1-0/+5
2020-06-03tdf#133501 xmloff: ODF export: export annotation only if extendedMichael Stahl1-2/+4
2020-05-30tdf#103602 xmloff: ODF export of page style: don't export draw:fillMichael Stahl2-2/+17
2020-05-29tdf#103602 xmloff: ODF export: draw:background-size attributeMichael Stahl4-1/+66
2020-05-27Remove some unused includesMiklos Vajna1-7/+0
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann3-6/+6
2020-05-24tdf#101181: drop useless "GlowEffect" boolean propertyMike Kaganski3-3/+0
2020-05-22[API CHANGE] officecfg,xmloff: remove SaveBackwardCompatibleODFMichael Stahl4-42/+8
2020-05-22xmloff: create XMLMetaExportOOO instances with an uno constructorMiklos Vajna4-26/+8
2020-05-21use for-range on Sequence in testtools..xmloffNoel Grandin1-3/+3
2020-05-20meta:non-whitespace-character-count attribute is knownhimajin1000002-2/+4
2020-05-20tdf#130479 FODG import: fix handling of <draw:fill-image> in stylesMiklos Vajna5-0/+361
2020-05-19tdf#89475 xmloff: ODF import/export: continue fixing draw:angleMichael Stahl2-4/+18
2020-05-19xmloff,filter: Flat ODF import: import BuildId from meta:generatorMichael Stahl1-10/+25
2020-05-19xmloff: ODF import: Silence "unknown LO version: 7000"Tomoyuki Kubota1-0/+4
2020-05-19tdf#106780 xmloff: ODF export: only write invalid text:style-name...Michael Stahl1-1/+1
2020-05-19Fix typoAndrea Gelmini1-1/+1
2020-05-19tdf#103602 xmloff,sw: ODF 1.3 export: PageStyle with drawing-page styleMichael Stahl1-19/+55
2020-05-19tdf#103602 xmloff,sw: ODF 1.3 import: PageStyle with drawing-page styleMichael Stahl14-60/+184
2020-05-19tdf#97630 xmloff: ODF export: fix draw:fit-to-size mess, step 2Michael Stahl1-6/+2
2020-05-19tdf#91306 xmloff: ODF export: allow style:page-number="0" in ODF 1.3Michael Stahl6-22/+69
2020-05-19xmloff: ODF export: additional ODF 1.3 chart featuresMichael Stahl6-26/+61
2020-05-15replace hard-coded "1.2" ODF version stringsMichael Stahl2-5/+6
2020-05-15xmloff: remove unused SvXMLExport::getDefaultVersion()Michael Stahl1-10/+0
2020-05-15xmloff: ODF export: produce office:version="1.3"Michael Stahl2-26/+21
2020-05-15xmloff: create SchXMLExport_Content instances with an uno constructorMiklos Vajna4-24/+9
2020-05-12xmloff: ODF export: adapt to ODF 1.3Michael Stahl8-29/+83
2020-05-11tdf#49247: no need in extra boolean property, radius is enoughMike Kaganski3-3/+0
2020-05-11Document relation between three lists that must be in syncMike Kaganski2-0/+5
2020-05-11tdf#49247: implement soft edges document model and import/exportMike Kaganski4-11/+13
2020-05-10compact namespace in xmlhelp..xmlsecurityNoel Grandin100-275/+274
2020-05-10new loplugin:simplifypointertoboolNoel Grandin3-3/+3