summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 19:28:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 19:28:52 +0000
commitc0d8c6d9ffb0a3daf10f3f67ce505886fb3eb096 (patch)
treebfaa071b01b7c2fdd8b8aa681a4e60e26c72b501 /sd
parent70c71ba7f9eb08018e27753f34bcbf5afde1abd1 (diff)
INTEGRATION: CWS presentationengine01 (1.7.344); FILE MERGED
2004/08/22 22:25:10 cl 1.7.344.1: first wrapper for old animation api
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/unoidl/unoobj.hxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unoobj.hxx b/sd/source/ui/unoidl/unoobj.hxx
index 218acd52e007..4aa82d169e59 100644
--- a/sd/source/ui/unoidl/unoobj.hxx
+++ b/sd/source/ui/unoidl/unoobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoobj.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: cl $ $Date: 2001-12-04 16:10:38 $
+ * last change: $Author: rt $ $Date: 2004-11-26 20:28:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -162,6 +162,17 @@ public:
// XEventsSupplier
virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > SAL_CALL getEvents( ) throw(::com::sun::star::uno::RuntimeException);
+
+private:
+ void setOldEffect( const com::sun::star::uno::Any& aValue );
+ void setOldTextEffect( const com::sun::star::uno::Any& aValue );
+ void setOldSpeed( const com::sun::star::uno::Any& aValue );
+ void setOldDimColor( const com::sun::star::uno::Any& aValue );
+ void setOldDimHide( const com::sun::star::uno::Any& aValue );
+ void setOldDimPrevious( const com::sun::star::uno::Any& aValue );
+ void setOldPresOrder( const com::sun::star::uno::Any& aValue );
+
+
};
struct SvEventDescription;