merge the formfield patch from ooo-build
[ooovba.git] / svx / inc / optgenrl.hxx
blob368448e32c4a01497d0d9e5375df153b282c2a12
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: optgenrl.hxx,v $
10 * $Revision: 1.7 $
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 _SVX_OPTGENRL_HXX
31 #define _SVX_OPTGENRL_HXX
33 // Defines for setting the fokus of a Edit via a slot from external.
34 #define UNKNOWN_EDIT ((USHORT)0)
35 #define COMPANY_EDIT ((USHORT)1)
36 #define FIRSTNAME_EDIT ((USHORT)2)
37 #define LASTNAME_EDIT ((USHORT)3)
38 #define STREET_EDIT ((USHORT)4)
39 #define COUNTRY_EDIT ((USHORT)5)
40 #define PLZ_EDIT ((USHORT)6)
41 #define CITY_EDIT ((USHORT)7)
42 #define STATE_EDIT ((USHORT)8)
43 #define TITLE_EDIT ((USHORT)9)
44 #define POSITION_EDIT ((USHORT)10)
45 #define SHORTNAME_EDIT ((USHORT)11)
46 #define TELPRIV_EDIT ((USHORT)12)
47 #define TELCOMPANY_EDIT ((USHORT)13)
48 #define FAX_EDIT ((USHORT)14)
49 #define EMAIL_EDIT ((USHORT)15)
51 #endif // #ifndef _SVX_OPTGENRL_HXX