Merge branch 'master' into cde-next
[oweals/cde.git] / cde / lib / DtHelp / HelpErrorP.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these libraries and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: HelpErrorP.h /main/3 1995/10/26 12:24:36 rswiston $ */
24 /************************************<+>*************************************
25  ****************************************************************************
26  **
27  **   File:        DtErrnoP.h
28  **
29  **   Project:     CacheCreeek (Rivers) Project.
30  **
31  **   
32  **   Description: Private defines Dt errors.
33  **
34  **
35  **  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 Hewlett-Packard Company
36  **
37  **  (c) Copyright 1993, 1994 Hewlett-Packard Company
38  **  (c) Copyright 1993, 1994 International Business Machines Corp.
39  **  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
40  **  (c) Copyright 1993, 1994 Novell, Inc.
41  **
42  **
43  **
44  ****************************************************************************
45  ************************************<+>*************************************/
46 #ifndef _DtErrnoP_h
47 #define _DtErrnoP_h
48
49 #include "CanvasError.h"
50
51 #ifdef __cplusplus
52 extern "C" {
53 #endif
54
55
56 /*
57  * library generated errors in the system variable 'errno'
58  */
59 #define DtErrorReported         CEErrorReported
60 #define DtErrorExceedMaxSize            CEErrorExceedMaxSize
61 #define DtErrorIllegalDatabaseFile      CEErrorIllegalDatabaseFile
62 #define DtErrorIllegalKeyword           CEErrorIllegalKeyword
63 #define DtErrorIllegalPath              CEErrorIllegalPath
64 #define DtErrorIllegalResource          CEErrorIllegalResource
65 #define DtErrorLocIdNotFound            CEErrorLocIdNotFound
66 #define DtErrorMalloc                   CEErrorMalloc
67
68 #define DtErrorMissingAbstractRes       CEErrorMissingAbstractRes
69 #define DtErrorMissingFilenameRes       CEErrorMissingFilenameRes
70 #define DtErrorMissingFileposRes        CEErrorMissingFileposRes
71 #define DtErrorMissingKeywordsRes       CEErrorMissingKeywordsRes
72 #define DtErrorMissingTitleRes          CEErrorMissingTitleRes
73 #define DtErrorMissingTopTopicRes       CEErrorMissingTopTopicRes
74 #define DtErrorMissingTopicList CEErrorMissingTopicList
75 #define DtErrorNoKeywordList            CEErrorNoKeywordList
76
77 /*
78  * Formatting errors.
79  */
80 #define DtErrorMissingTopicCmd          CEErrorMissingTopicCmd
81 #define DtErrorMissingTitleCmd          CEErrorMissingTitleCmd
82
83 #define DtErrorFormattingCmd            CEErrorFormattingCmd
84 #define DtErrorFormattingId             CEErrorFormattingId
85 #define DtErrorFormattingLabel          CEErrorFormattingLabel
86 #define DtErrorFormattingLink           CEErrorFormattingLink
87 #define DtErrorFormattingTitle          CEErrorFormattingTitle
88 #define DtErrorFormattingValue          CEErrorFormattingValue
89 #define DtErrorFormattingOption CEErrorFormattingOption
90
91 #define DtErrorHyperType                CEErrorHyperType
92 #define DtErrorHyperSpec                CEErrorHyperSpec
93 #define DtErrorHyperNotFound            CEErrorHyperNotFound
94 #define DtErrorHyperTitle               CEErrorHyperTitle
95
96 #define DtErrorIllegalInfo              CEErrorIllegalInfo
97 #define DtErrorReadEmpty                CEErrorReadEmpty
98 #define DtErrorFileSeek         CEErrorFileSeek
99
100 #define DtErrorParagraphValue           CEErrorParagraphValue
101 #define DtErrorParagraphOption          CEErrorParagraphOption
102 #define DtErrorTopicSyntax              CEErrorTopicSyntax
103 #define DtErrorFontSpec         CEErrorFontSpec
104
105 #define DtErrorAbbrevSyntax             CEErrorAbbrevSyntax
106 #define DtErrorTitleSyntax              CEErrorTitleSyntax
107 #define DtErrorFigureSyntax             CEErrorFigureSyntax
108 #define DtErrorGraphicSyntax            CEErrorGraphicSyntax
109 #define DtErrorFontSyntax               CEErrorFontSyntax
110 #define DtErrorIdSyntax         CEErrorIdSyntax
111 #define DtErrorLabelSyntax              CEErrorLabelSyntax
112 #define DtErrorLinkSyntax               CEErrorLinkSyntax
113 #define DtErrorNewLineSyntax            CEErrorNewLineSyntax
114 #define DtErrorParagraphSyntax          CEErrorParagraphSyntax
115 #define DtErrorOctalSyntax              CEErrorOctalSyntax
116
117
118 #ifdef __cplusplus
119 }  /* Close scope of 'extern "C"' declaration which encloses file. */
120 #endif
121
122 #endif /* _DtErrnoP_h */
123 /* DON'T ADD ANYTHING AFTER THIS #endif */