fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / include / svtools / controldims.hrc
blob2d01ddc668e1043b4daf11663b49b5c22e74e264
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 #ifndef _SVT_CONTROLDIMS_HRC_
21 #define _SVT_CONTROLDIMS_HRC_
24 // From: Dialogue Specification and Guidelines - Visual Design V1.3
25 // by Christian Jansen
29 // Usage:
30 // ======
32 // all values have to be mapped by MAP_APPFONT
35 // Base
36 #define RSC_BS_CHARHEIGHT                   8
37 #define RSC_BS_CHARWIDTH                    4
39 // control dimensions
40 #define RSC_CD_PUSHBUTTON_WIDTH             50
41 #define RSC_CD_PUSHBUTTON_HEIGHT            14
43 #define RSC_CD_FIXEDTEXT_HEIGHT             RSC_BS_CHARHEIGHT
44 #define RSC_CD_FIXEDLINE_HEIGHT             RSC_BS_CHARHEIGHT
45 #define RSC_CD_FIXEDLINE_WIDTH              RSC_BS_CHARWIDTH    // for vertical FixedLines
47 #define RSC_CD_DROPDOWN_HEIGHT              12      // also combobox and dropdown list
48 #define RSC_CD_TEXTBOX_HEIGHT               12      // also numeric fields etc.
50 #define RSC_CD_CHECKBOX_HEIGHT              10      // also tristate
51 #define RSC_CD_RADIOBUTTON_HEIGHT           10
53 // spacings
54 #define RSC_SP_CTRL_X                       6       // controls that are unrelated
55 #define RSC_SP_CTRL_Y                       7
56 #define RSC_SP_CTRL_GROUP_X                 3       // related controls, or controls in a groupbox
57 #define RSC_SP_CTRL_GROUP_Y                 4
58 #define RSC_SP_CTRL_DESC_X                  3       // between description text and related control
59 #define RSC_SP_CTRL_DESC_Y                  3
61 // overruled spacings between certain controls
62 #define RSC_SP_FLGR_SPACE_X                 6       // between groupings made with FixedLine
63 #define RSC_SP_FLGR_SPACE_Y                 4
64 #define RSC_SP_GRP_SPACE_X                  6       // between groupings made with GroupBox
65 #define RSC_SP_GRP_SPACE_Y                  6
66 #define RSC_SP_CHK_TEXTINDENT               8       // x indent of text aligned to checkbox title
68 // dialog inner border
69 #define RSC_SP_DLG_INNERBORDER_LEFT         6
70 #define RSC_SP_DLG_INNERBORDER_TOP          6
71 #define RSC_SP_DLG_INNERBORDER_RIGHT        6
72 #define RSC_SP_DLG_INNERBORDER_BOTTOM       6
74 // tab page inner border
75 #define RSC_SP_TBPG_INNERBORDER_LEFT        6       // for tabpage groupings
76 #define RSC_SP_TBPG_INNERBORDER_TOP         3
77 #define RSC_SP_TBPG_INNERBORDER_RIGHT       6
78 #define RSC_SP_TBPG_INNERBORDER_BOTTOM      6
80 // FixedLine group inner border
81 #define RSC_SP_FLGR_INNERBORDER_LEFT        6       // for FixedLine groupings
82 #define RSC_SP_FLGR_INNERBORDER_TOP         3
83 #define RSC_SP_FLGR_INNERBORDER_RIGHT       0
84 #define RSC_SP_FLGR_INNERBORDER_BOTTOM      0
86 // GroupBox inner border
87 #define RSC_SP_GRP_INNERBORDER_LEFT         6       // for GroupBox groupings
88 #define RSC_SP_GRP_INNERBORDER_TOP          6
89 #define RSC_SP_GRP_INNERBORDER_RIGHT        6
91 #endif // _SVT_CONTROLDIMS_HRC_
93 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */