1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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 .
25 // local resources *********************************************************
48 #define LB_AUTO_TEXT 3
49 #define FT_AUTO_TEXT_GROUP 4
50 #define LB_AUTO_TEXT_GROUP 5
54 #define ST_VISCARD_GROUP 10
58 #define ED_FIRSTNAME 32
60 #define ED_SHORTCUT 34
66 #define FT_COUNTRYSTATE 40
68 #define FT_TITLEPROF 42
69 #define ED_PROFESSION 43
82 #define FT_COMP_EXT 56
83 #define ED_COMP_EXT 57
86 #define FT_POSITION 60
87 #define ED_POSITION 61
89 #define ST_BUSINESSCARDDLG 62
90 #define ST_FIRSTPAGE_LAB 63
91 #define ST_FIRSTPAGE_BC 64
94 #define ED_FIRSTNAME_2 66
96 #define ED_SHORTCUT_2 68
98 #define FT_PHONE_MOBILE 70
101 // global resources ********************************************************
102 #define STR_DOC_TITLE (RC_LABEL_BEGIN)
103 #define STR_CUSTOM (RC_LABEL_BEGIN + 1)
105 // overflow check ********************************************************
107 #define LABEL_ACT_END STR_CUSTOM
109 #if LABEL_ACT_END > RC_LABEL_END
110 #error Resource-Ueberlauf in #file, #line
115 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */