summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/animations')
-rw-r--r--offapi/com/sun/star/animations/AnimationAdditiveMode.idl14
-rw-r--r--offapi/com/sun/star/animations/EventTrigger.idl2
-rw-r--r--offapi/com/sun/star/animations/TimeFilterPair.idl4
-rw-r--r--offapi/com/sun/star/animations/Timing.idl2
-rw-r--r--offapi/com/sun/star/animations/ValuePair.idl2
-rw-r--r--offapi/com/sun/star/animations/XAnimate.idl2
-rw-r--r--offapi/com/sun/star/animations/XAnimationNode.idl4
-rw-r--r--offapi/com/sun/star/animations/XAnimationNodeSupplier.idl2
-rw-r--r--offapi/com/sun/star/animations/XAudio.idl4
-rw-r--r--offapi/com/sun/star/animations/XTimeContainer.idl21
10 files changed, 0 insertions, 57 deletions
diff --git a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl b/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
index 06d25d79e927..2da7e3643c6a 100644
--- a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
+++ b/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
@@ -31,24 +31,10 @@
*/
constants AnimationAdditiveMode
{
- /**
- */
const short BASE = 0;
-
- /**
- */
const short SUM = 1;
-
- /**
- */
const short REPLACE = 2;
-
- /**
- */
const short MULTIPLY = 3;
-
- /**
- */
const short NONE = 4;
};
diff --git a/offapi/com/sun/star/animations/EventTrigger.idl b/offapi/com/sun/star/animations/EventTrigger.idl
index f711be5b7f14..37e2dacab402 100644
--- a/offapi/com/sun/star/animations/EventTrigger.idl
+++ b/offapi/com/sun/star/animations/EventTrigger.idl
@@ -23,8 +23,6 @@
module com { module sun { module star { module animations {
-/**
-*/
constants EventTrigger
{
/** Nothing triggers this event.
diff --git a/offapi/com/sun/star/animations/TimeFilterPair.idl b/offapi/com/sun/star/animations/TimeFilterPair.idl
index aafd06f09efa..acfe4a4f4db7 100644
--- a/offapi/com/sun/star/animations/TimeFilterPair.idl
+++ b/offapi/com/sun/star/animations/TimeFilterPair.idl
@@ -23,14 +23,10 @@
module com { module sun { module star { module animations {
-/**
-*/
struct TimeFilterPair
{
- /** */
double Time;
- /** */
double Progress;
};
diff --git a/offapi/com/sun/star/animations/Timing.idl b/offapi/com/sun/star/animations/Timing.idl
index 89125bcb3a73..8042a732d57b 100644
--- a/offapi/com/sun/star/animations/Timing.idl
+++ b/offapi/com/sun/star/animations/Timing.idl
@@ -23,8 +23,6 @@
module com { module sun { module star { module animations {
-/**
-*/
enum Timing
{
/** specifies that a duration, end or start time is indefinite*/
diff --git a/offapi/com/sun/star/animations/ValuePair.idl b/offapi/com/sun/star/animations/ValuePair.idl
index 56052c283fa6..982071dc97d8 100644
--- a/offapi/com/sun/star/animations/ValuePair.idl
+++ b/offapi/com/sun/star/animations/ValuePair.idl
@@ -23,8 +23,6 @@
module com { module sun { module star { module animations {
-/**
-*/
struct ValuePair
{
any First;
diff --git a/offapi/com/sun/star/animations/XAnimate.idl b/offapi/com/sun/star/animations/XAnimate.idl
index 4ff7c07666ac..39c2b900949b 100644
--- a/offapi/com/sun/star/animations/XAnimate.idl
+++ b/offapi/com/sun/star/animations/XAnimate.idl
@@ -60,8 +60,6 @@ interface XAnimate : XAnimationNode
*/
[attribute] sequence< any > Values;
- /**
- */
[attribute] sequence< double > KeyTimes;
/**
diff --git a/offapi/com/sun/star/animations/XAnimationNode.idl b/offapi/com/sun/star/animations/XAnimationNode.idl
index b8b01a0c6501..5c7286ce3a5d 100644
--- a/offapi/com/sun/star/animations/XAnimationNode.idl
+++ b/offapi/com/sun/star/animations/XAnimationNode.idl
@@ -26,8 +26,6 @@
module com { module sun { module star { module animations {
-/**
-*/
interface XAnimationNode : ::com::sun::star::container::XChild
{
/** a value from AnimationNodeType.
@@ -234,8 +232,6 @@ interface XAnimationNode : ::com::sun::star::container::XChild
*/
[attribute] boolean AutoReverse;
- /**
- */
[attribute] sequence< ::com::sun::star::beans::NamedValue > UserData;
};
diff --git a/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl b/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl
index d7b65ce7b9fd..a9d83911f69e 100644
--- a/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl
+++ b/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module animations {
-/**
-*/
interface XAnimationNodeSupplier
{
XAnimationNode getAnimationNode();
diff --git a/offapi/com/sun/star/animations/XAudio.idl b/offapi/com/sun/star/animations/XAudio.idl
index 66106c80fe27..00e1deefc4a4 100644
--- a/offapi/com/sun/star/animations/XAudio.idl
+++ b/offapi/com/sun/star/animations/XAudio.idl
@@ -25,16 +25,12 @@
module com { module sun { module star { module animations {
-/**
-*/
interface XAudio : XAnimationNode
{
/** This attribute specifies the source element that contains the audio.
*/
[attribute] any Source;
- /**
- */
[attribute] double Volume;
};
diff --git a/offapi/com/sun/star/animations/XTimeContainer.idl b/offapi/com/sun/star/animations/XTimeContainer.idl
index de3c61806efc..66845eb97bf6 100644
--- a/offapi/com/sun/star/animations/XTimeContainer.idl
+++ b/offapi/com/sun/star/animations/XTimeContainer.idl
@@ -52,50 +52,29 @@
*/
interface XTimeContainer : XAnimationNode
{
- /*
- com::sun::star::container::XContainer;
- com::sun::star::container::XEnumerationAccess;
- */
-
- /*
- [attribute] long PresetId;
- [attribute] long PresetSubType;
- [attribute] long PresetClass;
- */
-
- /**
- */
XAnimationNode insertBefore( [in] XAnimationNode newChild, [in] XAnimationNode refChild )
raises( com::sun::star::lang::IllegalArgumentException,
com::sun::star::container::NoSuchElementException,
com::sun::star::container::ElementExistException,
com::sun::star::lang::WrappedTargetException );
- /**
- */
XAnimationNode insertAfter( [in] XAnimationNode newChild, [in] XAnimationNode refChild )
raises( com::sun::star::lang::IllegalArgumentException,
com::sun::star::container::NoSuchElementException,
com::sun::star::container::ElementExistException,
com::sun::star::lang::WrappedTargetException );
- /**
- */
XAnimationNode replaceChild( [in] XAnimationNode newChild, [in] XAnimationNode oldChild )
raises( com::sun::star::lang::IllegalArgumentException,
com::sun::star::container::NoSuchElementException,
com::sun::star::container::ElementExistException,
com::sun::star::lang::WrappedTargetException );
- /**
- */
XAnimationNode removeChild( [in] XAnimationNode oldChild )
raises( com::sun::star::lang::IllegalArgumentException,
com::sun::star::container::NoSuchElementException,
com::sun::star::lang::WrappedTargetException );
- /**
- */
XAnimationNode appendChild( [in] XAnimationNode newChild )
raises( com::sun::star::lang::IllegalArgumentException,
com::sun::star::container::ElementExistException,