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#include <svx/dialogs.hrc> 28 29// enum to index light images 30#define FROM_TOP_LEFT 0 31#define FROM_TOP 1 32#define FROM_TOP_RIGHT 2 33#define FROM_LEFT 3 34#define FROM_FRONT 4 35#define FROM_RIGHT 5 36#define FROM_BOTTOM_LEFT 6 37#define FROM_BOTTOM 7 38#define FROM_BOTTOM_RIGHT 8 39 40#define DIRECTION_NW 0 41#define DIRECTION_N 1 42#define DIRECTION_NE 2 43#define DIRECTION_W 3 44#define DIRECTION_NONE 4 45#define DIRECTION_E 5 46#define DIRECTION_SW 6 47#define DIRECTION_S 7 48#define DIRECTION_SE 8 49 50#define STR_PERSPECTIVE 1 51#define STR_PARALLEL 2 52#define STR_CUSTOM 3 53#define STR_INFINITY 4 54 55#define STR_BRIGHT 15 56#define STR_NORMAL 16 57#define STR_DIM 17 58 59#define STR_WIREFRAME 18 60#define STR_MATTE 19 61#define STR_PLASTIC 20 62#define STR_METAL 21 63 64#define STR_DIRECTION 30 // needs 10 resource ids 65 66#define IMG_DIRECTION 1 // needs 10 resource ids 67#define IMG_DIRECTION_H 10 // needs 10 resource ids 68 69#define IMG_DEPTH_0 19 70#define IMG_DEPTH_1 20 71#define IMG_DEPTH_2 21 72#define IMG_DEPTH_3 22 73#define IMG_DEPTH_4 23 74#define IMG_DEPTH_INFINITY 24 75 76#define IMG_DEPTH_0_H 25 77#define IMG_DEPTH_1_H 26 78#define IMG_DEPTH_2_H 27 79#define IMG_DEPTH_3_H 28 80#define IMG_DEPTH_4_H 29 81#define IMG_DEPTH_INFINITY_H 30 82 83#define IMG_PERSPECTIVE 31 84#define IMG_PERSPECTIVE_H 32 85#define IMG_PARALLEL 33 86#define IMG_PARALLEL_H 34 87 88#define IMG_WIRE_FRAME 35 89#define IMG_MATTE 36 90#define IMG_PLASTIC 37 91#define IMG_METAL 38 92 93#define IMG_WIRE_FRAME_H 39 94#define IMG_MATTE_H 40 95#define IMG_PLASTIC_H 41 96#define IMG_METAL_H 42 97 98#define IMG_LIGHT_OFF 50 // needs 10 resource ids 99#define IMG_LIGHT_ON 60 // needs 10 resource ids 100#define IMG_LIGHT_PREVIEW 70 // needs 10 resource ids 101 102#define IMG_LIGHT_OFF_H 80 // needs 10 resource ids 103#define IMG_LIGHT_ON_H 90 // needs 10 resource ids 104#define IMG_LIGHT_PREVIEW_H 100 // needs 10 resource ids 105 106#define IMG_LIGHTING_BRIGHT 110 107#define IMG_LIGHTING_NORMAL 111 108#define IMG_LIGHTING_DIM 112 109 110#define IMG_LIGHTING_BRIGHT_H 113 111#define IMG_LIGHTING_NORMAL_H 114 112#define IMG_LIGHTING_DIM_H 115 113 114#define FL_DEPTH 1 115#define MTR_DEPTH 2 116#define BTN_OK 3 117#define BTN_CANCEL 4 118#define BTN_HELP 5 119 120// 121