merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / dialog / docstdlg.src
blob0dc9dad7b614aefe5cf02b48489756c4947a241b
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: docstdlg.src,v $
10  * $Revision: 1.34 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "globals.hrc"
32 #include "docstdlg.hrc"
33 #include "helpid.h"
34  // #define TP_DOC_STAT 256
35 TabPage TP_DOC_STAT
37     HelpID = HID_DOC_STAT ;
38     Hide = TRUE;
39     Size = MAP_APPFONT ( 260 , 185 ) ;
40     FixedText FT_PAGE
41     {
42         Pos = MAP_APPFONT ( 6 , 6 ) ;
43         Size = MAP_APPFONT ( 90 , 8 ) ;
44         Text [ en-US ] = "Number of Pages:" ;
45         Left = TRUE ;
46     };
47     FixedText FT_TABLE
48     {
49         Pos = MAP_APPFONT ( 6 , 18 ) ;
50         Size = MAP_APPFONT ( 90 , 8 ) ;
51         Text [ en-US ] = "Number of Tables:" ;
52         Left = TRUE ;
53     };
54     FixedText FT_GRF
55     {
56         Pos = MAP_APPFONT ( 6 , 30 ) ;
57         Size = MAP_APPFONT ( 90 , 8 ) ;
58         Text [ en-US ] = "Number of Graphics:" ;
59         Left = TRUE ;
60     };
61     FixedText FT_OLE
62     {
63         Pos = MAP_APPFONT ( 6 , 42 ) ;
64         Size = MAP_APPFONT ( 90 , 8 ) ;
65         Text [ en-US ] = "Number of OLE Objects:" ;
66         Left = TRUE ;
67     };
68     FixedText FT_PARA
69     {
70         Pos = MAP_APPFONT ( 6 , 54 ) ;
71         Size = MAP_APPFONT ( 90 , 8 ) ;
72         Text [ en-US ] = "Number of Paragraphs:" ;
73         Left = TRUE ;
74     };
75     FixedText FT_WORD
76     {
77         Pos = MAP_APPFONT ( 6 , 68 ) ;
78         Size = MAP_APPFONT ( 90 , 8 ) ;
79         Text [ en-US ] = "Number of Words:" ;
80         Left = TRUE ;
81     };
82     FixedText FT_CHAR
83     {
84         Pos = MAP_APPFONT ( 6 , 82 ) ;
85         Size = MAP_APPFONT ( 90 , 8 ) ;
86         Text [ en-US ] = "Number of Characters:" ;
87         Left = TRUE ;
88     };
89     FixedText FT_LINE
90     {
91         Pos = MAP_APPFONT ( 6 , 96 ) ;
92         Size = MAP_APPFONT ( 90 , 8 ) ;
93         Text [ en-US ] = "Number of Lines:" ;
94     };
95     FixedText FT_PAGE_COUNT
96     {
97         Pos = MAP_APPFONT ( 114 , 6 ) ;
98         Size = MAP_APPFONT ( 27 , 8 ) ;
99         Left = TRUE ;
100     };
101     FixedText FT_TABLE_COUNT
102     {
103         Pos = MAP_APPFONT ( 114 , 18 ) ;
104         Size = MAP_APPFONT ( 27 , 8 ) ;
105         Left = TRUE ;
106     };
107     FixedText FT_GRF_COUNT
108     {
109         Pos = MAP_APPFONT ( 114 , 30 ) ;
110         Size = MAP_APPFONT ( 27 , 8 ) ;
111         Left = TRUE ;
112     };
113     FixedText FT_OLE_COUNT
114     {
115         Pos = MAP_APPFONT ( 114 , 42 ) ;
116         Size = MAP_APPFONT ( 27 , 8 ) ;
117         Left = TRUE ;
118     };
119     FixedText FT_PARA_COUNT
120     {
121         Pos = MAP_APPFONT ( 114 , 54 ) ;
122         Size = MAP_APPFONT ( 27 , 8 ) ;
123         Left = TRUE ;
124     };
125     FixedText FT_WORD_COUNT
126     {
127         Pos = MAP_APPFONT ( 114 , 68 ) ;
128         Size = MAP_APPFONT ( 27 , 8 ) ;
129         Left = TRUE ;
130     };
131     FixedText FT_CHAR_COUNT
132     {
133         Pos = MAP_APPFONT ( 114 , 82 ) ;
134         Size = MAP_APPFONT ( 27 , 8 ) ;
135         Left = TRUE ;
136     };
137     FixedText FT_LINE_COUNT
138     {
139         Pos = MAP_APPFONT ( 114 , 96 ) ;
140         Size = MAP_APPFONT ( 27 , 8 ) ;
141         Left = TRUE ;
142         Text = "..." ;
143     };
144     PushButton PB_PDATE
145     {
146         Pos = MAP_APPFONT ( 204 , 94 ) ;
147         Size = MAP_APPFONT ( 50 , 14 ) ;
148         Text [ en-US ] = "~Update" ;
149     };