merge the formfield patch from ooo-build
[ooovba.git] / autodoc / source / display / html / strconst.hxx
blobcf6623c79a9e7f79fb1e1a992a68aa07c729765e
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: strconst.hxx,v $
10 * $Revision: 1.5 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef ADC_DISPLAY_HTML_STRCONST_HXX
32 #define ADC_DISPLAY_HTML_STRCONST_HXX
35 const char * const C_sDIR_NamespacesCpp = "names";
36 const char * const C_sDIR_Index = "index-files"; // Convention recognised by Javadoc
38 const char * const C_sPath_Index = "index-files/index-1.html"; // Convention recognised by Javadoc
40 const char * const C_sHFN_Css = "cpp.css";
41 const char * const C_sHFN_Overview = "index.html";
42 const char * const C_sHFN_Help = "help.html";
44 const char * const C_sHFN_Namespace = "index.html";
46 const char * const C_sTitle_SubNamespaces = "Nested Namespaces";
47 const char * const C_sTitle_Classes = "Classes";
48 const char * const C_sTitle_Structs = "Structs";
49 const char * const C_sTitle_Unions = "Unions";
50 const char * const C_sTitle_Enums = "Enums";
51 const char * const C_sTitle_Typedefs = "Typedefs";
52 const char * const C_sTitle_Operations = "Functions";
53 const char * const C_sTitle_Constants = "Constants";
54 const char * const C_sTitle_Variables = "Variables";
55 const char * const C_sTitle_EnumValues = "Values";
57 const char * const C_sLabel_SubNamespaces = "subnsps";
58 const char * const C_sLabel_Classes = "classes";
59 const char * const C_sLabel_Structs = "structs";
60 const char * const C_sLabel_Unions = "unions";
61 const char * const C_sLabel_Enums = "enums";
62 const char * const C_sLabel_Typedefs = "tydefs";
63 const char * const C_sLabel_Operations = "ops";
64 const char * const C_sLabel_Constants = "consts";
65 const char * const C_sLabel_Variables = "vars";
66 const char * const C_sLabel_EnumValues = "envals";
68 const char * const C_sHFTitle_Overview = "C++ Reference Documentation Overview";
69 const char * const C_sHFTitle_Help = "How This Reference Document Is Organized";
71 const char * const C_sHFTitle_GlobalNamespaceCpp = "Global Namespace in C++";
72 const char * const C_sHFTypeTitle_Namespace = "namespace";
73 const char * const C_sHFTypeTitle_Class = "class";
74 const char * const C_sHFTypeTitle_Struct = "struct";
75 const char * const C_sHFTypeTitle_Union = "union";
76 const char * const C_sHFTypeTitle_Enum = "enum";
77 const char * const C_sHFTypeTitle_Typedef = "typedef";
80 #endif