1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: docstdlg.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #include "globals.hrc"
32 #include "docstdlg.hrc"
34 // #define TP_DOC_STAT 256
37 HelpID = HID_DOC_STAT ;
39 Size = MAP_APPFONT ( 260 , 185 ) ;
42 Pos = MAP_APPFONT ( 6 , 6 ) ;
43 Size = MAP_APPFONT ( 90 , 8 ) ;
44 Text [ en-US ] = "Number of Pages:" ;
49 Pos = MAP_APPFONT ( 6 , 18 ) ;
50 Size = MAP_APPFONT ( 90 , 8 ) ;
51 Text [ en-US ] = "Number of Tables:" ;
56 Pos = MAP_APPFONT ( 6 , 30 ) ;
57 Size = MAP_APPFONT ( 90 , 8 ) ;
58 Text [ en-US ] = "Number of Graphics:" ;
63 Pos = MAP_APPFONT ( 6 , 42 ) ;
64 Size = MAP_APPFONT ( 90 , 8 ) ;
65 Text [ en-US ] = "Number of OLE Objects:" ;
70 Pos = MAP_APPFONT ( 6 , 54 ) ;
71 Size = MAP_APPFONT ( 90 , 8 ) ;
72 Text [ en-US ] = "Number of Paragraphs:" ;
77 Pos = MAP_APPFONT ( 6 , 68 ) ;
78 Size = MAP_APPFONT ( 90 , 8 ) ;
79 Text [ en-US ] = "Number of Words:" ;
84 Pos = MAP_APPFONT ( 6 , 82 ) ;
85 Size = MAP_APPFONT ( 90 , 8 ) ;
86 Text [ en-US ] = "Number of Characters:" ;
91 Pos = MAP_APPFONT ( 6 , 96 ) ;
92 Size = MAP_APPFONT ( 90 , 8 ) ;
93 Text [ en-US ] = "Number of Lines:" ;
95 FixedText FT_PAGE_COUNT
97 Pos = MAP_APPFONT ( 114 , 6 ) ;
98 Size = MAP_APPFONT ( 27 , 8 ) ;
101 FixedText FT_TABLE_COUNT
103 Pos = MAP_APPFONT ( 114 , 18 ) ;
104 Size = MAP_APPFONT ( 27 , 8 ) ;
107 FixedText FT_GRF_COUNT
109 Pos = MAP_APPFONT ( 114 , 30 ) ;
110 Size = MAP_APPFONT ( 27 , 8 ) ;
113 FixedText FT_OLE_COUNT
115 Pos = MAP_APPFONT ( 114 , 42 ) ;
116 Size = MAP_APPFONT ( 27 , 8 ) ;
119 FixedText FT_PARA_COUNT
121 Pos = MAP_APPFONT ( 114 , 54 ) ;
122 Size = MAP_APPFONT ( 27 , 8 ) ;
125 FixedText FT_WORD_COUNT
127 Pos = MAP_APPFONT ( 114 , 68 ) ;
128 Size = MAP_APPFONT ( 27 , 8 ) ;
131 FixedText FT_CHAR_COUNT
133 Pos = MAP_APPFONT ( 114 , 82 ) ;
134 Size = MAP_APPFONT ( 27 , 8 ) ;
137 FixedText FT_LINE_COUNT
139 Pos = MAP_APPFONT ( 114 , 96 ) ;
140 Size = MAP_APPFONT ( 27 , 8 ) ;
146 Pos = MAP_APPFONT ( 204 , 94 ) ;
147 Size = MAP_APPFONT ( 50 , 14 ) ;
148 Text [ en-US ] = "~Update" ;