Hi rony
yes - it's possible.
Inside the script you will find a function "generateTypeView ()".
It's commented out. But it shows you how you can retrieve type
properties as e.g. file extensions.
If you do the following [e.g. at line 383] ...
elseif fprops(p).Name = "Type" then
type_registration = fprops(p).Value
... use type_registration ( which is an internal type name)
... to retrieve it's property "Extensions" and print it out
endif
you should be able to extend your list view very easy.
Regards
Andreas
Hi Andreas,
please have a look on
http://wiki.services.openoffice.org/wiki/Framework/Article/Filter.
There you can find now a new list for OOo 3.0 ...
Further you will find a small Basic Script which you
can use to generate your own list.
Very nice, thank you very much!
Note: The script generates a simple HTML page - no content
directly use able as Wiki content. But feel free to change
the script so it exports the list using the right format .-)
Is there a way to also get the file-type patterns for each filter?
---rony
---------------------------------------------------------------------
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]