bump product version to 4.1.6.2
[LibreOffice.git] / sc / source / ui / dbgui / pvfundlg.hrc
blobeb5d959bf221208f403562b16cb178cd3f1883d4
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 #include "sc.hrc"
22 #define BTN_OK          1
23 #define BTN_CANCEL      2
24 #define BTN_HELP        3
25 #define BTN_MORE        4
26 #define BTN_OPTIONS     5
28 #define RB_NONE         1
29 #define RB_AUTO         2
30 #define RB_USER         3
31 #define RB_SORT_ASC     4
32 #define RB_SORT_DESC    5
33 #define RB_SORT_MAN     6
35 #define FL_FUNC         1
36 #define FL_DISPLAY      2
37 #define FL_SORT_BY      3
38 #define FL_LAYOUT       4
39 #define FL_AUTOSHOW     5
40 #define FL_HIDE         6
42 #define LB_FUNC         1
43 #define LB_TYPE         2
44 #define LB_BASEFIELD    3
45 #define LB_BASEITEM     4
46 #define LB_SORT_BY      5
47 #define LB_LAYOUT       6
48 #define LB_SHOW_FROM    7
49 #define LB_SHOW_USING   8
50 #define LB_HIERARCHY    9
51 #define LB_DIMS         10
53 #define FT_NAMELABEL    1
54 #define FT_NAME         2
55 #define FT_TYPE         3
56 #define FT_BASEFIELD    4
57 #define FT_BASEITEM     5
58 #define FT_LAYOUT       6
59 #define FT_SHOW         7
60 #define FT_SHOW_FROM    8
61 #define FT_SHOW_USING   9
62 #define FT_HIERARCHY    10
63 #define FT_DIMS         11
65 #define CB_SHOWALL      1
66 #define CB_LAYOUT_EMPTY 2
67 #define CB_SHOW         3
69 #define NF_SHOW         1
71 #define CT_HIDE         1
73 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */