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 _SDUIKS_HXX 24 #define _SDUIKS_HXX 25 26 #include <usr/uiks.hxx> 27 28 #define UIK_SHAPEFACTORY UIK_DRAWING(00) 29 #define UIK_POLYGONFACTORY UIK_DRAWING(01) 30 #define UIK_TEXTSHAPEFACTORY UIK_DRAWING(02) 31 #define UIK_SNAPFACTORY UIK_DRAWING(03) 32 33 #define UIK_DRAWPAGES UIK_DRAWING(10) 34 #define UIK_DRAWPAGESUMMARIZER UIK_DRAWING(11) 35 #define UIK_DRAWPAGEXPANDER UIK_DRAWING(12) 36 37 #define UIK_XSHAPEDESCRIPTOR UIK_DRAWING(20) 38 #define UIK_XSHAPE UIK_DRAWING(21) 39 #define UIK_XSHAPECONNECTOR UIK_DRAWING(22) 40 #define UIK_XCONNECTABLESHAPE UIK_DRAWING(23) 41 #define UIK_XSHAPE3D UIK_DRAWING(24) 42 #define UIK_XSHAPEGROUP UIK_DRAWING(25) 43 #define UIK_XSHAPEMIRROR UIK_DRAWING(26) 44 #define UIK_XSHAPEALIGNER UIK_DRAWING(27) 45 #define UIK_XSHAPEARRANGER UIK_DRAWING(28) 46 #define UIK_XCONVERTABLESHAPE UIK_DRAWING(29) 47 #define UIK_XANIMATEDSHAPEFACTORY UIK_DRAWING(2a) 48 49 #define UIK_DRAWPAGE UIK_DRAWING(30) 50 #define UIK_SHAPES UIK_DRAWING(31) 51 #define UIK_XSHAPEGROUPER UIK_DRAWING(35) 52 #define UIK_XSHAPECOMBINER UIK_DRAWING(36) 53 #define UIK_SHAPEBINDER UIK_DRAWING(37) 54 #define UIK_DRAWLAYER UIK_DRAWING(38) 55 56 #define SD_UIK_PRESENTATION UIK_DRAWING(40) 57 #define SD_UIK_PRESENTATION_NAVIGATION UIK_DRAWING(41) 58 #define SD_UIK_CUSTOM_PRESENTATION UIK_DRAWING(42) 59 #define SD_UIK_CUSTOM_PRESENTATIONS UIK_DRAWING(43) 60 //#define SD_UIK_CUSTOM_PRESENTATIONS UIK_DRAWING(44) 61 62 #define SD_UIK_ZOOM UIK_DRAWING(50) 63 #define SD_UIK_DRAW_VIEW UIK_DRAWING(51) 64 #define SD_UIK_OUTLINE_VIEW UIK_DRAWING(52) 65 #define SD_UIK_SLIDE_VIEW UIK_DRAWING(53) 66 67 #define SD_UIK_PRESENTATION_STYLES UIK_DRAWING(60) 68 69 #endif 70