Is it possible to write an extension which adds another *graphic* filter
to OOo, i.e. one which adds support for an additional format to
insert->picture or theme->find files..., a cursory looks suggests that
its not really possible.
It looks like those ones are restricted to GraphicFilters which
a) arbitrarily have to have one, and only one, flag of either "import"
or "export" because of FilterConfigCache::ImplInit in
svtools/source/filter.vcl/filter/FilterConfigCache.cxx
b) is arbitrarily restricted to importing formats that have three letter
suffixes
c) Must be a .so in the brand/base dir due to
#if defined WNT
rtl::OUString
url(RTL_CONSTASCII_USTRINGPARAM("$BRAND_BASE_DIR/program"));
#else
rtl::OUString
url(RTL_CONSTASCII_USTRINGPARAM("$OOO_BASE_DIR/program"));
#endif
in svtools/source/filter.vcl/filter/filter.cxx
and so on.
C.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]