02ee073355
2005/09/05 13:21:07 rt 1.3.288.1: #i54170# Change license header: remove SISSL
68 lines
2.5 KiB
Text
68 lines
2.5 KiB
Text
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: CustomAnimationPane.hrc,v $
|
|
*
|
|
* $Revision: 1.4 $
|
|
*
|
|
* last change: $Author: rt $ $Date: 2005-09-09 03:35:26 $
|
|
*
|
|
* The Contents of this file are made available subject to
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
|
*
|
|
*
|
|
* GNU Lesser General Public License Version 2.1
|
|
* =============================================
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
* MA 02111-1307 USA
|
|
*
|
|
************************************************************************/
|
|
|
|
#ifndef _SD_CUSTOMANIMATIONPANE_HRC
|
|
#define _SD_CUSTOMANIMATIONPANE_HRC
|
|
|
|
#define CM_WITH_CLICK 1
|
|
#define CM_WITH_PREVIOUS 2
|
|
#define CM_AFTER_PREVIOUS 3
|
|
#define CM_OPTIONS 4
|
|
#define CM_DURATION 5
|
|
#define CM_REMOVE 6
|
|
|
|
#define FL_EFFECT 1
|
|
#define PB_ADD_EFFECT 2
|
|
#define PB_CHANGE_EFFECT 3
|
|
#define PB_REMOVE_EFFECT 4
|
|
#define FL_MODIFY 5
|
|
#define FT_START 6
|
|
#define LB_START 7
|
|
#define FT_PROPERTY 8
|
|
#define LB_PROPERTY 9
|
|
#define PB_PROPERTY_MORE 10
|
|
#define FT_SPEED 12
|
|
#define CB_SPEED 13
|
|
#define CT_CUSTOM_ANIMATION_LIST 14
|
|
#define FT_CHANGE_ORDER 15
|
|
#define PB_MOVE_UP 16
|
|
#define PB_MOVE_DOWN 17
|
|
#define FL_SEPERATOR1 18
|
|
#define PB_PLAY 19
|
|
#define PB_SLIDE_SHOW 20
|
|
#define FL_SEPERATOR2 21
|
|
#define CB_AUTOPREVIEW 22
|
|
|
|
#endif // _SD_CUSTOMANIMATIONPANE_HXX
|