Update ooo320-m1
[ooovba.git] / sc / source / ui / inc / retypepassdlg.hrc
blob2bd8d00669c6c45c89df80333045271643cc5209
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: retypepassdlg.hrc,v $
10  * $Revision: 1.1.2.2 $
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 <sc.hrc>
33 #define BTN_OK                   1
34 #define BTN_CANCEL               2
35 #define BTN_HELP                 3
37 #define FT_DESC                 10
38 #define FL_DOCUMENT             11
39 #define FT_DOCSTATUS            12
40 #define BTN_RETYPE_DOC          13
42 #define FL_SHEET                112
44 #define FT_SHEETNAME1           113
45 #define FT_SHEETSTATUS1         114
46 #define BTN_RETYPE_SHEET1       115
48 #define FT_SHEETNAME2           116
49 #define FT_SHEETSTATUS2         117
50 #define BTN_RETYPE_SHEET2       118
52 #define FT_SHEETNAME3           119
53 #define FT_SHEETSTATUS3         120
54 #define BTN_RETYPE_SHEET3       121
56 #define FT_SHEETNAME4           122
57 #define FT_SHEETSTATUS4         123
58 #define BTN_RETYPE_SHEET4       124
60 #define SB_SCROLL               190
62 #define STR_NOT_PROTECTED       200
63 #define STR_NOT_PASS_PROTECTED  201
64 #define STR_HASH_BAD            202
65 #define STR_HASH_GOOD           203
66 #define STR_HASH_REGENERATED    204
68 #define FT_PASSWORD1            301
69 #define ED_PASSWORD1            302
70 #define FT_PASSWORD2            303
71 #define ED_PASSWORD2            304
72 #define BTN_MATCH_OLD_PASSWORD  305
73 #define BTN_RETYPE_PASSWORD     306
74 #define BTN_REMOVE_PASSWORD     307