bump product version to 4.1.6.2
[LibreOffice.git] / include / svx / optgenrl.hxx
blob54df8e21dbf275c6a1282ea29cd8c8179c6c38a2
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #ifndef _SVX_OPTGENRL_HXX
20 #define _SVX_OPTGENRL_HXX
22 // Defines for setting the focus of a Edit via a slot from external.
23 #define UNKNOWN_EDIT ((sal_uInt16)0)
24 #define COMPANY_EDIT ((sal_uInt16)1)
25 #define FIRSTNAME_EDIT ((sal_uInt16)2)
26 #define LASTNAME_EDIT ((sal_uInt16)3)
27 #define STREET_EDIT ((sal_uInt16)4)
28 #define COUNTRY_EDIT ((sal_uInt16)5)
29 #define PLZ_EDIT ((sal_uInt16)6)
30 #define CITY_EDIT ((sal_uInt16)7)
31 #define STATE_EDIT ((sal_uInt16)8)
32 #define TITLE_EDIT ((sal_uInt16)9)
33 #define POSITION_EDIT ((sal_uInt16)10)
34 #define SHORTNAME_EDIT ((sal_uInt16)11)
35 #define TELPRIV_EDIT ((sal_uInt16)12)
36 #define TELCOMPANY_EDIT ((sal_uInt16)13)
37 #define FAX_EDIT ((sal_uInt16)14)
38 #define EMAIL_EDIT ((sal_uInt16)15)
40 #endif // #ifndef _SVX_OPTGENRL_HXX
42 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */