Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / extensions / source / abpilot / abpresid.hrc
blob7657b47fdc7ce2e2abb2bfa99e6d88b8af6d0e5b
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #ifndef EXTENSIONS_ABPRESID_HRC
21 #define EXTENSIONS_ABPRESID_HRC
23 #include "abpilot.hrc"
24 #include "extensio.hrc"
26 // basics
28 #define RID_PAGE_START                  RID_ABP_START
29 #define RID_STRING_START                RID_ABP_START
31 // strings
33 #define RID_STR_DEFAULT_NAME            ( RID_STRING_START +  0 )
34 #define RID_STR_ADMINDIALOGTITLE        ( RID_STRING_START +  1 )
35 #define RID_STR_NOCONNECTION            ( RID_STRING_START +  2 )
36 #define RID_STR_PLEASECHECKSETTINGS     ( RID_STRING_START +  3 )
37 #define RID_STR_FIELDDIALOGTITLE        ( RID_STRING_START +  4 )
38 #define RID_STR_NOFIELDSASSIGNED        ( RID_STRING_START +  5 )
39 #define RID_STR_ABSOURCEDIALOGTITLE     ( RID_STRING_START +  6 )
40 #define RID_STR_SELECT_ABTYPE           ( RID_STRING_START +  7 )
41 #define RID_STR_INVOKE_ADMIN_DIALOG     ( RID_STRING_START +  8 )
42 #define RID_STR_TABLE_SELECTION         ( RID_STRING_START +  9 )
43 #define RID_STR_MANUAL_FIELD_MAPPING    ( RID_STRING_START +  10 )
44 #define RID_STR_FINAL_CONFIRM           ( RID_STRING_START +  11 )
45 #define RID_STR_NEEDTYPESELECTION       ( RID_STRING_START +  12 )
46 #define RID_STR_QRY_NO_EVO_GW           ( RID_STRING_START +  13 )
47 #define RID_STR_QRY_NOTABLES            ( RID_STRING_START +  14 )
48 // please adjust RID_STRING_END (below) when adding new strings
50 #define RID_STRING_END                  RID_STR_QRY_NOTABLES
52 // range checks
54 #if RID_STRING_END > RID_ABP_END
55     #error "please adjust the resource id ranges!!"
56 #endif
58 // some defines
59 #define WINDOW_SIZE_X   240
60 #define WINDOW_SIZE_Y   185
62 #endif // EXTENSIONS_ABPRESID_HRC
64 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */