fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / include / tools / shl.hxx
blob945921fa114a0658d8680611efc756f0087a745f
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 _SHL_HXX
21 #define _SHL_HXX
23 #include <tools/solar.h>
24 #include "tools/toolsdllapi.h"
26 // GetAppData()
28 // 0 (SHL_SHL1) removed
29 #define SHL_SHL2 1
30 // 2 (SHL_SHL3) removed
31 // 3 (SHL_APP1) removed
32 // 4 (SHL_APP2) removed
33 // 5 (SHL_APP3) removed
34 // 6 (SHL_TOOLS) removed
35 // 7 (SHL_SV) removed
36 // 8 (SHL_SVT) removed
37 #define SHL_SVDDE 9
38 #define SHL_ERR 10
39 //11 (SHL_IPC) removed
40 //12 (SHL_SVX) removed
41 //13 (SHL_ITEM) removed
42 #define SHL_SVD 14
43 //15 (SHL_SI) removed
44 //16 (SHL_SFC) removed
45 //17 (SHL_SFX) removed
46 //18 (SHL_SO2) removed
47 #define SHL_IDL 19
48 //20 (SHL_IDE) removed
49 //21 (SHL_EDIT) removed
50 //22 (SHL_VCED) removed
51 #define SHL_BASIC 23
52 //24 (SHL_HELP) removed
53 //25 (SHL_LNKCCH) removed
54 //26 (SHL_CHANNEL) removed
55 //27 (SHL_SBX) removed
56 //28 (SHL_SBC) removed
57 //29 (SHL_SDB) removed
58 //30 (SHL_SBA) removed
59 //31 (SHL_SBA2) removed
60 //32 (SHL_SCH) removed
61 //33 (SHL_SIM) removed
62 #define SHL_SM 34
63 //35 (SHL_SGA) removed
64 //36 (SHL_DOCMGR) removed
65 //37 removed
66 //38 (SHL_MAIL) removed
67 //39 (SHL_NEWS) removed
68 //40 (SHL_OFFAPP) removed
69 //41 (SHL_INET) removed
70 //43 (SHL_CHAOS) removed
71 //43 (SHL_HISTORY) removed
72 //44 (SHL_SJ) removed
73 #define SHL_CALC 45
74 #define SHL_DRAW 46
75 #define SHL_WRITER 47
76 //48 (SHL_MONEY) removed
77 //49 (SHL_HBCI) removed
78 //50 (SHL_BASE3D) removed
79 //51 (SHL_BRUSHITEM) removed
80 //52 (SHL_SFONTITEM) removed
82 #define SHL_COUNT 53
84 TOOLS_DLLPUBLIC void** GetAppData( sal_uInt16 nSharedLib );
86 #endif
88 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */