summaryrefslogtreecommitdiff
path: root/toolkit/util
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-04 06:42:48 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-04 06:42:48 +0000
commit4c3118c21736162b0d82188a4c6622525f6053db (patch)
treeaac40d59c1e3f1cd79dbe1de6044f8d1697dd2c2 /toolkit/util
parent52c336ea3626600f5ecd181738bb3c7664ac4806 (diff)
INTEGRATION: CWS updchk05 (1.12.396); FILE MERGED
2007/02/06 12:31:04 dv 1.12.396.1: #i74218# Added throbber and SimpeAnimationControl
Diffstat (limited to 'toolkit/util')
-rw-r--r--toolkit/util/toolkit.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/toolkit/util/toolkit.xml b/toolkit/util/toolkit.xml
index 1b178a92ef38..83e6b80cf6c7 100644
--- a/toolkit/util/toolkit.xml
+++ b/toolkit/util/toolkit.xml
@@ -625,4 +625,44 @@
<supported-service>com.sun.star.awt.UnoControl</supported-service>
<supported-service>com.sun.star.awt.UnoControlSpinButton</supported-service>
</component-description>
+ <component-description>
+ <author>Dirk Voelzke</author>
+ <name>com.sun.star.comp.toolkit.UnoSimpleAnimationControlModel</name>
+ <description>specifies the model of a simple animation control</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final" />
+ <supported-service>com.sun.star.awt.UnoControlModel</supported-service>
+ <supported-service>com.sun.star.awt.UnoSimpleAnimationControlModel</supported-service>
+ </component-description>
+ <component-description>
+ <author>Dirk Voelzke</author>
+ <name>com.sun.star.comp.toolkit.UnoSimpleAnimationControl</name>
+ <description>specifies a simple animation control</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final" />
+ <supported-service>com.sun.star.awt.UnoControl</supported-service>
+ <supported-service>com.sun.star.awt.UnoSimpleAnimationControl</supported-service>
+ </component-description>
+ <component-description>
+ <author>Dirk Voelzke</author>
+ <name>com.sun.star.comp.toolkit.UnoThrobberControlModel</name>
+ <description>specifies the model of a throbber control (a spinning wheel)</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final" />
+ <supported-service>com.sun.star.awt.UnoControlModel</supported-service>
+ <supported-service>com.sun.star.awt.UnoThrobberControlModel</supported-service>
+ </component-description>
+ <component-description>
+ <author>Dirk Voelzke</author>
+ <name>com.sun.star.comp.toolkit.UnoThrobberControl</name>
+ <description>specifies a throbber control (a spinning wheel)</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final" />
+ <supported-service>com.sun.star.awt.UnoControl</supported-service>
+ <supported-service>com.sun.star.awt.UnoThrobberControl</supported-service>
+ </component-description>
</module-description> \ No newline at end of file