1*cdf0e10cSrcweir/************************************************************************* 2*cdf0e10cSrcweir * 3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4*cdf0e10cSrcweir * 5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates. 6*cdf0e10cSrcweir * 7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite 8*cdf0e10cSrcweir * 9*cdf0e10cSrcweir * This file is part of OpenOffice.org. 10*cdf0e10cSrcweir * 11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify 12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3 13*cdf0e10cSrcweir * only, as published by the Free Software Foundation. 14*cdf0e10cSrcweir * 15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful, 16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of 17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details 19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code). 20*cdf0e10cSrcweir * 21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License 22*cdf0e10cSrcweir * version 3 along with OpenOffice.org. If not, see 23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html> 24*cdf0e10cSrcweir * for a copy of the LGPLv3 License. 25*cdf0e10cSrcweir * 26*cdf0e10cSrcweir ************************************************************************/ 27*cdf0e10cSrcweir 28*cdf0e10cSrcweir#ifndef _SD_CUSTOMANIMATIONDIALOG_HRC 29*cdf0e10cSrcweir#define _SD_CUSTOMANIMATIONDIALOG_HRC 30*cdf0e10cSrcweir 31*cdf0e10cSrcweir// TabPage RID_TP_CUSTOMANIMATION_EFFECT 32*cdf0e10cSrcweir#define FL_SETTINGS 1 33*cdf0e10cSrcweir#define FT_PROPERTY_1 2 34*cdf0e10cSrcweir#define LB_PROPERTY_1 3 35*cdf0e10cSrcweir#define FT_PROPERTY_2 4 36*cdf0e10cSrcweir#define LB_PROPERTY_2 5 37*cdf0e10cSrcweir#define CB_SMOOTH_START 6 38*cdf0e10cSrcweir#define CB_SMOOTH_END 7 39*cdf0e10cSrcweir#define CB_AUTORESTART 8 40*cdf0e10cSrcweir#define FL_ENHANCEMENTS 9 41*cdf0e10cSrcweir#define FT_SOUND 10 42*cdf0e10cSrcweir#define LB_SOUND 11 43*cdf0e10cSrcweir#define PB_SOUND_PREVIEW 12 44*cdf0e10cSrcweir#define FT_AFTER_EFFECT 13 45*cdf0e10cSrcweir#define LB_AFTER_EFFECT 14 46*cdf0e10cSrcweir#define FT_DIMCOLOR 15 47*cdf0e10cSrcweir#define CLB_DIMCOLOR 16 48*cdf0e10cSrcweir#define FT_TEXT_ANIM 17 49*cdf0e10cSrcweir#define LB_TEXT_ANIM 18 50*cdf0e10cSrcweir#define MF_TEXT_DELAY 19 51*cdf0e10cSrcweir#define FT_TEXT_DELAY 20 52*cdf0e10cSrcweir#define FL_PLAY 21 53*cdf0e10cSrcweir#define RB_FROM_START 22 54*cdf0e10cSrcweir#define RB_FROM_LAST 23 55*cdf0e10cSrcweir#define RB_FROM_TIME 24 56*cdf0e10cSrcweir#define MF_START_TIME 25 57*cdf0e10cSrcweir#define FL_STOP 26 58*cdf0e10cSrcweir#define RB_STOP_ON_CLICK 27 59*cdf0e10cSrcweir#define RB_STOP_ON_NEXT_SLIDE 28 60*cdf0e10cSrcweir#define RB_STOP_AFTER_N_SLIDES 29 61*cdf0e10cSrcweir#define MF_STOP_AFTER_SLIDES 30 62*cdf0e10cSrcweir#define TP_CUSTOMANIMATION_EFFECT_COUNT 31 63*cdf0e10cSrcweir 64*cdf0e10cSrcweir// TabPage RID_TP_CUSTOMANIMATION_DURATION 65*cdf0e10cSrcweir#define FT_START 1 66*cdf0e10cSrcweir#define LB_START 2 67*cdf0e10cSrcweir#define FT_START_DELAY 3 68*cdf0e10cSrcweir#define MF_START_DELAY 4 69*cdf0e10cSrcweir#define FT_DURATION 5 70*cdf0e10cSrcweir#define CB_DURATION 6 71*cdf0e10cSrcweir#define FT_REPEAT 7 72*cdf0e10cSrcweir#define CB_REPEAT 8 73*cdf0e10cSrcweir#define CBX_REWIND 9 74*cdf0e10cSrcweir#define FL_TRIGGER 10 75*cdf0e10cSrcweir#define RB_CLICKSEQUENCE 11 76*cdf0e10cSrcweir#define RB_INTERACTIVE 12 77*cdf0e10cSrcweir#define LB_TRIGGER 13 78*cdf0e10cSrcweir#define TP_CUSTOMANIMATION_DURATION_COUNT 13 79*cdf0e10cSrcweir 80*cdf0e10cSrcweir// TabPage RID_TP_CUSTOMANIMATION_TEXT 81*cdf0e10cSrcweir#define FT_GROUP_TEXT 1 82*cdf0e10cSrcweir#define LB_GROUP_TEXT 2 83*cdf0e10cSrcweir#define CBX_GROUP_AUTO 3 84*cdf0e10cSrcweir#define MF_GROUP_AUTO 4 85*cdf0e10cSrcweir#define CBX_ANIMATE_FORM 5 86*cdf0e10cSrcweir#define CBX_REVERSE 6 87*cdf0e10cSrcweir#define TP_CUSTOMANIMATION_TEXT_COUNT 6 88*cdf0e10cSrcweir 89*cdf0e10cSrcweir#endif // _SD_CUSTOMANIMATIONDIALOG_HRC 90