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: wordcountdialog.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 ************************************************************************/
32 #include <wordcountdialog.hrc>
33 ModalDialog DLG_WORDCOUNT
35 HelpID = HID_DLG_WORDCOUNT ;
38 Size = MAP_APPFONT ( 170 , 108 ) ;
39 Text [ en-US ] = "Word Count" ;
44 Pos = MAP_APPFONT ( 6 , 3 ) ;
45 Size = MAP_APPFONT ( 158 , 8 ) ;
46 Text [ en-US ] = "Current selection";
48 FixedText FT_CURRENTWORD
50 Pos = MAP_APPFONT ( 12 , 14 ) ;
51 Size = MAP_APPFONT ( 80 , 8 ) ;
52 Text [ en-US ] = "Words:";
54 FixedText FI_CURRENTWORD
56 Pos = MAP_APPFONT ( 111 , 14 ) ;
57 Size = MAP_APPFONT ( 50 , 8 ) ;
60 FixedText FT_CURRENTCHARACTER
62 Pos = MAP_APPFONT ( 12 , 26 ) ;
63 Size = MAP_APPFONT ( 80 , 8 ) ;
64 Text [ en-US ] = "Characters:";
66 FixedText FI_CURRENTCHARACTER
68 Pos = MAP_APPFONT ( 111 , 26 ) ;
69 Size = MAP_APPFONT ( 50 , 8 ) ;
74 Pos = MAP_APPFONT ( 6, 40 ) ;
75 Size = MAP_APPFONT ( 158 , 8 ) ;
76 Text [ en-US ] = "Whole document";
80 Pos = MAP_APPFONT ( 12, 51 ) ;
81 Size = MAP_APPFONT ( 80 , 8 ) ;
82 Text [ en-US ] = "Words:";
86 Pos = MAP_APPFONT ( 111 , 51 ) ;
87 Size = MAP_APPFONT ( 50 , 8 ) ;
90 FixedText FT_DOCCHARACTER
92 Pos = MAP_APPFONT ( 12 , 63 ) ;
93 Size = MAP_APPFONT ( 80 , 8 ) ;
94 Text [ en-US ] = "Characters:";
96 FixedText FI_DOCCHARACTER
98 Pos = MAP_APPFONT ( 111, 63 ) ;
99 Size = MAP_APPFONT ( 50, 8 ) ;
104 Pos = MAP_APPFONT ( 6 , 77 ) ;
105 Size = MAP_APPFONT ( 158 , 8 ) ;
109 Pos = MAP_APPFONT ( 61 , 88 ) ;
110 Size = MAP_APPFONT ( 50 , 14 ) ;
115 Pos = MAP_APPFONT ( 114 , 88 ) ;
116 Size = MAP_APPFONT ( 50 , 14 ) ;