1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: strimpl.cxx,v $
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 // MARKER(update_precomp.py): autogen include statement, do not remove
32 #include "precompiled_configmgr.hxx"
33 #include "strdecl.hxx"
38 IMPLEMENT_CONSTASCII_USTRING(TYPE_BOOLEAN
, "boolean");
39 IMPLEMENT_CONSTASCII_USTRING(TYPE_SHORT
, "short");
40 IMPLEMENT_CONSTASCII_USTRING(TYPE_INT
, "int");
41 IMPLEMENT_CONSTASCII_USTRING(TYPE_LONG
, "long");
42 IMPLEMENT_CONSTASCII_USTRING(TYPE_DOUBLE
, "double");
43 IMPLEMENT_CONSTASCII_USTRING(TYPE_STRING
, "string");
44 // Type: Sequence<bytes>
45 IMPLEMENT_CONSTASCII_USTRING(TYPE_BINARY
, "binary");
46 // Universal type: Any
47 IMPLEMENT_CONSTASCII_USTRING(TYPE_ANY
, "any");
49 // special template names for native/localized value types
50 IMPLEMENT_CONSTASCII_USTRING(TEMPLATE_MODULE_NATIVE_PREFIX
, "cfg:");
51 IMPLEMENT_CONSTASCII_USTRING(TEMPLATE_MODULE_NATIVE_VALUE
, "cfg:value");
52 IMPLEMENT_CONSTASCII_USTRING(TEMPLATE_MODULE_LOCALIZED_VALUE
, "cfg:localized");
54 IMPLEMENT_CONSTASCII_USTRING(TEMPLATE_LIST_SUFFIX
, "-list");
59 // create the declare from the implement
60 // (fset 'create-declare-from-implement
61 // [home M-right ?\C- ?\C-s ?, left right left ?\M-w f12 return up tab ?D ?E ?C ?L ?A ?R ?E ?\C-y ?) ?; home down f12 home down])
63 } // namespace configmgr