Branch libreoffice-5-0-4
[LibreOffice.git] / include / tools / shl.hxx
blob4da64009e2b44c7e8c445d1f832bf2c8755f3123
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef INCLUDED_TOOLS_SHL_HXX
21 #define INCLUDED_TOOLS_SHL_HXX
23 #include <tools/toolsdllapi.h>
25 // GetAppData()
27 // 0 (SHL_SHL1) removed
28 #define SHL_SHL2 1
29 // 2 (SHL_SHL3) removed
30 // 3 (SHL_APP1) removed
31 // 4 (SHL_APP2) removed
32 // 5 (SHL_APP3) removed
33 // 6 (SHL_TOOLS) removed
34 // 7 (SHL_SV) removed
35 // 8 (SHL_SVT) removed
36 #define SHL_SVDDE 9
37 #define SHL_ERR 10
38 //11 (SHL_IPC) removed
39 //12 (SHL_SVX) removed
40 //13 (SHL_ITEM) removed
41 #define SHL_SVD 14
42 //15 (SHL_SI) removed
43 //16 (SHL_SFC) removed
44 //17 (SHL_SFX) removed
45 //18 (SHL_SO2) removed
46 #define SHL_IDL 19
47 //20 (SHL_IDE) removed
48 //21 (SHL_EDIT) removed
49 //22 (SHL_VCED) removed
50 #define SHL_BASIC 23
51 //24 (SHL_HELP) removed
52 //25 (SHL_LNKCCH) removed
53 //26 (SHL_CHANNEL) removed
54 //27 (SHL_SBX) removed
55 //28 (SHL_SBC) removed
56 //29 (SHL_SDB) removed
57 //30 (SHL_SBA) removed
58 //31 (SHL_SBA2) removed
59 //32 (SHL_SCH) removed
60 //33 (SHL_SIM) removed
61 #define SHL_SM 34
62 //35 (SHL_SGA) removed
63 //36 (SHL_DOCMGR) removed
64 //37 removed
65 //38 (SHL_MAIL) removed
66 //39 (SHL_NEWS) removed
67 //40 (SHL_OFFAPP) removed
68 //41 (SHL_INET) removed
69 //43 (SHL_CHAOS) removed
70 //43 (SHL_HISTORY) removed
71 //44 (SHL_SJ) removed
72 #define SHL_CALC 45
73 #define SHL_DRAW 46
74 #define SHL_WRITER 47
75 //48 (SHL_MONEY) removed
76 //49 (SHL_HBCI) removed
77 //50 (SHL_BASE3D) removed
78 //51 (SHL_BRUSHITEM) removed
79 //52 (SHL_SFONTITEM) removed
81 #define SHL_COUNT 53
83 TOOLS_DLLPUBLIC void** GetAppData( sal_uInt16 nSharedLib );
85 #endif
87 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */