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