summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/area/AreaPropertyPanel.hrc
blob: 509b52b9956395db5e308d7b196dda188470eb25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include "svx/dialogs.hrc"

#define TBI_LEFT                            1
#define TBI_RIGHT                           1

#define VS_COLOR            1

#define MTR_TRANSPARENT 7

#define FT_TRGR_CENTER_X    9
#define MTR_TRGR_CENTER_X   10
#define FT_TRGR_CENTER_Y    11
#define MTR_TRGR_CENTER_Y   12
#define FT_TRGR_ANGLE       13
#define MTR_TRGR_ANGLE      14
#define FT_TRGR_START_VALUE 15
#define MTR_TRGR_START_VALUE 16
#define FT_TRGR_END_VALUE   17
#define MTR_TRGR_END_VALUE  18
#define FT_TRGR_BORDER      19
#define MTR_TRGR_BORDER     20
#define STR_HELP_LEFT       24
#define STR_HELP_RIGHT      25

#define BTN_LEFT_SECOND         22
#define BTN_RIGHT_FIRST         23

// global definitions
#define IMG_AXIAL       (RID_SVX_SIDEBAR_BEGIN +  30)
#define IMG_ELLI        (RID_SVX_SIDEBAR_BEGIN +  31)
#define IMG_QUAD        (RID_SVX_SIDEBAR_BEGIN +  32)
#define IMG_RADIAL      (RID_SVX_SIDEBAR_BEGIN +  33)
#define IMG_SQUARE      (RID_SVX_SIDEBAR_BEGIN +  34)
#define IMG_LINEAR      (RID_SVX_SIDEBAR_BEGIN +  35)
#define IMG_COLOR       (RID_SVX_SIDEBAR_BEGIN +  36)

#define IMG_ROT_LEFT    (RID_SVX_SIDEBAR_BEGIN +  37)
#define IMG_ROT_RIGHT   (RID_SVX_SIDEBAR_BEGIN +  38)

#define STR_HELP_COLOR          41

#define FIXED_TEXT_HEIGHT   9
#define FIXED_TEXT_WIDTH   40
#define MBOX_WIDTH         50
#define CONTROL_HEIGHT      12
#define CONTROL_WIDTH           45
#define LISTBOX_HEIGHT     80
#define ROTATE_BUTTON_SPACING      15
#define POP_WIDTH   2*POPUPPANEL_MARGIN_HORIZONTAL+2*CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL
#define POP_HEIGHT  2*POPUPPANEL_MARGIN_VERTICAL + 4*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + MBOX_HEIGHT ) + 3*CONTROL_SPACING_VERTICAL
#define POP_HEIGHT2  2*POPUPPANEL_MARGIN_VERTICAL + 3*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + MBOX_HEIGHT ) + 2*CONTROL_SPACING_VERTICAL
#define LEFT_RIGHT_X1    POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL + 1
#define LEFT_RIGHT_Y1    POPUPPANEL_MARGIN_VERTICAL + FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL - 2
#define LEFT_RIGHT_X2    POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING_HORIZONTAL + ROTATE_BUTTON_SPACING
#define LEFT_RIGHT_Y2    POPUPPANEL_MARGIN_VERTICAL + 2*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL)+MBOX_HEIGHT+CONTROL_SPACING_VERTICAL - 2

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */