1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*************************************************************************
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 * Copyright 2000, 2010 Oracle and/or its affiliates.
8 * OpenOffice.org - a multi-platform office productivity suite
10 * This file is part of OpenOffice.org.
12 * OpenOffice.org is free software: you can redistribute it and/or modify
13 * it under the terms of the GNU Lesser General Public License version 3
14 * only, as published by the Free Software Foundation.
16 * OpenOffice.org is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU Lesser General Public License version 3 for more details
20 * (a copy is included in the LICENSE file that accompanied this code).
22 * You should have received a copy of the GNU Lesser General Public License
23 * version 3 along with OpenOffice.org. If not, see
24 * <http://www.openoffice.org/license.html>
25 * for a copy of the LGPLv3 License.
27 ************************************************************************/
31 #include <usr/uiks.hxx>
33 #define UIK_SHAPEFACTORY UIK_DRAWING(00)
34 #define UIK_POLYGONFACTORY UIK_DRAWING(01)
35 #define UIK_TEXTSHAPEFACTORY UIK_DRAWING(02)
36 #define UIK_SNAPFACTORY UIK_DRAWING(03)
38 #define UIK_DRAWPAGES UIK_DRAWING(10)
39 #define UIK_DRAWPAGESUMMARIZER UIK_DRAWING(11)
40 #define UIK_DRAWPAGEXPANDER UIK_DRAWING(12)
42 #define UIK_XSHAPEDESCRIPTOR UIK_DRAWING(20)
43 #define UIK_XSHAPE UIK_DRAWING(21)
44 #define UIK_XSHAPECONNECTOR UIK_DRAWING(22)
45 #define UIK_XCONNECTABLESHAPE UIK_DRAWING(23)
46 #define UIK_XSHAPE3D UIK_DRAWING(24)
47 #define UIK_XSHAPEGROUP UIK_DRAWING(25)
48 #define UIK_XSHAPEMIRROR UIK_DRAWING(26)
49 #define UIK_XSHAPEALIGNER UIK_DRAWING(27)
50 #define UIK_XSHAPEARRANGER UIK_DRAWING(28)
51 #define UIK_XCONVERTABLESHAPE UIK_DRAWING(29)
52 #define UIK_XANIMATEDSHAPEFACTORY UIK_DRAWING(2a)
54 #define UIK_DRAWPAGE UIK_DRAWING(30)
55 #define UIK_SHAPES UIK_DRAWING(31)
56 #define UIK_XSHAPEGROUPER UIK_DRAWING(35)
57 #define UIK_XSHAPECOMBINER UIK_DRAWING(36)
58 #define UIK_SHAPEBINDER UIK_DRAWING(37)
59 #define UIK_DRAWLAYER UIK_DRAWING(38)
61 #define SD_UIK_PRESENTATION UIK_DRAWING(40)
62 #define SD_UIK_PRESENTATION_NAVIGATION UIK_DRAWING(41)
63 #define SD_UIK_CUSTOM_PRESENTATION UIK_DRAWING(42)
64 #define SD_UIK_CUSTOM_PRESENTATIONS UIK_DRAWING(43)
65 //#define SD_UIK_CUSTOM_PRESENTATIONS UIK_DRAWING(44)
67 #define SD_UIK_ZOOM UIK_DRAWING(50)
68 #define SD_UIK_DRAW_VIEW UIK_DRAWING(51)
69 #define SD_UIK_OUTLINE_VIEW UIK_DRAWING(52)
70 #define SD_UIK_SLIDE_VIEW UIK_DRAWING(53)
72 #define SD_UIK_PRESENTATION_STYLES UIK_DRAWING(60)
76 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */