Files
loongoffice/filter
Marcos Paulo de Souza ad181973af Get ride of not used macros in filter
Change-Id: I7f06720c9f4614b763066bb3cf136f2464b2c7bd
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/843
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2012-10-09 08:23:21 +00:00
..
2012-10-06 22:35:58 +03:00
2012-10-03 16:56:06 +01:00
2012-06-21 13:11:06 +01:00
2012-08-17 12:52:25 +02:00
2012-08-17 12:52:25 +02:00
2012-10-03 16:56:06 +01:00
2012-06-21 13:11:06 +01:00
2012-06-21 13:11:06 +01:00
2012-10-04 22:11:53 +03:00

Filter registration and some simple filters (also descriptions).

Desperate splitting of code into small shared libraries for historical
reasons presumably (OS/2 and Windows 3.x). The libraries produced from
the code in each subdirectory of filter/source/graphicfilter are
graphic format import or export filters. But they don't have uniform
API. Some have either an GraphicImport or GraphicExport entry point,
and are loaded and used in a uniform fashion from code in
svtools/source/filter/filter.cxx. Others have different API and are
loaded from other places. For instance "icgm" has ImportCGM, and is
loaded and used by sd/source/filter/cgm/sdcgmfilter.cxx (!).