Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / scp2 / source / writer / file_writer.scp
blob3c831d85c2b1e4d3bb36bd110b3924e4b3ccb1c2
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  ************************************************************************/
28 #include "macros.inc"
30 STD_LIB_FILE(gid_File_Lib_Swd, swd)
32 STD_LIB_FILE(gid_File_Lib_Hwpreader, hwp)
34 File gid_File_Exe_Swriter
35     BIN_FILE_BODY;
36     Dir = gid_Brand_Dir_Program;
37     Name = EXENAME(swriter);
38   #ifdef WNT
39     FileDescription = "%PRODUCTNAME Writer";
40     Styles = (PACKED, PATCH_SO_NAME);
41   #else
42     Styles = (PACKED);
43   #endif
44 End
46 #ifdef WNT
47 File gid_File_Exe_Sweb
48     BIN_FILE_BODY;
49     Dir = gid_Brand_Dir_Program;
50     Name = EXENAME(sweb);
51     FileDescription = "%PRODUCTNAME Writer(Web)";
52     Styles = (PACKED, PATCH_SO_NAME);
53 End
54 #endif
56 #if defined WITH_HELP
57 File gid_File_Help_Swriter_Zip
58     Dir = gid_Dir_Help_Isolanguage;
59     ARCHIVE_TXT_FILE_BODY_HELPPACK;
60     EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(swriter);
61     Patchfiles = ();
62 End
63 #endif
66 File gid_File_Share_Config_Sofficecfg_Writer_Menubar_Xml
67     TXT_FILE_BODY;
68     Styles = (PACKED);
69     Dir = gid_Dir_Share_Config_Sofficecfg_Swriter_Menubar;
70     Name = "/uiconfig/swriter/menubar/menubar.xml";
71 End
73 File gid_File_Share_Config_Sofficecfg_Writerweb_Menubar_Xml
74     TXT_FILE_BODY;
75     Styles = (PACKED);
76     Dir = gid_Dir_Share_Config_Sofficecfg_Sweb_Menubar;
77     Name = "/uiconfig/sweb/menubar/menubar.xml";
78 End
80 File gid_File_Share_Config_Sofficecfg_Writerglobal_Menubar_Xml
81     TXT_FILE_BODY;
82     Styles = (PACKED);
83     Dir = gid_Dir_Share_Config_Sofficecfg_Sglobal_Menubar;
84     Name = "/uiconfig/sglobal/menubar/menubar.xml";
85 End
88 File gid_File_Share_Registry_Writer_Xcd
89     TXT_FILE_BODY;
90     Styles = (PACKED);
91     Dir = gid_Brand_Dir_Share_Registry;
92     Name = "writer.xcd";
93 End