Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
411bd6e4
Kaydet (Commit)
411bd6e4
authored
Kas 25, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#86664 VSDX import: handle metadata
Change-Id: I04a446e6b8a8352be9f091980bca31842bb7e643
üst
b625baaf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
0 deletions
+38
-0
UnpackedTarball_libodfgen.mk
external/libodfgen/UnpackedTarball_libodfgen.mk
+4
-0
metadata.patch
external/libodfgen/metadata.patch
+33
-0
UnpackedTarball_libvisio.mk
external/libvisio/UnpackedTarball_libvisio.mk
+1
-0
vsdx-metadata.patch.1
external/libvisio/vsdx-metadata.patch.1
+0
-0
No files found.
external/libodfgen/UnpackedTarball_libodfgen.mk
Dosyayı görüntüle @
411bd6e4
...
...
@@ -13,4 +13,8 @@ $(eval $(call gb_UnpackedTarball_set_tarball,libodfgen,$(ODFGEN_TARBALL)))
$(eval $(call gb_UnpackedTarball_set_patchlevel,libodfgen,0))
$(eval $(call gb_UnpackedTarball_add_patches,libodfgen, \
external/libodfgen/metadata.patch \
))
# vim: set noet sw=4 ts=4:
external/libodfgen/metadata.patch
0 → 100644
Dosyayı görüntüle @
411bd6e4
commit fb43d79e12ce132fc127cc0481ff5a6bdbcd1afe
Author: Miklos Vajna <vmiklos@collabora.co.uk>
Date: Tue Nov 25 11:26:34 2014 +0100
Od[gp]Generator: declare meta namespace
Other generators had it already, and without this, it's not possible to
declare creation date.
diff --git src/OdgGenerator.cxx src/OdgGenerator.cxx
index 6a2b1a4..ca4d4f0 100644
--- src/OdgGenerator.cxx
+++ src/OdgGenerator.cxx
@@ -283,6 +283,7 @@ bool OdgGeneratorPrivate::writeTargetDocument(OdfDocumentHandler *pHandler, OdfS
docContentPropList.addAttribute("xmlns:draw", "urn:oasis:names:tc:opendocument:xmlns:drawing:1.0");
docContentPropList.addAttribute("xmlns:table", "urn:oasis:names:tc:opendocument:xmlns:table:1.0");
docContentPropList.addAttribute("xmlns:xlink", "http://www.w3.org/1999/xlink");
+ docContentPropList.addAttribute("xmlns:meta", "urn:oasis:names:tc:opendocument:xmlns:meta:1.0");
docContentPropList.addAttribute("xmlns:dc", "http://purl.org/dc/elements/1.1/");
docContentPropList.addAttribute("xmlns:svg", "urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0");
docContentPropList.addAttribute("xmlns:fo", "urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0");
diff --git a/src/OdpGenerator.cxx b/src/OdpGenerator.cxx
index 4345c40..8ba4dc0 100644
--- src/OdpGenerator.cxx
+++ src/OdpGenerator.cxx
@@ -444,6 +444,7 @@ bool OdpGeneratorPrivate::writeTargetDocument(OdfDocumentHandler *pHandler, OdfS
docContentPropList.addAttribute("xmlns:fo", "urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0");
docContentPropList.addAttribute("xmlns:config", "urn:oasis:names:tc:opendocument:xmlns:config:1.0");
docContentPropList.addAttribute("xmlns:xlink", "http://www.w3.org/1999/xlink");
+ docContentPropList.addAttribute("xmlns:meta", "urn:oasis:names:tc:opendocument:xmlns:meta:1.0");
// WARNING: this is not ODF!
docContentPropList.addAttribute("xmlns:ooo", "http://openoffice.org/2004/office");
docContentPropList.addAttribute("xmlns:officeooo", "http://openoffice.org/2009/office");
external/libvisio/UnpackedTarball_libvisio.mk
Dosyayı görüntüle @
411bd6e4
...
...
@@ -13,6 +13,7 @@ $(eval $(call gb_UnpackedTarball_set_tarball,libvisio,$(VISIO_TARBALL)))
$(eval $(call gb_UnpackedTarball_add_patches,libvisio,\
external/libvisio/libvisio_quote.patch.1 \
external/libvisio/vsdx-metadata.patch.1 \
))
# vim: set noet sw=4 ts=4:
external/libvisio/vsdx-metadata.patch.1
0 → 100644
Dosyayı görüntüle @
411bd6e4
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment