fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / source / extensions / file_extensions.scp
blob637f566dc158b74b8c805663187d6b48e25e9b02
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "macros.inc"
21 /* *** Additional Extensions *** */
23 #ifdef WITH_EXTENSION_INTEGRATION
25 /* ** MediaWiki Publisher** */
27 #ifndef WITHOUT_EXTENSION_MEDIAWIKI
29 File gid_File_Oxt_MediaWiki
30     TXT_FILE_BODY;
31     Styles = (PACKED, FILELIST);
32     Dir = FILELIST_DIR;
33     Name = "Extension/wiki-publisher.filelist";
34 End
36 #endif
38 /* ** Hungarian Cross-reference Toolbar** */
40 #ifdef WITH_EXTENSION_HUNART
42 File gid_File_Oxt_HunArt
43     TXT_FILE_BODY;
44     Styles = (PACKED, FILELIST);
45     Dir = FILELIST_DIR;
46     Name = "hunart.filelist";
47 End
49 #endif
51 /* ** Typography Toolbar** */
53 #ifdef WITH_EXTENSION_TYPO
55 File gid_File_Oxt_Typo
56     TXT_FILE_BODY;
57     Styles = (PACKED, FILELIST);
58     Dir = FILELIST_DIR;
59     Name = "typo.filelist";
60 End
62 #endif
64 /* ** Watch Window ** */
66 #ifdef WITH_EXTENSION_WATCH_WINDOW
68 File gid_File_Oxt_Watch_Window
69     TXT_FILE_BODY;
70     Styles = (PACKED, FILELIST);
71     Dir = FILELIST_DIR;
72     Name = "WatchWindow.filelist";
73 End
75 #endif
77 /* ** Diagram ** */
79 #ifdef WITH_EXTENSION_DIAGRAM
81 File gid_File_Oxt_Diagram
82     TXT_FILE_BODY;
83     Styles = (PACKED, FILELIST);
84     Dir = FILELIST_DIR;
85     Name = "SmART.filelist";
86 End
88 #endif
90 /* ** Validator ** */
92 #ifdef WITH_EXTENSION_VALIDATOR
94 File gid_File_Oxt_Validator
95     TXT_FILE_BODY;
96     Styles = (PACKED, FILELIST);
97     Dir = FILELIST_DIR;
98     Name = "Validator.filelist";
99 End
101 #endif
103 /* ** Barcode ** */
105 #ifdef WITH_EXTENSION_BARCODE
107 File gid_File_Oxt_Barcode
108     TXT_FILE_BODY;
109     Styles = (PACKED, FILELIST);
110     Dir = FILELIST_DIR;
111     Name = "Barcode.filelist";
114 #endif
116 /* ** Google Docs ** */
118 #ifdef WITH_EXTENSION_GOOGLE_DOCS
120 File gid_File_Oxt_Google_Docs
121     TXT_FILE_BODY;
122     Styles = (PACKED, FILELIST);
123     Dir = FILELIST_DIR;
124     Name = "gdocs.filelist";
127 #endif
129 /* ** NLPSolver ** */
131 #ifdef WITH_EXTENSION_NLPSOLVER
133 File gid_File_Oxt_NLPSolver
134     TXT_FILE_BODY;
135     Styles = (PACKED, FILELIST);
136     Dir = FILELIST_DIR;
137     Name = "Extension/nlpsolver.filelist";
140 #endif
142 /* ** LanguageTool ** */
144 #ifdef WITH_EXTENSION_LANGUAGETOOL
146 File gid_File_Oxt_LanguageTool
147     TXT_FILE_BODY;
148     Styles = (PACKED, FILELIST);
149     Dir = FILELIST_DIR;
150     Name = "LanguageTool.filelist";
153 #endif
155 /* ** MySQL Connector ** */
157 #ifdef WITH_EXTENSION_MARIADBC
159 File gid_File_Oxt_MySQLConnector
160     TXT_FILE_BODY;
161     Styles = (PACKED, FILELIST);
162     Dir = FILELIST_DIR;
163     Name = "Extension/mysql-connector-ooo.filelist";
166 #endif
168 /* ** Sun Template Pack ** */
170 #ifdef WITH_EXTENSION_SUN_TEMPLATE_PACK
172 File gid_File_Optional_Extensions_Sun_Template_Pack
173     TXT_FILE_BODY;
174     Styles = (PACKED, FILELIST);
175     Dir = FILELIST_DIR;
176     Name (en-US) = "Sun_ODF_Template_Pack_en-US.filelist";
177     Name (de) = "Sun_ODF_Template_Pack_de.filelist";
178     Name (it) = "Sun_ODF_Template_Pack_it.filelist";
179     Name (fr) = "Sun_ODF_Template_Pack_fr.filelist";
180     Name (es) = "Sun_ODF_Template_Pack_es.filelist";
181     Name (hu) = "Sun_ODF_Template_Pack_hu.filelist";
184 #endif
186 /* ** Script provider for BeanShell ** */
188 #if defined ENABLE_JAVA && !defined WITHOUT_SCRIPTING_BEANSHELL
190 File gid_File_Rdb_Scriptproviderforbeanshell
191     TXT_FILE_BODY;
192     Name = "scriptproviderforbeanshell.rdb";
193     Dir = gid_Brand_Dir_Program_Services;
194     Styles = (PACKED);
197 #endif
199 /* ** Script provider for JavaScript ** */
201 #if defined ENABLE_JAVA && !defined WITHOUT_SCRIPTING_JAVASCRIPT
203 File gid_File_Rdb_Scriptproviderforjavascript
204     TXT_FILE_BODY;
205     Name = "scriptproviderforjavascript.rdb";
206     Dir = gid_Brand_Dir_Program_Services;
207     Styles = (PACKED);
210 #endif
212 #endif