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 28#ifndef _SD_CUSTOMANIMATIONDIALOG_HRC 29#define _SD_CUSTOMANIMATIONDIALOG_HRC 30 31// TabPage RID_TP_CUSTOMANIMATION_EFFECT 32#define FL_SETTINGS 1 33#define FT_PROPERTY_1 2 34#define LB_PROPERTY_1 3 35#define FT_PROPERTY_2 4 36#define LB_PROPERTY_2 5 37#define CB_SMOOTH_START 6 38#define CB_SMOOTH_END 7 39#define CB_AUTORESTART 8 40#define FL_ENHANCEMENTS 9 41#define FT_SOUND 10 42#define LB_SOUND 11 43#define PB_SOUND_PREVIEW 12 44#define FT_AFTER_EFFECT 13 45#define LB_AFTER_EFFECT 14 46#define FT_DIMCOLOR 15 47#define CLB_DIMCOLOR 16 48#define FT_TEXT_ANIM 17 49#define LB_TEXT_ANIM 18 50#define MF_TEXT_DELAY 19 51#define FT_TEXT_DELAY 20 52#define FL_PLAY 21 53#define RB_FROM_START 22 54#define RB_FROM_LAST 23 55#define RB_FROM_TIME 24 56#define MF_START_TIME 25 57#define FL_STOP 26 58#define RB_STOP_ON_CLICK 27 59#define RB_STOP_ON_NEXT_SLIDE 28 60#define RB_STOP_AFTER_N_SLIDES 29 61#define MF_STOP_AFTER_SLIDES 30 62#define TP_CUSTOMANIMATION_EFFECT_COUNT 31 63 64// TabPage RID_TP_CUSTOMANIMATION_DURATION 65#define FT_START 1 66#define LB_START 2 67#define FT_START_DELAY 3 68#define MF_START_DELAY 4 69#define FT_DURATION 5 70#define CB_DURATION 6 71#define FT_REPEAT 7 72#define CB_REPEAT 8 73#define CBX_REWIND 9 74#define FL_TRIGGER 10 75#define RB_CLICKSEQUENCE 11 76#define RB_INTERACTIVE 12 77#define LB_TRIGGER 13 78#define TP_CUSTOMANIMATION_DURATION_COUNT 13 79 80// TabPage RID_TP_CUSTOMANIMATION_TEXT 81#define FT_GROUP_TEXT 1 82#define LB_GROUP_TEXT 2 83#define CBX_GROUP_AUTO 3 84#define MF_GROUP_AUTO 4 85#define CBX_ANIMATE_FORM 5 86#define CBX_REVERSE 6 87#define TP_CUSTOMANIMATION_TEXT_COUNT 6 88 89#endif // _SD_CUSTOMANIMATIONDIALOG_HRC 90