2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
19 #include <sfx2/tabpage.hrc>
20 #include <svtools/controldims.hrc>
28 #define FL_SEPARATOR 19
31 #define ST_LOAD_ERROR 24
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)