Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / treeopt.hrc
blob4ca1834186b6578497468f3f51a03e74242d85e8
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include <sfx2/tabpage.hrc>
20 #include <svtools/controldims.hrc>
22 #define PB_OK                   1
23 #define PB_CANCEL               2
24 #define PB_HELP                 3
25 #define PB_BACK                 4
26 #define TLB_PAGES               5
28 #define FL_SEPARATOR            19
30 #define FT_HINT                 21
31 #define ST_LOAD_ERROR           24
33 // metrics
35 #define WIDTH_PAGEFRAME         TP_WIDTH
36 #define HEIGHT_PAGEFRAME        TP_HEIGHT
38 #define COL_1                   (RSC_SP_DLG_INNERBORDER_LEFT)
39 #define COL_2                   (COL_1+0)
40 #define COL_3                   (COL_2+RSC_SP_GRP_SPACE_X)
41 #define COL_11                  (COL_3+WIDTH_PAGEFRAME)
42 #define COL_12                  (COL_11+RSC_SP_DLG_INNERBORDER_RIGHT)
43 #define COL_10                  (COL_11-RSC_CD_PUSHBUTTON_WIDTH)
44 #define COL_9                   (COL_10-RSC_SP_CTRL_GROUP_X)
45 #define COL_8                   (COL_9-RSC_CD_PUSHBUTTON_WIDTH)
46 #define COL_7                   (COL_8-RSC_SP_CTRL_GROUP_X)
47 #define COL_6                   (COL_7-RSC_CD_PUSHBUTTON_WIDTH)
48 #define COL_5                   (COL_6-RSC_SP_CTRL_GROUP_X)
49 #define COL_4                   (COL_5-RSC_CD_PUSHBUTTON_WIDTH)
51 #define ROW_1                   (RSC_SP_DLG_INNERBORDER_TOP)
52 #define ROW_2                   (ROW_1+HEIGHT_PAGEFRAME)
53 #define ROW_3                   (ROW_2+RSC_SP_CTRL_GROUP_Y)
54 #define ROW_4                   (ROW_3+RSC_CD_FIXEDLINE_HEIGHT)
55 #define ROW_5                   (ROW_4+RSC_CD_PUSHBUTTON_HEIGHT)
56 #define ROW_6                   (ROW_5+RSC_SP_DLG_INNERBORDER_BOTTOM)