/svx/source/styles/

='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/schema/odf1.4
AgeCommit message (Collapse)Author
2024-11-10tdf#162686 tdf#162687 ODF 1.4 extrusion-metal-typeRegina Henschel
and extrusion-specularity. In ODF strict always value 'draw:MetalODF' was written. Changed the logic to write 'loext:MetalMSCompatible' too, depending on eMetalType. Using a QName as value requires a namespace declaration for the prefix 'loext'. That is now written directly at the element, not as global declaration, to restrict its scope to the element. A global declaration would hide when attributes or elements are accidentially written in 'loext' namespace. The pattern for nonNegativePercent had missed the percent sign. The export is adapted to write the percent sign. Validation is skipped for save to ODF 1.3, because currently the implicit validation uses always latest ODF version, see tdf#163806. Tests are extended to cover ODF 1.4 and value draw:MetalODF. Change-Id: I836d11b9cd327b9772e800d9797e04e1613ab2f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176246 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
2024-09-24schema: update to ODF 1.4 OSXisco Fauli
* The change in schema/odf1.4/OpenDocument-v1.4-schema.rng is the same as 56d8007a197b095b09423c691a51515567648e80 "tdf#134734 tdf#141059 tdf#122508 cui,sw,xmloff: BackgroundFullSize" Change-Id: I79bdebbee4d250af9c5822bf2f205ef386f1b97d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172392 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins
2024-09-24ODF 1.4: Add schemaXisco Fauli
Source: https://github.com/oasis-tcs/odf-tc/tree/master/docs/odf1.4/schemas Change-Id: I8b00d6c3c6c3df9c7fc40bcda9379199ff74a7b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172253 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>