Update ooo320-m1
[ooovba.git] / writerfilter / source / ooxml / fastresources_shared-relationshipReference.xsl
blob3ea854603820c82d27ae714a9b28b9ba068782f6
1 <!--
2 /*************************************************************************
4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 Copyright 2008 by Sun Microsystems, Inc.
8 OpenOffice.org - a multi-platform office productivity suite
10 $RCSfile: fastresources_shared-relationshipReference.xsl,v $
12 $Revision: 1.3 $
14 This file is part of OpenOffice.org.
16 OpenOffice.org is free software: you can redistribute it and/or modify
17 it under the terms of the GNU Lesser General Public License version 3
18 only, as published by the Free Software Foundation.
20 OpenOffice.org is distributed in the hope that it will be useful,
21 but WITHOUT ANY WARRANTY; without even the implied warranty of
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 GNU Lesser General Public License version 3 for more details
24 (a copy is included in the LICENSE file that accompanied this code).
26 You should have received a copy of the GNU Lesser General Public License
27 version 3 along with OpenOffice.org. If not, see
28 <http://www.openoffice.org/license.html>
29 for a copy of the LGPLv3 License.
31 ************************************************************************/
33 -->
34 <xsl:stylesheet
35 version="1.0"
36 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
37 xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0"
38 xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"
39 xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
40 xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0"
41 xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
42 xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"
43 xmlns:xlink="http://www.w3.org/1999/xlink"
44 xmlns:dc="http://purl.org/dc/elements/1.1/"
45 xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0"
46 xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0"
47 xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0"
48 xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0"
49 xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0"
50 xmlns:math="http://www.w3.org/1998/Math/MathML"
51 xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0"
52 xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0"
53 xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0"
54 xmlns:ooo="http://openoffice.org/2004/office"
55 xmlns:ooow="http://openoffice.org/2004/writer"
56 xmlns:oooc="http://openoffice.org/2004/calc"
57 xmlns:dom="http://www.w3.org/2001/xml-events"
58 xmlns:xforms="http://www.w3.org/2002/xforms"
59 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
60 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
61 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
62 xmlns:rng="http://relaxng.org/ns/structure/1.0"
63 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
64 xmlns:UML = 'org.omg.xmi.namespace.UML' xml:space="default">
65 <xsl:output method="text" />
66 <xsl:param name="prefix"/>
68 <xsl:include href="resourcestools.xsl"/>
70 <xsl:template match="/">
71 <xsl:call-template name="licenseheader"/>
72 <xsl:text>
73 #ifndef INCLUDED_OOXML_FASTRESOURCES_SHARED_RELATIONSHIPREFERENCE_HXX
74 #define INCLUDED_OOXML_FASTRESOURCES_SHARED_RELATIONSHIPREFERENCE_HXX
76 #include &lt;vector&gt;
77 #include &lt;boost/shared_ptr.hpp&gt;
78 #include &lt;string&gt;
80 #include &lt;resourcemodel/WW8ResourceModel.hxx&gt;
81 #include "OOXMLFastContextHandler.hxx"
82 #include "OOXMLFastTokens.hxx"
83 #include "OOXMLStreamImpl.hxx"
85 namespace writerfilter {
86 namespace ooxml {
87 using namespace ::std;
88 using namespace ::com::sun::star;
90 /// @cond GENERATED
91 </xsl:text>
92 <xsl:call-template name="fastcontextdecls">
93 <xsl:with-param name="namespace">shared-relationshipReference</xsl:with-param>
94 </xsl:call-template>
95 <xsl:text>
96 /// @endcond
98 #endif //INCLUDED_OOXML_FASTRESOURCES_SHARED_RELATIONSHIPREFERENCE_HXX&#xa;</xsl:text>
99 </xsl:template>
101 <xsl:template match="*"/>
102 </xsl:stylesheet>