update dev300-m58
[ooovba.git] / sw / source / ui / misc / redlndlg.src
blob1ca0e0b99ec8b5bfbffd47ccec05205895c729b8
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: redlndlg.src,v $
10  * $Revision: 1.31 $
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  ************************************************************************/
30 /* StarView ressource file */
32 #include "redlndlg.hrc"
33 #include "misc.hrc"
34 #include "helpid.h"
36 #define WIDTH 297
37 #define HEIGHT 169
39 #define REDLNDLG \
40     OutputSize = TRUE ; \
41     SVLook = TRUE ; \
42     Size = MAP_APPFONT ( WIDTH , HEIGHT ) ; \
43     Moveable = TRUE ; \
44     Closeable = TRUE ; \
45     Sizeable = TRUE ; \
46     Hide = TRUE ; \
47     Control CTRL_TABPAGES\
48     {\
49         Pos = MAP_APPFONT ( XBORDER , YBORDER ) ; \
50         Size = MAP_APPFONT ( WIDTH - XBORDER * 2 , HEIGHT - YBORDER * 2 ) ; \
51         HelpID = HID_REDLINE_CTRL ; \
52         TabStop = TRUE ; \
53     };
55 ModelessDialog DLG_REDLINE_ACCEPT
57     HelpID = HID_REDLINE_ACCEPT ;
58     /* ### ACHTUNG: Neuer Text in Resource? Ă„nderungen akzeptieren oder verwerfen : Redlining */
59     Text [ en-US ] = "Accept or Reject Changes" ;
60     REDLNDLG
63 ModalDialog DLG_MOD_REDLINE_ACCEPT
65     HelpID = HID_REDLINE_AUTOFMT_ACCEPT ;
66     REDLNDLG
67     Text [ en-US ] = "Accept or Reject AutoFormat Changes";
70 Menu MN_REDLINE_POPUP
72     ItemList =
73     {
74         MenuItem
75         {
76             Identifier = MN_EDIT_COMMENT ;
77             HelpID = HID_EDIT_COMMENT ;
78             Text [ en-US ] = "Edit Comment..." ;
79         };
80         MenuItem
81         {
82             Identifier = MN_SUB_SORT ;
83             RadioCheck = TRUE ;
84             SubMenu = Menu
85             {
86                 ItemList =
87                 {
88                     MenuItem
89                     {
90                         Identifier = MN_SORT_ACTION ;
91                         HelpID = HID_SORT_ACTION ;
92                         RadioCheck = TRUE ;
93                         Text [ en-US ] = "Action" ;
94                     };
95                     MenuItem
96                     {
97                         Identifier = MN_SORT_AUTHOR ;
98                         HelpID = HID_SORT_AUTHOR ;
99                         RadioCheck = TRUE ;
100                         Text [ en-US ] = "Author" ;
101                     };
102                     MenuItem
103                     {
104                         Identifier = MN_SORT_DATE ;
105                         HelpID = HID_SORT_DATE ;
106                         RadioCheck = TRUE ;
107                         Text [ en-US ] = "Date" ;
108                     };
109                     MenuItem
110                     {
111                         Identifier = MN_SORT_COMMENT ;
112                         HelpID = HID_SORT_COMMENT ;
113                         RadioCheck = TRUE ;
114                         Text [ en-US ] = "Comment" ;
115                     };
116                     MenuItem
117                     {
118                         Identifier = MN_SORT_POSITION ;
119                         HelpID = HID_SW_SORT_POSITION ;
120                         RadioCheck = TRUE ;
121                         Text [ en-US ] = "Document position" ;
122                     };
123                 };
124             };
125             Text [ en-US ] = "Sort By" ;
126         };
127     };