xref: /trunk/main/sc/source/ui/docshell/tpstat.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "tpstat.hrc"
29TabPage RID_SCPAGE_STAT
30{
31     // HelpID = HID_DOC_STAT;
32    Hide = TRUE ;
33    Size = MAP_APPFONT ( 260 , 185 ) ;
34    FixedText FT_TABLES_LBL
35    {
36        Pos = MAP_APPFONT ( 12 , 17 ) ;
37        Size = MAP_APPFONT ( 90 , 8 ) ;
38        Text [ en-US ] = "Number of sheets:" ;
39        Left = TRUE ;
40    };
41    FixedText FT_TABLES
42    {
43        Pos = MAP_APPFONT ( 108 , 17 ) ;
44        Size = MAP_APPFONT ( 27 , 8 ) ;
45        Left = TRUE ;
46    };
47    FixedText FT_CELLS_LBL
48    {
49        Pos = MAP_APPFONT ( 12 , 29 ) ;
50        Size = MAP_APPFONT ( 90 , 8 ) ;
51        Text [ en-US ] = "Number of cells:" ;
52        Left = TRUE ;
53    };
54    FixedText FT_CELLS
55    {
56        Pos = MAP_APPFONT ( 108 , 29 ) ;
57        Size = MAP_APPFONT ( 27 , 8 ) ;
58        Left = TRUE ;
59    };
60    FixedText FT_PAGES_LBL
61    {
62        Pos = MAP_APPFONT ( 12 , 41 ) ;
63        Size = MAP_APPFONT ( 90 , 8 ) ;
64        Text [ en-US ] = "Number of pages:" ;
65        Left = TRUE ;
66    };
67    FixedText FT_PAGES
68    {
69        Pos = MAP_APPFONT ( 108 , 41 ) ;
70        Size = MAP_APPFONT ( 27 , 8 ) ;
71        Left = TRUE ;
72    };
73    FixedLine FL_INFO
74    {
75        Pos = MAP_APPFONT ( 6 , 3 ) ;
76        Size = MAP_APPFONT ( 248 , 8 ) ;
77        Text [ en-US ] = "Document: " ;
78    };
79};
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113