Update ooo320-m1
[ooovba.git] / writerfilter / source / ooxml / resourceids.xsl
blobd89cf53cfbf9ce8ee03c67b19beb4536b0e26515
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 /*************************************************************************
5 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
7 Copyright 2008 by Sun Microsystems, Inc.
9 OpenOffice.org - a multi-platform office productivity suite
11 $RCSfile: resourceids.xsl,v $
13 $Revision: 1.5 $
15 This file is part of OpenOffice.org.
17 OpenOffice.org is free software: you can redistribute it and/or modify
18 it under the terms of the GNU Lesser General Public License version 3
19 only, as published by the Free Software Foundation.
21 OpenOffice.org is distributed in the hope that it will be useful,
22 but WITHOUT ANY WARRANTY; without even the implied warranty of
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 GNU Lesser General Public License version 3 for more details
25 (a copy is included in the LICENSE file that accompanied this code).
27 You should have received a copy of the GNU Lesser General Public License
28 version 3 along with OpenOffice.org. If not, see
29 <http://www.openoffice.org/license.html>
30 for a copy of the LGPLv3 License.
32 ************************************************************************/
34 -->
35 <xsl:stylesheet
36 version="1.0"
37 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
38 xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0"
39 xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"
40 xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
41 xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0"
42 xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
43 xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"
44 xmlns:xlink="http://www.w3.org/1999/xlink"
45 xmlns:dc="http://purl.org/dc/elements/1.1/"
46 xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0"
47 xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0"
48 xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0"
49 xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0"
50 xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0"
51 xmlns:math="http://www.w3.org/1998/Math/MathML"
52 xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0"
53 xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0"
54 xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0"
55 xmlns:ooo="http://openoffice.org/2004/office"
56 xmlns:ooow="http://openoffice.org/2004/writer"
57 xmlns:oooc="http://openoffice.org/2004/calc"
58 xmlns:dom="http://www.w3.org/2001/xml-events"
59 xmlns:xforms="http://www.w3.org/2002/xforms"
60 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
61 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
62 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
63 xmlns:rng="http://relaxng.org/ns/structure/1.0"
64 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
65 xmlns:xalan="http://xml.apache.org/xalan"
66 xmlns:UML = 'org.omg.xmi.namespace.UML'
67 exclude-result-prefixes = "xalan"
68 xml:space="default">
69 <xsl:output method="text" />
71 <xsl:include href="resourcestools.xsl"/>
73 <xsl:template match="/">
74 <out>
75 <xsl:call-template name="licenseheader"/>
76 <xsl:text>
77 #ifndef INCLUDED_OOXML_RESOURCEIDS_HXX
78 #define INCLUDED_OOXML_RESOURCEIDS_HXX
80 #include &lt;resourcemodel/WW8ResourceModel.hxx&gt;
82 namespace writerfilter {
83 </xsl:text>
84 <xsl:call-template name="defineooxmlids"/>
85 <xsl:text>
88 #endif // INCLUDED_OOXML_RESOURCEIDS_HXX&#xa;</xsl:text></out></xsl:template>
89 </xsl:stylesheet>