zhaojianli Newbie

Joined: 25 May 2012 Posts: 2
|
Posted: Sat May 26, 2012 8:01 pm Post subject: Who can provide the regfilter.bas and regfilter.ini file? |
|
|
hello my friend:
In openoffice Developer's Guide, the following paragraphs describe (blue part):
It is not a good idea to edit the configuration branch files directly to make these changes. It is better to use
the configuration API to do so, because the format of the file may be changed in the future. The properties
describing the components, such as types and filters, are always the same and are not likely to be changed or
in an incompatible manner. It is better to add entries by specifying their properties using the API only. To
make this easier for external programmers, this manual provides a OpenOffice.org Basic script that is used
for that purpose called regfilter.bas.
The work to be done by the filter programmer is to provide an ini file that includes the properties and start
the basic script inside OpenOffice.org. The script reads the file and uses it to change the configuration
package. These changes are done for the user layer of the configuration, so it is possible to restore the orig-
inal state. There is also an example ini file in the samples folder for this manual that can be used for your
own purposes called regfilter.ini.
I did not find regfilter.bas and regfilter.ini files, Who can provide to me? |
|