update dev300-m58
[ooovba.git] / svx / source / dialog / linkwarn.hrc
blob15013b1281e050c3e7a14dbede9ca440e1e13744
1 /*************************************************************************
2  *
3  *  OpenOffice.org - a multi-platform office productivity suite
4  *
5  *  $RCSfile: linkwarn.hrc,v $
6  *
7  *  $Revision: $
8  *
9  *  last change: $Author: $ $Date: $
10  *
11  *  The Contents of this file are made available subject to
12  *  the terms of GNU Lesser General Public License Version 2.1.
13  *
14  *
15  *    GNU Lesser General Public License Version 2.1
16  *    =============================================
17  *    Copyright 2005 by Sun Microsystems, Inc.
18  *    901 San Antonio Road, Palo Alto, CA 94303, USA
19  *
20  *    This library is free software; you can redistribute it and/or
21  *    modify it under the terms of the GNU Lesser General Public
22  *    License version 2.1, as published by the Free Software Foundation.
23  *
24  *    This library is distributed in the hope that it will be useful,
25  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
26  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
27  *    Lesser General Public License for more details.
28  *
29  *    You should have received a copy of the GNU Lesser General Public
30  *    License along with this library; if not, write to the Free Software
31  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
32  *    MA  02111-1307  USA
33  *
34  ************************************************************************/
35 #ifndef _SVX_LINKWARN_HRC
36 #define _SVX_LINKWARN_HRC
38 #include <svtools/controldims.hrc>
40 // dialog ids
41 #define FI_QUERY        10
42 #define FT_INFOTEXT     11
43 #define PB_OK          12
44 #define PB_NO           13
45 #define FL_OPTION       15
46 #define CB_WARNING_OFF  16
48 // --------- general metrics ---------
50 #define SYMBOL_EDGE         20
51 #define DIALOG_WIDTH        220
52 #define INFO_TEXT_LINES     11
54 #define AW_COL_1            (RSC_SP_DLG_INNERBORDER_LEFT)
55 #define AW_COL_2            (AW_COL_1+SYMBOL_EDGE+RSC_SP_CTRL_DESC_X)
56 #define AW_COL_3            (AW_COL_2+RSC_CD_PUSHBUTTON_WIDTH+RSC_SP_CTRL_DESC_X)
57 #define AW_COL_4            (DIALOG_WIDTH-RSC_SP_DLG_INNERBORDER_RIGHT-RSC_CD_PUSHBUTTON_WIDTH)
59 #define AW_ROW_1            (RSC_SP_DLG_INNERBORDER_TOP)
60 #define AW_ROW_2            (AW_ROW_1+INFO_TEXT_LINES*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_Y)
61 #define AW_ROW_3            (AW_ROW_2+RSC_CD_PUSHBUTTON_HEIGHT+RSC_SP_CTRL_DESC_Y)
62 #define AW_ROW_4            (AW_ROW_3+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y)
64 #define DIALOG_HEIGHT       (AW_ROW_4+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_DLG_INNERBORDER_BOTTOM)
66 #endif