xref: /aoo41x/main/sd/inc/sduiks.hrc (revision e3349227)
1*7cf00d98SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*7cf00d98SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*7cf00d98SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*7cf00d98SAndrew Rist * distributed with this work for additional information
6*7cf00d98SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*7cf00d98SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*7cf00d98SAndrew Rist * "License"); you may not use this file except in compliance
9*7cf00d98SAndrew Rist * with the License.  You may obtain a copy of the License at
10*7cf00d98SAndrew Rist *
11*7cf00d98SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*7cf00d98SAndrew Rist *
13*7cf00d98SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*7cf00d98SAndrew Rist * software distributed under the License is distributed on an
15*7cf00d98SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7cf00d98SAndrew Rist * KIND, either express or implied.  See the License for the
17*7cf00d98SAndrew Rist * specific language governing permissions and limitations
18*7cf00d98SAndrew Rist * under the License.
19*7cf00d98SAndrew Rist *
20*7cf00d98SAndrew Rist *************************************************************/
21*7cf00d98SAndrew Rist
22*7cf00d98SAndrew Rist
23cdf0e10cSrcweir#ifndef _SDUIKS_HRC
24cdf0e10cSrcweir#define _SDUIKS_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include <usr/uiks.hrc>
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define SD_UIK_SHAPE_FACTORY				UIK_DRAWING(00)
29cdf0e10cSrcweir#define SD_UIK_POLYGON_FACTORY				UIK_DRAWING(01)
30cdf0e10cSrcweir#define SD_UIK_3D_SHAPE_FACTORY				UIK_DRAWING(02)
31cdf0e10cSrcweir#define SD_UIK_TEXT_FACTORY					UIK_DRAWING(03)
32cdf0e10cSrcweir#define SD_UIK_SNAP_FACTORY					UIK_DRAWING(04)
33cdf0e10cSrcweir
34cdf0e10cSrcweir#define SD_UIK_DRAW_PAGES					UIK_DRAWING(10)
35cdf0e10cSrcweir#define SD_UIK_DRAW_PAGE_MANIPULATOR		UIK_DRAWING(11)
36cdf0e10cSrcweir
37cdf0e10cSrcweir#define SD_UIK_SHAPE						UIK_DRAWING(20)
38cdf0e10cSrcweir#define SD_UIK_CONNECTOR 					UIK_DRAWING(21)
39cdf0e10cSrcweir#define SD_UIK_CONNECTABLE  				UIK_DRAWING(22)
40cdf0e10cSrcweir#define SD_UIK_SHAPE_3D  					UIK_DRAWING(23)
41cdf0e10cSrcweir#define SD_UIK_SHAPE_GROUP                  UIK_DRAWING(24)
42cdf0e10cSrcweir#define SD_UIK_SHAPE_MIRRORER               UIK_DRAWING(25)
43cdf0e10cSrcweir#define SD_UIK_SHAPE_ALIGNER				UIK_DRAWING(26)
44cdf0e10cSrcweir#define SD_UIK_SHAPE_ARRANGER   			UIK_DRAWING(27)
45cdf0e10cSrcweir#define SD_UIK_SHAPE_CONVERTER  			UIK_DRAWING(28)
46cdf0e10cSrcweir#define SD_UIK_ANIMATOR		  				UIK_DRAWING(29)
47cdf0e10cSrcweir
48cdf0e10cSrcweir#define SD_UIK_DRAW_PAGE	  				UIK_DRAWING(30)
49cdf0e10cSrcweir#define SD_UIK_SHAPES		  				UIK_DRAWING(31)
50cdf0e10cSrcweir#define SD_UIK_GROUP		  				UIK_DRAWING(32)
51cdf0e10cSrcweir#define SD_UIK_COMBINE                      UIK_DRAWING(33)
52cdf0e10cSrcweir#define SD_UIK_CONNECT                      UIK_DRAWING(34)
53cdf0e10cSrcweir#define SD_UIK_CONNECT                      UIK_DRAWING(35)
54cdf0e10cSrcweir
55cdf0e10cSrcweir#define SD_UIK_PRESENTATION                 UIK_DRAWING(40)
56cdf0e10cSrcweir#define SD_UIK_PRESENTATION_NAVIGATION      UIK_DRAWING(41)
57cdf0e10cSrcweir#define SD_UIK_CUSTOM_PRESENTATION          UIK_DRAWING(42)
58cdf0e10cSrcweir#define SD_UIK_CUSTOM_PRESENTATIONS			UIK_DRAWING(43)
59cdf0e10cSrcweir#define SD_UIK_CUSTOM_PRESENTATIONS			UIK_DRAWING(44)
60cdf0e10cSrcweir
61cdf0e10cSrcweir#define SD_UIK_ZOOM							UIK_DRAWING(50)
62cdf0e10cSrcweir#define SD_UIK_DRAW_VIEW					UIK_DRAWING(51)
63cdf0e10cSrcweir#define SD_UIK_OUTLINE_VIEW					UIK_DRAWING(52)
64cdf0e10cSrcweir#define SD_UIK_SLIDE_VIEW                   UIK_DRAWING(53)
65cdf0e10cSrcweir#define SD_UIK_SLIDE_VIEW                   UIK_DRAWING(53)
66cdf0e10cSrcweir
67cdf0e10cSrcweir#define SD_UIK_PRESENTATION_STYLES          UIK_DRAWING(60)
68cdf0e10cSrcweir
69cdf0e10cSrcweir#endif
70