• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

ie_impexp_DocBook.h

Go to the documentation of this file.
00001 /* AbiWord
00002  * Copyright (C) 1998 AbiSource, Inc.
00003  *
00004  * This program is free software; you can redistribute it and/or
00005  * modify it under the terms of the GNU General Public License
00006  * as published by the Free Software Foundation; either version 2
00007  * of the License, or (at your option) any later version.
00008  *
00009  * This program is distributed in the hope that it will be useful,
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  * GNU General Public License for more details.
00013  *
00014  * You should have received a copy of the GNU General Public License
00015  * along with this program; if not, write to the Free Software
00016  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00017  * 02110-1301 USA.
00018  */
00019 
00020 #ifndef IE_IMPEXP_DOCBOOK_H
00021 #define IE_IMPEXP_DOCBOOK_H
00022 
00023 #define TT_OTHER            0   // anything else
00024 #define TT_DOCUMENT         1   // a document <book>
00025 #define TT_SECTION          2   // section <section>
00026 #define TT_BLOCK            3   // a paragraph <para>
00027 #define TT_PHRASE           4   // formatted text
00028 #define TT_EMPHASIS         5   // emphasized (italic) text
00029 #define TT_SUPERSCRIPT      6   // superscript
00030 #define TT_SUBSCRIPT        7   // subscript
00031 #define TT_BLOCKQUOTE       8   // block quote
00032 #define TT_BRIDGEHEAD       9   // heading  <bridgehead ...>
00033 #define TT_CHAPTER          10  // legacy abiword documents
00034 #define TT_TITLE            11  // title
00035 #define TT_PAGEBREAK        12  // <beginpage>
00036 #define TT_PLAINTEXT        13
00037 #define TT_LINK             14
00038 #define TT_ULINK            15
00039 #define TT_BOOKMARK         16
00040 #define TT_FIGURE           17
00041 #define TT_MEDIAOBJECT      18
00042 #define TT_IMAGEOBJECT      19
00043 #define TT_IMAGEDATA        20
00044 #define TT_TABLE            21  // table without a title <informaltable>
00045 #define TT_COLSPEC          22  // <colspec>
00046 #define TT_TBODY            23  // <tbody>
00047 #define TT_TGROUP           24  // <tgroup>
00048 #define TT_ROW              25  // table row <row>
00049 #define TT_ENTRY            26  // table cell <entry>
00050 #define TT_FOOTNOTE         27  // footnote <footnote>
00051 #define TT_BOOKINFO         28  // <bookinfo>
00052 #define TT_AUTHOR           29  // <author>
00053 #define TT_HONORIFIC        30  // <honorific>
00054 #define TT_PERSONNAME       31  // <personname>
00055 #define TT_FIRSTNAME        32  // <firstname>
00056 #define TT_SURNAME          33  // <surname>
00057 #define TT_OTHERNAME        34  // <othername>
00058 #define TT_KEYWORDSET       35  // <keywordset>
00059 #define TT_KEYWORD          36  // <keyword>
00060 #define TT_PUBLISHER        37  // <publisher>
00061 #define TT_PUBLISHERNAME    38  // <publishername>
00062 #define TT_ABSTRACT         39  // <abstract>
00063 #define TT_DATE             40  // <date>
00064 #define TT_LEGALNOTICE      41  // <legalnotice>
00065 #define TT_SUBJECTSET       42  // <subjectset>
00066 #define TT_SUBJECT          43  // <subject>
00067 #define TT_SUBJECTTERM      44  // <subjectterm>
00068 #define TT_COLLAB           45  // a collaborator <collab>
00069 #define TT_COLLABNAME       46  // <collabname>
00070 #define TT_REVHISTORY       47  // <revhistory>
00071 #define TT_REVISION         48  // <revision>
00072 #define TT_REVNUMBER        49  // <revnumber>
00073 #define TT_REVREMARK        50  // <revremark>
00074 #define TT_BIBLIOMISC       51  // <bibliomisc>
00075 #define TT_APPLICATION      52  // <application>
00076 #define TT_ENTRYTBL         53  // nested table <entrytbl>
00077 #define TT_TEXTOBJECT       54  // <textobject>
00078 #define TT_INLINEEQUATION   55  // <inlineequation>
00079 #define TT_MATHPHRASE       56  // <mathphrase>
00080 #define TT_INFORMALFIGURE   57  // a figure without a title <informalfigure>
00081 #define TT_FOOTNOTEREF      58  // <footnoteref>
00082 #define TT_ITEMIZEDLIST     59  // <itemizedlist>
00083 #define TT_LISTITEM         60  // <listitem>
00084 #define TT_TOC              61  // table of contents <toc>
00085 #define TT_TOCBACK          62  // <tocback>
00086 #define TT_TOCCHAP          63  // <tocchap>
00087 #define TT_TOCFRONT         64  // <tocfront>
00088 #define TT_TOCPART          65  // <tocpart>
00089 #define TT_TOCLEVEL1        66  // <toclevel1>
00090 #define TT_TOCLEVEL2        67  // <toclevel2>
00091 #define TT_TOCLEVEL3        68  // <toclevel3>
00092 #define TT_TOCLEVEL4        69  // <toclevel4>
00093 #define TT_TOCLEVEL5        70  // <toclevel5>
00094 #define TT_COL              71  // <col>
00095 #define TT_THEAD            72  // table header <thead>
00096 #define TT_TFOOT            73  // table footer <tfoot>
00097 #define TT_QUOTE            74  // <quote>
00098 #define TT_EMAIL            75  // <email>
00099 #define TT_BIBLIOCOVERAGE   76  // <bibliocoverage>
00100 #define TT_BIBLIORELATION   77  // <bibliorelation>
00101 #define TT_BIBLIOSOURCE     78  // <bibliosource>
00102 #define TT_REVDESCRIPTION   79  // <revdescription>
00103 #define TT_ABBREVIATION     80  // <abbreviation>
00104 #define TT_ACRONYM          81  // <acronym>
00105 #define TT_SECTIONINFO      82  // <sectioninfo> and <sect1info> - <sect5info>
00106 #define TT_PART             83  // <part>
00107 #define TT_ARTICLE          84  // <article>
00108 #define TT_PUBDATE          85  // <pubdate>
00109 #define TT_AUTHORGROUP      86  // <authorgroup>
00110 #define TT_INDEX            87  // <index>
00111 #define TT_INDEXDIV         88  // <indexdiv>
00112 #define TT_INDEXENTRY       89  // <indexentry>
00113 #define TT_INDEXINFO        90  // <indexinfo>
00114 #define TT_INDEXTERM        91  // <indexterm>
00115 #define TT_PRIMARY          92  // <primary>
00116 #define TT_SECONDARY        93  // <secondary>
00117 #define TT_TERTIARY         94  // <tertiary>
00118 #define TT_PRIMARYIE        95  // <primaryie>
00119 #define TT_SECONDARYIE      96  // <secondaryie>
00120 #define TT_TERTIARYIE       97  // <tertiaryie>
00121 #define TT_SEE              98  // <see>
00122 #define TT_SEEALSO          99  // <seealso>
00123 #define TT_SEEIE            100 // <seeie>
00124 #define TT_ARTICLEINFO      101 // <articleinfo>
00125 #define TT_PREFACE          102 // <preface>
00126 #define TT_PREFACEINFO      103 // <prefaceinfo>
00127 #define TT_EQUATION         104 // <equation>, <inlineequation>, <informalequation>
00128 #define TT_GRAPHIC          105 // <graphic>
00129 #define TT_CITETITLE        106 // <citetitle>
00130 #define TT_PRODUCTNAME      107 // <productname>
00131 #define TT_PRODUCTNUMBER    108 // <productnumber>
00132 #define TT_INVPARTNUMBER    109 // <invpartnumber>
00133 #define TT_VARNAME          110 // <varname>
00134 #define TT_COMMAND          111 // <command>
00135 #define TT_ORDEREDLIST      112 // <orderedlist>
00136 #define TT_FORMALPARA       113 // <formalpara>
00137 #define TT_TIP              114 // <tip>
00138 #define TT_APPENDIX         115 // <appendix>
00139 #define TT_APPENDIXINFO     116 // <appendixinfo>
00140 #define TT_GLOSSARY         117 // <glossary>
00141 #define TT_ACKNO            118 // <ackno>
00142 #define TT_ALT              119 // <alt>
00143 #define TT_VIDEOOBJECT      120 // <videoobject>
00144 #define TT_VIDEODATA        121 // <videodata>
00145 #define TT_YEAR             122 // <year>
00146 #define TT_COPYRIGHT        123 // <copyright>
00147 #define TT_EDITION          124 // <edition>
00148 #define TT_SET              125 // <set>
00149 #define TT_SCREENSHOT       126 // <screenshot>
00150 #define TT_SCREENINFO       127 // <screeninfo>
00151 #define TT_EDITOR           128 // <editor>
00152 #define TT_CHAPTERINFO      129 // <chapterinfo>
00153 #define TT_PRINTHISTORY     130 // <printhistory>
00154 #define TT_COLOPHON         131 // <colophon>
00155 #define TT_DEDICATION       132 // <dedication>
00156 #define TT_PARTINFO         133 // <partinfo>
00157 #define TT_PARTINTRO        134 // <partintro>
00158 #define TT_AUTHORBLURB      135 // <authorblurb>
00159 #define TT_BIBLIOGRAPHY     136 // <bibliography>
00160 #define TT_BIBLIOENTRY      137 // <biblioentry>
00161 #define TT_BIBLIOMIXED      138 // <bibliomixed>
00162 #define TT_BIBLIOMSET       139 // <bibliomset>
00163 #define TT_BIBLIOSET        140 // <biblioset>
00164 #define TT_AUTHORINITIALS   141 // <authorinitials>
00165 #define TT_ARTPAGENUMS      142 // <artpagenums>
00166 #define TT_VOLUMENUM        143 // <volumenum>
00167 #define TT_ISSUENUM         144 // <issuenum>
00168 #define TT_HOLDER           145 // <holder>
00169 #define TT_REFENTRY         146 // <refentry>
00170 #define TT_REFSYNOPSISDIV   147 // <refsynopsisdiv>
00171 #define TT_SGMLTAG          148 // <sgmltag>
00172 #define TT_ATTRIBUTION      149 // <attribution>
00173 #define TT_LINEAGE          150 // <lineage>
00174 #define TT_BIBLIODIV        151 // <bibliodiv>
00175 #define TT_EPIGRAPH         152 // <epigraph>
00176 #define TT_ITERMSET         153 // <itermset>
00177 #define TT_VARIABLELIST     154 // <variablelist>
00178 #define TT_CMDSYNOPSIS      155 // <cmdsynopsis>
00179 #define TT_SEGMENTEDLIST    156 // <segmentedlist>
00180 #define TT_SEGLISTITEM      157 // <seglistitem>
00181 #define TT_SEG              158 // <seg>
00182 #define TT_AREA             159 // <area>
00183 #define TT_AREASET          160 // <areaset>
00184 #define TT_AREASPEC         161 // <areaspec>
00185 #define TT_GRAPHICCO        162 // <graphicco>
00186 #define TT_IMAGEOBJECTCO    163 // <imageobjectco>
00187 #define TT_MEDIAOBJECTCO    164 // <mediaobjectco>
00188 #define TT_FUNCSYNOPSIS     165 // <funcsynopsis>
00189 #define TT_SCREEN           166 // <screen>
00190 #define TT_SYNOPSIS         167 // <synopsis>
00191 #define TT_SIMPARA          168 // <simpara>
00192 
00193 #endif

Generated on Sun Feb 14 2021 for AbiWord by  doxygen 1.7.1