office-gobmx/filter
Kohei Yoshida 709f6ba6ae fdo#59426: Don't try to repair package during flat detection phase.
Change-Id: I35968241a79db0aabe06e25c0efac2aa3d1c5b84
2013-02-04 15:38:50 -05:00
..
inc
prj
qa
source fdo#59426: Don't try to repair package during flat detection phase. 2013-02-04 15:38:50 -05:00
uiconfig/ui
AllLangResTarget_eps.mk
AllLangResTarget_flash.mk
AllLangResTarget_pdffilter.mk
AllLangResTarget_t602filter.mk
AllLangResTarget_xsltdlg.mk
Configuration_filter.mk
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 gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_eme.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_epb.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_epg.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_epp.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_eps.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_ept.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_era.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_eti.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_exp.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_filterconfig.mk
Library_flash.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_icd.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_icg.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_idx.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_ime.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_ipb.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_ipd.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_ips.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_ipt.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_ipx.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_ira.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_itg.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_iti.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_msfilter.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_odfflatxml.mk
Library_pdffilter.mk
Library_placeware.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_svgfilter.mk
Library_t602filter.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_textfd.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_xmlfa.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_xmlfd.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_xsltdlg.mk
Library_xsltfilter.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Makefile
Module_filter.mk
Package_docbook.mk
Package_inc.mk
Package_xslt.mk
README
UI_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 (!).