Files
core/ASCOfficeOdtFile/Source/OdtFormat/Namespaces.cpp

46 lines
2.4 KiB
C++

// auto inserted precompiled begin
#include "precompiled_odtformat.h"
// auto inserted precompiled end
#include "Namespaces.h"
namespace Odt
{
Namespaces::Namespaces()
: office("office", "urn:oasis:names:tc:opendocument:xmlns:office:1.0"),
config("config", "urn:oasis:names:tc:opendocument:xmlns:config:1.0"),
style("style", "urn:oasis:names:tc:opendocument:xmlns:style:1.0"),
text("text", "urn:oasis:names:tc:opendocument:xmlns:text:1.0"),
table("table", "urn:oasis:names:tc:opendocument:xmlns:table:1.0"),
draw("draw", "urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"),
fo("fo", "urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"),
xlink("xlink", "http://www.w3.org/1999/xlink"),
dc("dc", "http://purl.org/dc/elements/1.1/"),
meta("meta", "urn:oasis:names:tc:opendocument:xmlns:meta:1.0"),
number("number", "urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0"),
svg("svg", "urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0"),
chart("chart", "urn:oasis:names:tc:opendocument:xmlns:chart:1.0"),
dr3d("dr3d", "urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0"),
math("math", "http://www.w3.org/1998/Math/MathML"),
form("form", "urn:oasis:names:tc:opendocument:xmlns:form:1.0"),
script("script", "urn:oasis:names:tc:opendocument:xmlns:script:1.0"),
ooo("ooo", "http://openoffice.org/2004/office"),
ooow("ooow", "http://openoffice.org/2004/writer"),
oooc("oooc", "http://openoffice.org/2004/calc"),
dom("dom", "http://www.w3.org/2001/xml-events"),
xforms("xforms", "http://www.w3.org/2002/xforms"),
xsd("xsd", "http://www.w3.org/2001/XMLSchema"),
xsi("xsi", "http://www.w3.org/2001/XMLSchema-instance"),
rpt("rpt", "http://openoffice.org/2005/report"),
of("of", "urn:oasis:names:tc:opendocument:xmlns:of:1.2"),
rdfa("rdfa", "http://docs.oasis-open.org/opendocument/meta/rdfa#"),
manifest("manifest", "urn:oasis:names:tc:opendocument:xmlns:manifest:1.0"),
presentation("presentation", "urn:oasis:names:tc:opendocument:xmlns:presentation:1.0"),
smil("smil", "urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0"),
anim("anim", "urn:oasis:names:tc:opendocument:xmlns:animation:1.0"),
field("field", "urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0"),
formx("formx", "urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0")
{
}
} // namespace Odt