1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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 .
19 #ifndef INCLUDED_SD_INC_PRES_HXX
20 #define INCLUDED_SD_INC_PRES_HXX
49 // new layouts with enum/text/chart/org/clip merged to content
50 AUTOLAYOUT__START
= 0,
51 AUTOLAYOUT_TITLE
= 0, ///< Title Slide
52 AUTOLAYOUT_TITLE_CONTENT
= 1, ///< Title, Content
53 AUTOLAYOUT_TITLE_2CONTENT
= 3, ///< Title and 2 Content
54 AUTOLAYOUT_TITLE_ONLY
= 19, ///< Title Only
55 AUTOLAYOUT_NONE
= 20, ///< Blank Slide
56 AUTOLAYOUT_ONLY_TEXT
= 32, ///< Centered Text
57 AUTOLAYOUT_TITLE_CONTENT_2CONTENT
= 12, ///< Title, Content and 2 Content
58 AUTOLAYOUT_TITLE_2CONTENT_CONTENT
= 15, ///< Title, 2 Content and Content
59 AUTOLAYOUT_TITLE_2CONTENT_OVER_CONTENT
= 16,///< Title, 2 Content over Content
60 AUTOLAYOUT_TITLE_CONTENT_OVER_CONTENT
= 14, ///< Title, Content over Content
61 AUTOLAYOUT_TITLE_4CONTENT
= 18, ///< Title, 4 Content
62 AUTOLAYOUT_TITLE_6CONTENT
= 34, ///< Title, 6 Content
63 AUTOLAYOUT_VTITLE_VCONTENT_OVER_VCONTENT
= 27, ///< Vertical Title, Vertical Content over Vertical Content
64 AUTOLAYOUT_VTITLE_VCONTENT
= 28, ///< Vertical Title, Vertical Content over Vertical Content
65 AUTOLAYOUT_TITLE_VCONTENT
= 29, ///< Title, Vertical Content
66 AUTOLAYOUT_TITLE_2VTEXT
= 30, ///< Title, 2 Vertical Content
72 AUTOLAYOUT_TEXTCHART
= 4,
74 AUTOLAYOUT_TEXTCLIP
= 6,
75 AUTOLAYOUT_CHARTTEXT
= 7,
77 AUTOLAYOUT_CLIPTEXT
= 9,
78 AUTOLAYOUT_TEXTOBJ
= 10,
80 AUTOLAYOUT_TEXT2OBJ
= 12,
81 AUTOLAYOUT_OBJTEXT
= 13,
82 AUTOLAYOUT_OBJOVERTEXT
= 14,
83 AUTOLAYOUT_2OBJTEXT
= 15,
84 AUTOLAYOUT_2OBJOVERTEXT
= 16,
85 AUTOLAYOUT_TEXTOVEROBJ
= 17,
87 AUTOLAYOUT_ONLY_TITLE
= 19,
88 AUTOLAYOUT_NOTES
= 21,
89 AUTOLAYOUT_HANDOUT1
= 22,
90 AUTOLAYOUT_HANDOUT2
= 23,
91 AUTOLAYOUT_HANDOUT3
= 24,
92 AUTOLAYOUT_HANDOUT4
= 25,
93 AUTOLAYOUT_HANDOUT6
= 26,
94 AUTOLAYOUT_VERTICAL_TITLE_TEXT_CHART
= 27,
95 AUTOLAYOUT_VERTICAL_TITLE_VERTICAL_OUTLINE
= 28,
96 AUTOLAYOUT_TITLE_VERTICAL_OUTLINE
= 29,
97 AUTOLAYOUT_TITLE_VERTICAL_OUTLINE_CLIPART
= 30,
98 AUTOLAYOUT_HANDOUT9
= 31,
99 AUTOLAYOUT_4CLIPART
= 33,
100 AUTOLAYOUT_6CLIPART
= 34,
119 DOCUMENT_TYPE_IMPRESS
,
123 enum NavigatorDragType
125 NAVIGATOR_DRAGTYPE_NONE
,
126 NAVIGATOR_DRAGTYPE_URL
,
127 NAVIGATOR_DRAGTYPE_LINK
,
128 NAVIGATOR_DRAGTYPE_EMBEDDED
130 #define NAVIGATOR_DRAGTYPE_COUNT 4
132 #endif // INCLUDED_SD_INC_PRES_HXX
134 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */