merge the formfield patch from ooo-build
[ooovba.git] / configmgr / source / inc / strdecl.hxx
blob03a5e74beac0f38c5c4dc49c65dd7cae8368ac4f
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: strdecl.hxx,v $
10 * $Revision: 1.15 $
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 ************************************************************************/
30 #ifndef _CONFIGMGR_STRDECL_HXX_
31 #define _CONFIGMGR_STRDECL_HXX_
33 #include "strings.hxx"
35 //.........................................................................
36 namespace configmgr
38 //.........................................................................
40 // extern declaration for predefined strings
42 // simple types names
43 DECLARE_CONSTASCII_USTRING(TYPE_BOOLEAN);
44 DECLARE_CONSTASCII_USTRING(TYPE_SHORT);
45 DECLARE_CONSTASCII_USTRING(TYPE_INT);
46 DECLARE_CONSTASCII_USTRING(TYPE_LONG);
47 DECLARE_CONSTASCII_USTRING(TYPE_DOUBLE);
48 DECLARE_CONSTASCII_USTRING(TYPE_STRING);
49 // Type: Sequence<bytes>
50 DECLARE_CONSTASCII_USTRING(TYPE_BINARY);
51 // Universal type: Any
52 DECLARE_CONSTASCII_USTRING(TYPE_ANY);
54 // special template names for native/localized value types
55 DECLARE_CONSTASCII_USTRING(TEMPLATE_MODULE_NATIVE_PREFIX);
56 DECLARE_CONSTASCII_USTRING(TEMPLATE_MODULE_NATIVE_VALUE);
57 DECLARE_CONSTASCII_USTRING(TEMPLATE_MODULE_LOCALIZED_VALUE);
59 DECLARE_CONSTASCII_USTRING(TEMPLATE_LIST_SUFFIX);
61 } // namespace configmgr
62 #endif