2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
22 Module gid_Module_Optional_Extensions
23 MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS);
24 ParentID = gid_Module_Optional;
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;
42 gid_File_Oxt_MediaWiki );
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);
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;
72 gid_File_Oxt_HunArt );
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;
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);
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;
116 gid_File_Oxt_Watch_Window );
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;
130 gid_File_Oxt_Diagram );
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;
144 gid_File_Oxt_Validator );
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;
158 gid_File_Oxt_Barcode );
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;
172 gid_File_Oxt_Google_Docs );
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;
186 gid_File_Oxt_NLPSolver );
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;
200 gid_File_Oxt_LanguageTool );
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;
214 gid_File_Oxt_MySQLConnector );
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);
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 );
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 );