bump product version to 5.0.4.1
[LibreOffice.git] / svx / source / sidebar / area / AreaPropertyPanel.hrc
blobd627b637d92306bb124b933338245633480b0ad6
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 "svx/dialogs.hrc"
22 #define TBI_LEFT                            1
23 #define TBI_RIGHT                           1
25 #define FT_TRGR_CENTER_X    9
26 #define MTR_TRGR_CENTER_X   10
27 #define FT_TRGR_CENTER_Y    11
28 #define MTR_TRGR_CENTER_Y   12
29 #define FT_TRGR_ANGLE       13
30 #define MTR_TRGR_ANGLE      14
31 #define FT_TRGR_START_VALUE 15
32 #define MTR_TRGR_START_VALUE 16
33 #define FT_TRGR_END_VALUE   17
34 #define MTR_TRGR_END_VALUE  18
35 #define FT_TRGR_BORDER      19
36 #define MTR_TRGR_BORDER     20
37 #define STR_HELP_LEFT       24
38 #define STR_HELP_RIGHT      25
40 #define BTN_LEFT_SECOND         22
41 #define BTN_RIGHT_FIRST         23
43 #define FIXED_TEXT_HEIGHT   9
44 #define CONTROL_WIDTH           45
45 #define ROTATE_BUTTON_SPACING      15
46 #define POP_WIDTH   2*POPUPPANEL_MARGIN_HORIZONTAL+2*CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL
47 #define POP_HEIGHT  2*POPUPPANEL_MARGIN_VERTICAL + 4*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + MBOX_HEIGHT ) + 3*CONTROL_SPACING_VERTICAL
48 #define POP_HEIGHT2  2*POPUPPANEL_MARGIN_VERTICAL + 3*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + MBOX_HEIGHT ) + 2*CONTROL_SPACING_VERTICAL
49 #define LEFT_RIGHT_X1    POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL + 1
50 #define LEFT_RIGHT_Y1    POPUPPANEL_MARGIN_VERTICAL + FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL - 2
51 #define LEFT_RIGHT_X2    POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL + ROTATE_BUTTON_SPACING
52 #define LEFT_RIGHT_Y2    POPUPPANEL_MARGIN_VERTICAL + 2*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL)+MBOX_HEIGHT+CONTROL_SPACING_VERTICAL - 2
54 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */