office-gobmx/filter
Peter Foley 38e95dc334 Revert "properly prefix graphic filter methods"
This reverts commit eacf12eeb1.

Appears to be broken.

Conflicts:
	vcl/source/filter/graphicfilter.cxx

Change-Id: I9ae3fbac2e7e9d08484c063cdb10e080ca89def2
2013-05-06 14:27:03 -04:00
..
inc execute move of global headers 2013-04-23 22:20:31 +02:00
qa Revert "properly prefix graphic filter methods" 2013-05-06 14:27:03 -04:00
source Revert "properly prefix graphic filter methods" 2013-05-06 14:27:03 -04:00
uiconfig/ui
AllLangResTarget_eps.mk
AllLangResTarget_flash.mk
AllLangResTarget_pdffilter.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
AllLangResTarget_t602filter.mk
AllLangResTarget_xsltdlg.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
Configuration_filter.mk
CppunitTest_filter_pict_test.mk
CppunitTest_filter_tga_test.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
CppunitTest_filter_tiff_test.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
CustomTarget_svg.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
Executable_svg2odf.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
JunitTest_filter_complex.mk
Library_egi.mk
Library_eme.mk
Library_epb.mk
Library_epg.mk
Library_epp.mk
Library_eps.mk
Library_ept.mk
Library_era.mk
Library_eti.mk
Library_exp.mk
Library_filterconfig.mk
Library_flash.mk
Library_graphicfilter.mk
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 gbuild: drop uses of removed packages 2013-04-24 05:18:03 +00:00
Library_odfflatxml.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
Library_pdffilter.mk
Library_placeware.mk
Library_svgfilter.mk
Library_t602filter.mk
Library_textfd.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
Library_xmlfa.mk
Library_xmlfd.mk
Library_xsltdlg.mk
Library_xsltfilter.mk
Makefile
Module_filter.mk install xslt filters using filelist 2013-05-01 16:55:41 +02:00
Package_docbook.mk install xslt filters using filelist 2013-05-01 16:55:41 +02:00
Package_xhtml.mk install xslt filters using filelist 2013-05-01 16:55:41 +02:00
Package_xslt.mk drop unintentionally duplicated lines 2013-05-01 20:16:53 +02:00
README Revert "properly prefix graphic filter methods" 2013-05-06 14:27:03 -04:00
UIConfig_xsltdlg.mk

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 (!).