Hi,
Joesny Fagner de Oliveira wrote:
I would like to know if there is a more recent list that talk about the filters names, I found this url: http://framework.openoffice.org/files/documents/25/897/filter_description.html. But was created new filters...
In special, I would like to know the Internal Name for "Microsoft Excel 2003 XML"...
If you want to find out the names of all filters installed in your office, you can also get this from the installed configuration files.
In OOo 1.1.x you have to look at file $prefix/share/registry/data/org/openoffice/Office/TypeDetection.xcu. The filter names are under the <node oor:name="Filter"> element.
In OOo 2.0 the data is slightly more dispersed. Now you have to look through all xcu files in $prefix/share/registry/modules/org/openoffice/TypeDetection/Filter. On the upside, you get them grouped by document type there.
The Config example in the OOo SDK contains a function to read this list (as one big list) from the configuration via API. This is currently broken in the OOo 1.9/2.0 SDK, but will be fixed soon.
HTH, Joerg
-- Joerg Barfurth Sun Microsystems - Desktop - Hamburg >>>>>>>>>>>>>>>>>> using std::disclaimer <<<<<<<<<<<<<<<<<<<<<<< Software Engineer [EMAIL PROTECTED] OpenOffice.org Configuration http://util.openoffice.org
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]