rdbmaker
The rdbmaker generates subsets of the typelibrary. The rdbmaker works on a 
  typelibrary which is generated by the unoidl. It generates a subset of the typelibrary 
  which contains all specified types and all types the specified types depends 
  on. This could be used to provide all types and only the necessary types for 
  a component.
rdbmaker [-options] file_1 ... file_n
Options:
 
   
    - -O<fileName> 
-  filename specifies the 
      name of the generated registry or text file. 
-  -L 
-  specifies that only a 
      text file is generated with the names of the specified types and their dependencies. 
      Default is that a registry file will be created. 
-  -T<name> 
-  name specifies a type 
      or a list of types. The output for this [t1;...] type is generated. If no 
      '-T' option is specified, then output for all types is generated. 
-  -FT<name> 
-  name specifies a type 
      or a list of types. For this types nothing will be generated. 
-  -F<file> 
-  file specifies an text 
      file. For the specified types in this file nothing will be generated. 
-  -B<name> 
-  name specifies the base 
      node. All types are searched under this node. Default is the root '/' of 
      the registry files.
  
  Legal Notices