fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / source / extensions / module_extensions.scp
blob4874bdecdcf3ae477def57117f04ece5e9b285e5
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"
22 Module gid_Module_Optional_Extensions
23     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS);
24     ParentID = gid_Module_Optional;
25     Files = ( );
26     Default = YES;
27     Styles = ( );
28 End
30 /* *** Additional Extensions *** */
32 #ifdef WITH_EXTENSION_INTEGRATION
34 /* ** MediaWiki Publisher** */
36 #ifndef WITHOUT_EXTENSION_MEDIAWIKI
37 Module gid_Module_Optional_Extensions_MEDIAWIKI
38     PackageInfo = "packinfo_extensions.txt";
39     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_MEDIAWIKI);
40     ParentID = gid_Module_Optional_Extensions;
41     Files = (
42         gid_File_Oxt_MediaWiki );
43     Default = YES;
44     Styles = ( );
45 End
46 #endif
48 /* ** Numbertext ** */
50 #ifdef WITH_EXTENSION_NUMBERTEXT
52 #include "AutoInstall/extensions_numbertext"
54 Module gid_Module_Optional_Extensions_NumberText
55     PackageInfo = "packinfo_extensions.txt";
56     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT);
57     ParentID = gid_Module_Optional_Extensions;
58     Files = (auto_extensions_numbertext_ALL);
59     Default = YES;
60     Styles = ( );
61 End
62 #endif
64 /* ** Hungarian Cross-reference Toolbar ** */
66 #ifdef WITH_EXTENSION_HUNART
67 Module gid_Module_Optional_Extensions_HunArt
68     PackageInfo = "packinfo_extensions.txt";
69     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_HUNART);
70     ParentID = gid_Module_Optional_Extensions;
71     Files = (
72         gid_File_Oxt_HunArt );
73     Default = YES;
74     Styles = ( );
75 End
76 #endif
78 /* ** Typography Toolbar ** */
80 #ifdef WITH_EXTENSION_TYPO
81 Module gid_Module_Optional_Extensions_Typo
82     PackageInfo = "packinfo_extensions.txt";
83     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_TYPO);
84     ParentID = gid_Module_Optional_Extensions;
85     Files = (
86         gid_File_Oxt_Typo );
87     Default = YES;
88     Styles = ( );
89 End
90 #endif
92 /* ** ConvertTextToNumber ** */
94 #ifdef WITH_EXTENSION_CT2N
96 #include "AutoInstall/extensions_ct2n"
98 Module gid_Module_Optional_Extensions_CT2N
99     PackageInfo = "packinfo_extensions.txt";
100     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_CT2N);
101     ParentID = gid_Module_Optional_Extensions;
102     Files = (auto_extensions_ct2n_ALL);
103     Default = YES;
104     Styles = ( );
106 #endif
108 /* ** Watch Window ** */
110 #ifdef WITH_EXTENSION_WATCH_WINDOW
111 Module gid_Module_Optional_Extensions_Watch_Window
112     PackageInfo = "packinfo_extensions.txt";
113     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_WATCH_WINDOW);
114     ParentID = gid_Module_Optional_Extensions;
115     Files = (
116         gid_File_Oxt_Watch_Window );
117     Default = YES;
118     Styles = ( );
120 #endif
122 /* ** Diagram ** */
124 #ifdef WITH_EXTENSION_DIAGRAM
125 Module gid_Module_Optional_Extensions_Diagram
126     PackageInfo = "packinfo_extensions.txt";
127     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_DIAGRAM);
128     ParentID = gid_Module_Optional_Extensions;
129     Files = (
130         gid_File_Oxt_Diagram );
131     Default = YES;
132     Styles = ( );
134 #endif
136 /* ** Validator ** */
138 #ifdef WITH_EXTENSION_VALIDATOR
139 Module gid_Module_Optional_Extensions_Validator
140     PackageInfo = "packinfo_extensions.txt";
141     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_VALIDATOR);
142     ParentID = gid_Module_Optional_Extensions;
143     Files = (
144         gid_File_Oxt_Validator );
145     Default = YES;
146     Styles = ( );
148 #endif
150 /* ** Barcode ** */
152 #ifdef WITH_EXTENSION_BARCODE
153 Module gid_Module_Optional_Extensions_Barcode
154     PackageInfo = "packinfo_extensions.txt";
155     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_BARCODE);
156     ParentID = gid_Module_Optional_Extensions;
157     Files = (
158         gid_File_Oxt_Barcode );
159     Default = YES;
160     Styles = ( );
162 #endif
164 /* ** Google Docs ** */
166 #ifdef WITH_EXTENSION_GOOGLE_DOCS
167 Module gid_Module_Optional_Extensions_Google_Docs
168     PackageInfo = "packinfo_extensions.txt";
169     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_GOOGLE_DOCS);
170     ParentID = gid_Module_Optional_Extensions;
171     Files = (
172         gid_File_Oxt_Google_Docs );
173     Default = YES;
174     Styles = ( );
176 #endif
178 /* ** NLPSolver ** */
180 #ifdef WITH_EXTENSION_NLPSOLVER
181 Module gid_Module_Optional_Extensions_NLPSolver
182     PackageInfo = "packinfo_extensions.txt";
183     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_NLPSOLVER);
184     ParentID = gid_Module_Optional_Extensions;
185     Files = (
186         gid_File_Oxt_NLPSolver );
187     Default = YES;
188     Styles = ( );
190 #endif
192 /* ** LanguageTool ** */
194 #ifdef WITH_EXTENSION_LANGUAGETOOL
195 Module gid_Module_Optional_Extensions_LanguageTool
196  PackageInfo = "packinfo_extensions.txt";
197  MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_LANGUAGETOOL);
198  ParentID = gid_Module_Optional_Extensions;
199  Files = (
200  gid_File_Oxt_LanguageTool );
201  Default = YES;
202  Styles = ( );
204 #endif
206 /* ** MySQL Connector ** */
208 #ifdef WITH_EXTENSION_MARIADBC
209 Module gid_Module_Optional_Extensions_MySQLConnector
210  PackageInfo = "packinfo_extensions.txt";
211  MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_MARIADBC);
212  ParentID = gid_Module_Optional_Extensions;
213  Files = (
214  gid_File_Oxt_MySQLConnector );
215  Default = YES;
216  Styles = ( );
218 #endif
220 /* ** Sun Template Pack ** */
222 #ifdef WITH_EXTENSION_SUN_TEMPLATE_PACK
223 Module gid_Module_Optional_Extensions_Sun_Template_Pack
224     ParentID = gid_Module_Optional_Extensions;
225     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_SUN_TEMPLATE_PACK);
226     Default = YES;
227     Styles = ( );
229 #endif
231 /* ** Script provider for BeanShell ** */
233 #if defined ENABLE_JAVA && !defined WITHOUT_SCRIPTING_BEANSHELL
235 #include "AutoInstall/extensions_bsh"
237 Module gid_Module_Optional_Extensions_Script_Provider_For_BS
238     PackageInfo = "packinfo_extensions.txt";
239     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_SCRIPT_PROVIDER_FOR_BEANSHELL);
240     ParentID = gid_Module_Optional_Extensions;
241     Files = (auto_extensions_bsh_ALL,
242         gid_File_Rdb_Scriptproviderforbeanshell );
243     Default = YES;
244     Styles = ( );
247 #endif
249 /* ** Script provider for JavaScript ** */
251 #if defined ENABLE_JAVA && !defined WITHOUT_SCRIPTING_JAVASCRIPT
253 #include "AutoInstall/extensions_rhino"
255 Module gid_Module_Optional_Extensions_Script_Provider_For_JS
256     PackageInfo = "packinfo_extensions.txt";
257     MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_SCRIPT_PROVIDER_FOR_JAVASCRIPT);
258     ParentID = gid_Module_Optional_Extensions;
259     Files = (auto_extensions_rhino_ALL,
260         gid_File_Rdb_Scriptproviderforjavascript );
261     Default = YES;
262     Styles = ( );
265 #endif
267 #endif