LibreOffice Module oox (master) 1
relationship.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_OOX_TOKEN_RELATIONSHIP_HXX
11#define INCLUDED_OOX_TOKEN_RELATIONSHIP_HXX
12
13#include <oox/dllapi.h>
14
15#include <rtl/ustring.hxx>
16
17namespace oox
18{
19enum class Relationship
20{
22 CHART,
27 CONTROL,
36 DRAWING,
39 FONT,
41 FOOTER,
44 HDPHOTO,
45 HEADER,
47 IMAGE,
48 MEDIA,
54 PACKAGE,
58 SLIDE,
61 STYLES,
62 THEME,
64 VIDEO,
65 AUDIO,
69};
70
71OUString OOX_DLLPUBLIC getRelationship(Relationship eRelationship);
72}
73
74#endif // INCLUDED_OOX_TOKEN_RELATIONSHIP_HXX
75
76/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
#define OOX_DLLPUBLIC
Definition: dllapi.h:28
Relationship
OUString getRelationship(Relationship eRelationship)