LibreOffice Module filter (master) 1
classids.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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/.
8 */
9
10#ifndef INCLUDED_FILTER_MSFILTER_CLASSIDS_HXX
11#define INCLUDED_FILTER_MSFILTER_CLASSIDS_HXX
12
13#define MSO_EQUATION2_CLASSID \
14 0x00021700L, 0x0000, 0x0000, \
15 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46
16
17#define MSO_EQUATION3_CLASSID \
18 0x0002ce02L, 0x0000, 0x0000, \
19 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46
20
21#define MSO_WW8_CLASSID \
22 0x00020906L, 0x0000, 0x0000, \
23 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46
24
25#define MSO_EXCEL5_CLASSID \
26 0x00020810L, 0x0000, 0x0000, \
27 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46
28
29#define MSO_EXCEL8_CLASSID \
30 0x00020820L, 0x0000, 0x0000, \
31 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46
32
33#define MSO_EXCEL8_CHART_CLASSID \
34 0x00020821L, 0x0000, 0x0000, \
35 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46
36
37#define MSO_PPT8_CLASSID \
38 0x64818d10L, 0x4f9b, 0x11cf, \
39 0x86, 0xea, 0x00, 0xaa, 0x00, 0xb9, 0x29, 0xe8
40
41#define MSO_PPT8_SLIDE_CLASSID \
42 0x64818d11L, 0x4f9b, 0x11cf, \
43 0x86, 0xea, 0x00, 0xaa, 0x00, 0xb9, 0x29, 0xe8
44
45#endif // INCLUDED_FILTER_MSFILTER_CLASSIDS_HXX
46
47/* vim:set shiftwidth=4 softtabstop=4 expandtab: */