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 .
20 #ifndef INCLUDED_XMLOFF_AUTOLAYOUT_HXX
21 #define INCLUDED_XMLOFF_AUTOLAYOUT_HXX
25 // new layouts with enum/text/chart/org/clip merged to content
27 AUTOLAYOUT_TITLE
= 0, ///< Title Slide
28 AUTOLAYOUT_TITLE_CONTENT
= 1, ///< Title, Content
30 AUTOLAYOUT_TITLE_2CONTENT
= 3, ///< Title and 2 Content
31 AUTOLAYOUT_TEXTCHART
= 4,
33 AUTOLAYOUT_TEXTCLIP
= 6,
34 AUTOLAYOUT_CHARTTEXT
= 7,
36 AUTOLAYOUT_CLIPTEXT
= 9,
37 AUTOLAYOUT_TEXTOBJ
= 10,
39 AUTOLAYOUT_TITLE_CONTENT_2CONTENT
= 12, ///< Title, Content and 2 Content
40 AUTOLAYOUT_OBJTEXT
= 13,
41 AUTOLAYOUT_TITLE_CONTENT_OVER_CONTENT
= 14, ///< Title, Content over Content
42 AUTOLAYOUT_TITLE_2CONTENT_CONTENT
= 15, ///< Title, 2 Content and Content
43 AUTOLAYOUT_TITLE_2CONTENT_OVER_CONTENT
= 16,///< Title, 2 Content over Content
44 AUTOLAYOUT_TEXTOVEROBJ
= 17,
45 AUTOLAYOUT_TITLE_4CONTENT
= 18, ///< Title, 4 Content
46 AUTOLAYOUT_TITLE_ONLY
= 19, ///< Title Only
47 AUTOLAYOUT_NONE
= 20, ///< Blank Slide
48 AUTOLAYOUT_NOTES
= 21,
49 AUTOLAYOUT_HANDOUT1
= 22,
50 AUTOLAYOUT_HANDOUT2
= 23,
51 AUTOLAYOUT_HANDOUT3
= 24,
52 AUTOLAYOUT_HANDOUT4
= 25,
53 AUTOLAYOUT_HANDOUT6
= 26,
54 AUTOLAYOUT_VTITLE_VCONTENT_OVER_VCONTENT
= 27, ///< Vertical Title, Vertical Content over Vertical Content
55 AUTOLAYOUT_VTITLE_VCONTENT
= 28, ///< Vertical Title, Vertical Content over Vertical Content
56 AUTOLAYOUT_TITLE_VCONTENT
= 29, ///< Title, Vertical Content
57 AUTOLAYOUT_TITLE_2VTEXT
= 30, ///< Title, 2 Vertical Content
58 AUTOLAYOUT_HANDOUT9
= 31,
59 AUTOLAYOUT_ONLY_TEXT
= 32, ///< Centered Text
60 AUTOLAYOUT_4CLIPART
= 33,
61 AUTOLAYOUT_TITLE_6CONTENT
= 34, ///< Title, 6 Content
65 #endif // INCLUDED_XMLOFF_AUTOLAYOUT_HXX
67 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */