summaryrefslogtreecommitdiffstats
path: root/src/rtfstyle.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-09-15 19:55:15 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-09-15 19:55:15 (GMT)
commit1c72ffcbe310e13d7dda73fa78d6ea4f93636c3e (patch)
tree80bc5b8e1fe89bbf6bd2fbbf2c640eb73313f626 /src/rtfstyle.h
parent228f1d8a76b93c592888a9c454ecf93983f1e4e3 (diff)
downloadDoxygen-1c72ffcbe310e13d7dda73fa78d6ea4f93636c3e.zip
Doxygen-1c72ffcbe310e13d7dda73fa78d6ea4f93636c3e.tar.gz
Doxygen-1c72ffcbe310e13d7dda73fa78d6ea4f93636c3e.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
{