office-gobmx/filter
Michael Dunphy 8f4fc74c34 fdo#62699 Remove a few more pass-through headers
Change-Id: I4cc2dc7f1da3bc15921939e3bd5908a3f7049eab
Reviewed-on: https://gerrit.libreoffice.org/3492
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-04-21 05:51:29 +00:00
..
inc add msfilter::util::ConvertColor to avoid copy&paste 2013-04-10 18:48:25 +02:00
qa properly prefix graphic filter methods 2013-04-15 09:12:08 -04:00
source fdo#62699 Remove a few more pass-through headers 2013-04-21 05:51:29 +00:00
uiconfig/ui
AllLangResTarget_eps.mk
AllLangResTarget_flash.mk
AllLangResTarget_pdffilter.mk
AllLangResTarget_t602filter.mk
AllLangResTarget_xsltdlg.mk
Configuration_filter.mk gbuild: do not zip Configuration output 2013-04-18 15:20:54 +02:00
CppunitTest_filter_pict_test.mk
CppunitTest_filter_tga_test.mk
CppunitTest_filter_tiff_test.mk
CustomTarget_svg.mk
Executable_svg2odf.mk
JunitTest_filter_complex.mk
Library_egi.mk
Library_eme.mk
Library_epb.mk
Library_epg.mk
Library_epp.mk
Library_eps.mk new module i18nlangtag 2013-04-05 19:10:48 +02:00
Library_ept.mk
Library_era.mk
Library_eti.mk
Library_exp.mk
Library_filterconfig.mk new module i18nlangtag 2013-04-05 19:10:48 +02:00
Library_flash.mk new module i18nlangtag 2013-04-05 19:10:48 +02:00
Library_graphicfilter.mk new module i18nlangtag 2013-04-05 19:10:48 +02:00
Library_icd.mk
Library_icg.mk
Library_idx.mk
Library_ime.mk
Library_ipb.mk
Library_ipd.mk
Library_ips.mk
Library_ipt.mk
Library_ipx.mk
Library_ira.mk
Library_itg.mk
Library_iti.mk
Library_msfilter.mk
Library_odfflatxml.mk
Library_pdffilter.mk new module i18nlangtag 2013-04-05 19:10:48 +02:00
Library_placeware.mk
Library_svgfilter.mk new module i18nlangtag 2013-04-05 19:10:48 +02:00
Library_t602filter.mk new module i18nlangtag 2013-04-05 19:10:48 +02:00
Library_textfd.mk
Library_xmlfa.mk
Library_xmlfd.mk
Library_xsltdlg.mk new module i18nlangtag 2013-04-05 19:10:48 +02:00
Library_xsltfilter.mk
Makefile
Module_filter.mk rename UI to UIConfig 2013-04-11 03:37:30 +00:00
Package_docbook.mk
Package_inc.mk
Package_xslt.mk
README properly prefix graphic filter methods 2013-04-15 09:12:08 -04:00
UIConfig_xsltdlg.mk rename UI to UIConfig 2013-04-11 03:37:30 +00: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
vcl/source/filter/graphicfilter.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 (!).