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: ooo.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 <svtools/svtools.hrc>
35 #ifndef _SVTOOLS_IMAGEMGR_HRC
36 #include <svtools/imagemgr.hrc>
40 #include <sfx2/sfx.hrc>
43 #include <svx/svxids.hrc>
48 Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION" ;
51 // der String wird fuer die Registrierung gebraucht: 01 Voll, 02 OEM, 03 Vobis
52 String STR_VERSION_TYPE
57 // der String wird fuer die Registrierung gebraucht - hier steht die Version zweistellig!
63 String RID_BUILDVERSION
68 ModalDialog RID_DEFAULTABOUT
71 Size = MAP_APPFONT ( 245 , 200 ) ;
78 Pos = MAP_APPFONT ( 174 , 6 ) ;
79 Size = MAP_APPFONT ( 50 , 14 ) ;
81 FixedText ABOUT_FTXT_VERSION
83 Pos = MAP_APPFONT ( 54 , 6 ) ;
84 Size = MAP_APPFONT ( 118 , 16 ) ;
86 Text = "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ;
88 FixedText ABOUT_FTXT_COPYRIGHT
90 Pos = MAP_APPFONT ( 54 , 25 ) ;
91 Size = MAP_APPFONT ( 168 , 51 ) ;
92 Text[ en-US ] ="Copyright 2000-2009 Sun Microsystems Inc.\nThis product was created by " OOO_VENDOR ", based on OpenOffice.org.\nOpenOffice.org acknowledges all community members, especially those mentioned at http://www.openoffice.org/welcome/credits.html.";
95 StringArray ABOUT_STR_DEVELOPER_ARY
99 String ABOUT_STR_ACCEL
105 // imagelist with images of the "New" menu and the file open dialog
107 #define MASK_COL2 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; } ;
108 #define X_IMAGE_LIST \
114 IMG_IMPRESSTEMPLATE ; \
118 IMG_WRITERTEMPLATE ; \
123 IMG_NEWFROMTEMPLATE ; \
130 ImageList RID_SVTOOLS_IMAGELIST_BIG
137 ImageList RID_SVTOOLS_IMAGELIST_SMALL
144 ImageList RID_SVTOOLS_IMAGELIST_BIG_HIGHCONTRAST
151 ImageList RID_SVTOOLS_IMAGELIST_SMALL_HIGHCONTRAST
158 #define MASK_COL MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } ;
159 #define IMGLST_IDLST \
161 SID_GENERAL_OPTIONS; \
162 SID_LANGUAGE_OPTIONS; \
164 SID_SW_EDITOPTIONS; \
165 SID_SW_ONLINEOPTIONS; \
166 SID_SC_EDITOPTIONS; \
167 SID_SD_EDITOPTIONS; \
168 SID_SD_GRAPHIC_OPTIONS; \
169 SID_SM_EDITOPTIONS; \
170 SID_SCH_EDITOPTIONS; \
171 SID_SB_STARBASEOPTIONS; \
178 ImageList RID_IMGLIST_TREEOPT
185 ImageList RID_IMGLIST_TREEOPT_HC