Arnulf Wiedemann wrote:
Hello,
is there a function or something similar to get all the enum class-names in UNO (i.e. com::sun::star::uno::TypeClass etc.)?
That set depens on your universe of discourse. ;)
If you want to find the names of all enum types in OOo's types.rdb, or some other rdb, using the regview tool from the 2.0 SDK (e.g., "regview types.rdb") and grepping the output for "type class: enum" and "type class: published enum" should give you the list you want.
...but note that the output format of regview is subject to change without notice at any time...
(At runtime, the UNO services in com.sun.star.reflection can also be useful...)
-Stephan
Thanks, Arnulf
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
