Hello Stephan, thanks for the hints from yesterday and today, I will try to use reflection. Arnulf
Am Freitag, 22. April 2005 09:33 schrieb Stephan Bergmann: > Stephan Bergmann wrote: > > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
