update credits
[LibreOffice.git] / cui / source / options / treeopt.hrc
blob2986640690c4d1a1186914d9fa468cad11e59152
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 <sfx2/tabpage.hrc>
21 #include <svtools/controldims.hrc>
23 #define PB_OK                   1
24 #define PB_CANCEL               2
25 #define PB_HELP                 3
26 #define PB_BACK                 4
27 #define TLB_PAGES               5
29 #define FL_SEPARATOR            19
31 #define FT_HINT                 21
32 #define ST_LOAD_ERROR           24
34 // metrics
36 #define WIDTH_PAGEFRAME         TP_WIDTH
37 #define HEIGHT_PAGEFRAME        TP_HEIGHT
39 #define COL_1                   (RSC_SP_DLG_INNERBORDER_LEFT)
40 #define COL_2                   (COL_1+0)
41 #define COL_3                   (COL_2+RSC_SP_GRP_SPACE_X)
42 #define COL_11                  (COL_3+WIDTH_PAGEFRAME)
43 #define COL_12                  (COL_11+RSC_SP_DLG_INNERBORDER_RIGHT)
44 #define COL_10                  (COL_11-RSC_CD_PUSHBUTTON_WIDTH)
45 #define COL_9                   (COL_10-RSC_SP_CTRL_GROUP_X)
46 #define COL_8                   (COL_9-RSC_CD_PUSHBUTTON_WIDTH)
47 #define COL_7                   (COL_8-RSC_SP_CTRL_GROUP_X)
48 #define COL_6                   (COL_7-RSC_CD_PUSHBUTTON_WIDTH)
49 #define COL_5                   (COL_6-RSC_SP_CTRL_GROUP_X)
50 #define COL_4                   (COL_5-RSC_CD_PUSHBUTTON_WIDTH)
52 #define ROW_1                   (RSC_SP_DLG_INNERBORDER_TOP)
53 #define ROW_2                   (ROW_1+HEIGHT_PAGEFRAME)
54 #define ROW_3                   (ROW_2+RSC_SP_CTRL_GROUP_Y)
55 #define ROW_4                   (ROW_3+RSC_CD_FIXEDLINE_HEIGHT)
56 #define ROW_5                   (ROW_4+RSC_CD_PUSHBUTTON_HEIGHT)
57 #define ROW_6                   (ROW_5+RSC_SP_DLG_INNERBORDER_BOTTOM)
59 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */