Impress: Implement getPartName.
[LibreOffice.git] / include / svtools / controldims.hrc
blob6f624343da6a19319adcac396bcdf833f5bcea2c
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_
23 // From: Dialogue Specification and Guidelines - Visual Design V1.3
24 // by Christian Jansen
26 // all values have to be mapped by MAP_APPFONT
28 // Base
29 #define RSC_BS_CHARHEIGHT                   8
30 #define RSC_BS_CHARWIDTH                    4
32 // control dimensions
33 #define RSC_CD_PUSHBUTTON_WIDTH             50
34 #define RSC_CD_PUSHBUTTON_HEIGHT            14
36 #define RSC_CD_FIXEDTEXT_HEIGHT             RSC_BS_CHARHEIGHT
37 #define RSC_CD_FIXEDLINE_HEIGHT             RSC_BS_CHARHEIGHT
39 #define RSC_CD_TEXTBOX_HEIGHT               12      // also numeric fields etc.
41 #define RSC_CD_CHECKBOX_HEIGHT              10      // also tristate
42 #define RSC_CD_RADIOBUTTON_HEIGHT           10
44 // spacings
45 #define RSC_SP_CTRL_X                       6       // controls that are unrelated
46 #define RSC_SP_CTRL_Y                       7
47 #define RSC_SP_CTRL_GROUP_X                 3       // related controls, or controls in a groupbox
48 #define RSC_SP_CTRL_GROUP_Y                 4
49 #define RSC_SP_CTRL_DESC_X                  3       // between description text and related control
50 #define RSC_SP_CTRL_DESC_Y                  3
52 // overruled spacings between certain controls
53 #define RSC_SP_FLGR_SPACE_X                 6       // between groupings made with FixedLine
54 #define RSC_SP_FLGR_SPACE_Y                 4
55 #define RSC_SP_GRP_SPACE_X                  6       // between groupings made with GroupBox
57 // dialog inner border
58 #define RSC_SP_DLG_INNERBORDER_LEFT         6
59 #define RSC_SP_DLG_INNERBORDER_TOP          6
60 #define RSC_SP_DLG_INNERBORDER_RIGHT        6
61 #define RSC_SP_DLG_INNERBORDER_BOTTOM       6
63 // tab page inner border
64 #define RSC_SP_TBPG_INNERBORDER_TOP         3
65 #define RSC_SP_TBPG_INNERBORDER_RIGHT       6
66 #define RSC_SP_TBPG_INNERBORDER_BOTTOM      6
68 // FixedLine group inner border
69 #define RSC_SP_FLGR_INNERBORDER_TOP         3
70 #define RSC_SP_FLGR_INNERBORDER_BOTTOM      0
72 // GroupBox inner border
73 #define RSC_SP_GRP_INNERBORDER_LEFT         6       // for GroupBox groupings
74 #define RSC_SP_GRP_INNERBORDER_TOP          6
75 #define RSC_SP_GRP_INNERBORDER_RIGHT        6
77 #endif // _SVT_CONTROLDIMS_HRC_
79 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */