bump product version to 4.1.6.2
[LibreOffice.git] / scp2 / source / extensions / directory_extensions.scp
blob75951f2eadc089f68eed55f61e606888ef1e605d
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 /* ** Presentation Minimizer ** */
27 #ifndef WITHOUT_EXTENSION_MINIMIZER
29 Directory gid_Brand_Dir_Share_Extensions_Presentation_Minimizer
30         ParentID = gid_Brand_Dir_Share_Extensions;
31         DosName = "presentation-minimizer";
32 End
34 #endif
36 /* ** MediaWiki Publisher** */
38 #ifndef WITHOUT_EXTENSION_MEDIAWIKI
40 Directory gid_Brand_Dir_Share_Extensions_MediaWiki
41         ParentID = gid_Brand_Dir_Share_Extensions;
42         DosName = "wiki-publisher";
43 End
45 #endif
47 /* ** Numbertext ** */
49 #ifdef WITH_EXTENSION_NUMBERTEXT
51 Directory gid_Brand_Dir_Share_Extensions_NumberText
52         ParentID = gid_Brand_Dir_Share_Extensions;
53         DosName = "numbertext";
54 End
56 #endif
58 /* ** ConvertTextToNumber ** */
60 #ifdef WITH_EXTENSION_CT2N
62 Directory gid_Brand_Dir_Share_Extensions_CT2N
63         ParentID = gid_Brand_Dir_Share_Extensions;
64         DosName = "ConvertTextToNumber";
65 End
67 #endif
69 /* ** Hungarian Cross-reference Toolbar** */
71 #ifdef WITH_EXTENSION_HUNART
73 Directory gid_Brand_Dir_Share_Extensions_HunArt
74         ParentID = gid_Brand_Dir_Share_Extensions;
75         DosName = "hunart";
76 End
78 #endif
80 /* ** Typography Toolbar** */
82 #ifdef WITH_EXTENSION_TYPO
84 Directory gid_Brand_Dir_Share_Extensions_Typo
85         ParentID = gid_Brand_Dir_Share_Extensions;
86         DosName = "typo";
87 End
89 #endif
91 /* ** Watch Window ** */
93 #ifdef WITH_EXTENSION_WATCH_WINDOW
95 Directory gid_Brand_Dir_Share_Extensions_Watch_Window
96         ParentID = gid_Brand_Dir_Share_Extensions;
97         DosName = "WatchWindow";
98 End
100 #endif
102 /* ** Diagram ** */
104 #ifdef WITH_EXTENSION_DIAGRAM
106 Directory gid_Brand_Dir_Share_Extensions_Diagram
107         ParentID = gid_Brand_Dir_Share_Extensions;
108         DosName = "Diagram";
111 #endif
113 /* ** Validator ** */
115 #ifdef WITH_EXTENSION_VALIDATOR
117 Directory gid_Brand_Dir_Share_Extensions_Validator
118         ParentID = gid_Brand_Dir_Share_Extensions;
119         DosName = "Validator";
122 #endif
124 /* ** Barcode ** */
126 #ifdef WITH_EXTENSION_BARCODE
128 Directory gid_Brand_Dir_Share_Extensions_Barcode
129         ParentID = gid_Brand_Dir_Share_Extensions;
130         DosName = "Barcode";
133 #endif
135 /* ** Google Docs ** */
137 #ifdef WITH_EXTENSION_GOOGLE_DOCS
139 Directory gid_Brand_Dir_Share_Extensions_Google_Docs
140         ParentID = gid_Brand_Dir_Share_Extensions;
141         DosName = "gdocs";
144 #endif
146 /* ** NLPSolver ** */
148 #ifdef WITH_EXTENSION_NLPSOLVER
150 Directory gid_Brand_Dir_Share_Extensions_NLPSolver
151         ParentID = gid_Brand_Dir_Share_Extensions;
152         DosName = "nlpsolver";
155 #endif
157 /* ** LanguageTool ** */
159 #ifdef WITH_EXTENSION_LANGUAGETOOL
161 Directory gid_Brand_Dir_Share_Extensions_LanguageTool
162         ParentID = gid_Brand_Dir_Share_Extensions;
163         DosName = "LanguageTool";
166 #endif
168 /* ** MySQL Connector ** */
170 #ifdef WITH_EXTENSION_MARIADBC
172 Directory gid_Brand_Dir_Share_Extensions_MySQLConnector
173         ParentID = gid_Brand_Dir_Share_Extensions;
174         DosName = "mysql-connector-ooo";
177 #endif
179 /* ** Sun Template Pack ** */
181 #ifdef WITH_EXTENSION_SUN_TEMPLATE_PACK
183 Directory gid_Brand_Dir_Share_Extensions_Sun_Template_Pack
184     ParentID = gid_Brand_Dir_Share_Extensions;
185     DosName (en-US) = "Sun_ODF_Template_Pack_en-US";
186     DosName (de) = "Sun_ODF_Template_Pack_de";
187     DosName (es) = "Sun_ODF_Template_Pack_es";
188     DosName (fr) = "Sun_ODF_Template_Pack_fr";
189     DosName (hu) = "Sun_ODF_Template_Pack_hu";
190     DosName (it) = "Sun_ODF_Template_Pack_it";
191     DosName = "Sun_ODF_Template_Pack";
194 #endif
196 #endif