summaryrefslogtreecommitdiffstats
path: root/src/rtfstyle.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-09-15 19:55:15 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-09-15 19:55:15 (GMT)
commit8d986f5d3a2a40e40d2c9f584f921ed4cc4dd105 (patch)
tree80bc5b8e1fe89bbf6bd2fbbf2c640eb73313f626 /src/rtfstyle.h
parent0503d26ad7375502459a05a3bb6ff67f1223a77f (diff)
downloadDoxygen-8d986f5d3a2a40e40d2c9f584f921ed4cc4dd105.zip
Doxygen-8d986f5d3a2a40e40d2c9f584f921ed4cc4dd105.tar.gz
Doxygen-8d986f5d3a2a40e40d2c9f584f921ed4cc4dd105.tar.bz2
Release-1.2.17-20020915
Diffstat (limited to 'src/rtfstyle.h')
-rw-r--r--src/rtfstyle.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/rtfstyle.h b/src/rtfstyle.h
index 1fe353c..260f922 100644
--- a/src/rtfstyle.h
+++ b/src/rtfstyle.h
@@ -23,6 +23,9 @@
#include <qregexp.h>
#include <qdict.h>
+// used for table column width calculation
+const int rtf_pageWidth = 8748;
+
extern QCString rtf_title;
extern QCString rtf_subject;
extern QCString rtf_comments;
@@ -40,9 +43,9 @@ struct RTFListItemInfo
int number;
};
-const int indentLevels = 10;
+const int rtf_maxIndentLevels = 10;
-extern RTFListItemInfo listItemInfo[indentLevels];
+extern RTFListItemInfo rtf_listItemInfo[rtf_maxIndentLevels];
struct Rtf_Style_Default
{