summaryrefslogtreecommitdiff
path: root/toolkit/util/toolkit.xml
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-05-04 12:32:31 +0000
committerThomas Benisch <tbe@openoffice.org>2001-05-04 12:32:31 +0000
commitabe0dda84e76e384b4d05a6779d3beb59ef8aa3c (patch)
tree7ccc188771c9611e1dd57d889fcaff7d540a421f /toolkit/util/toolkit.xml
parentf968469a41537a10879ba475444a7677ed9aff67 (diff)
added ProgressBar, ScrollBar, FixedLine
Diffstat (limited to 'toolkit/util/toolkit.xml')
-rw-r--r--toolkit/util/toolkit.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/toolkit/util/toolkit.xml b/toolkit/util/toolkit.xml
index 6f24f0bcea26..9a945e3567b0 100644
--- a/toolkit/util/toolkit.xml
+++ b/toolkit/util/toolkit.xml
@@ -403,4 +403,34 @@
<status value="final"/>
<supported-service>com.sun.star.awt.UnoControlFormattedFieldModel</supported-service>
</component-description>
+
+ <component-description>
+ <author>Thomas Benisch</author>
+ <name>com.sun.star.awt.UnoControlProgressBarModel</name>
+ <description>UnoControlProgressBarModel...</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.awt.UnoControlProgressBarModel</supported-service>
+ </component-description>
+
+ <component-description>
+ <author>Thomas Benisch</author>
+ <name>com.sun.star.awt.UnoControlScrollBarModel</name>
+ <description>UnoControlScrollBarModel...</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.awt.UnoControlScrollBarModel</supported-service>
+ </component-description>
+
+ <component-description>
+ <author>Thomas Benisch</author>
+ <name>com.sun.star.awt.UnoControlFixedLineModel</name>
+ <description>UnoControlFixedLineModel...</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.awt.UnoControlFixedLineModel</supported-service>
+ </component-description>
</module-description>