1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#ifndef __ooo_vba_powerpoint_PpSlideLayout_idl__ 24#define __ooo_vba_powerpoint_PpSlideLayout_idl__ 25 26module ooo { module vba { module powerpoint { 27 constants PpSlideLayout { 28 const long ppLayoutBlank = 12; 29 const long ppLayoutChart = 8; 30 const long ppLayoutChartAndText = 6; 31 const long ppLayoutClipartAndText = 10; 32 const long ppLayoutClipArtAndVerticalText = 26; 33 const long ppLayoutFourObjects = 24; 34 const long ppLayoutLargeObject = 15; 35 const long ppLayoutMediaClipAndText = 18; 36 const long ppLayoutMixed = -2; 37 const long ppLayoutObject = 16; 38 const long ppLayoutObjectAndText = 14; 39 const long ppLayoutObjectAndTwoObjects = 30; 40 const long ppLayoutObjectOverText = 19; 41 const long ppLayoutOrgchart = 7; 42 const long ppLayoutTable = 4; 43 const long ppLayoutText = 2; 44 const long ppLayoutTextAndChart = 5; 45 const long ppLayoutTextAndClipart = 9; 46 const long ppLayoutTextAndMediaClip = 17; 47 const long ppLayoutTextAndObject = 13; 48 const long ppLayoutTextAndTwoObjects = 21; 49 const long ppLayoutTextOverObject = 20; 50 const long ppLayoutTitle = 1; 51 const long ppLayoutTitleOnly = 11; 52 const long ppLayoutTwoColumnText = 3; 53 const long ppLayoutTwoObjects = 29; 54 const long ppLayoutTwoObjectsAndObject = 31; 55 const long ppLayoutTwoObjectsAndText = 22; 56 const long ppLayoutTwoObjectsOverText = 23; 57 const long ppLayoutVerticalText = 25; 58 const long ppLayoutVerticalTitleAndText = 27; 59 const long ppLayoutVerticalTitleAndTextOverChart = 28; 60 }; 61}; }; }; 62 63#endif 64