summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2020-05-29tdf#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-29improve pahole script and pack a few classesNoel Grandin1-5/+5
2020-05-29xmloff: create XMLAutoTextEventExport instances with an uno constructorMiklos Vajna4-25/+9
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
2020-05-09xmloff: ODF export: adapt all checks of ODFSVER_012 etc.Michael Stahl7-33/+34
2020-05-09sc,xmloff: ODF 1.3: adapt XMLPropertyMapEntryMichael Stahl2-11/+11
2020-05-08xmloff: ODF export: rework version checks in SvXMLExportPropertyMapperMichael Stahl5-30/+81
2020-05-08tdf#114400 Export drawoo:fontwork-xyz attributesIlhan Yesil1-26/+26
2020-05-08xmloff: ODF export: fix style:hidden nonsense, step 1Michael Stahl4-6/+25
2020-05-08xmloff: GetEarliestODFVersionForExport(-1) is impossibleMichael Stahl2-8/+5
2020-05-08replace ODFDefaultVersion usage with ODFSaneDefaultVersion...Michael Stahl8-53/+58
2020-05-07xmloff: ODF import: wrong Storage in SvXMLImport::IsODFVersionConsistent()Michael Stahl1-3/+2
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl17-118/+118
2020-05-06sw from-bottom relative orientation: add ODF filterMiklos Vajna5-2/+22
2020-05-06tdf#101181: support for transparency attribute of glow effectMike Kaganski3-0/+3
2020-05-04tdf#131175 Import data label solid fill and color.Gülşah Köse4-0/+18
2020-05-01improve loplugin:makesharedNoel Grandin1-16/+16
2020-04-30expand out OContainerImport templateNoel Grandin2-112/+89
2020-04-30Revert "Convert TokenContext to fastparser APIs"Noel Grandin21-236/+469
2020-04-29Convert TokenContext to fastparser APIsNoel Grandin21-469/+236
2020-04-29simplify handling of comparing XML_NAMESPACE valuesNoel Grandin4-11/+11
2020-04-28move the castToFastAttributeList functionNoel Grandin14-64/+26