office-gobmx/filter
Miklos Vajna 15b737c5c9 EscherGraphicProvider::GetBlibID: raw number is Sun bugtracker, use fdo prefix
Change-Id: I1ecd3b9c74fb973769036defba96d73c5995175f
2013-12-13 12:53:20 +01:00
..
inc convert pdf signing page to .ui format 2013-07-08 14:54:07 +01:00
qa add test-case for CVE-2013-3906-1.tiff 2013-12-04 11:07:04 +00:00
source EscherGraphicProvider::GetBlibID: raw number is Sun bugtracker, use fdo prefix 2013-12-13 12:53:20 +01:00
uiconfig/ui set mnemonic widget 2013-11-13 14:02:19 +00:00
AllLangResTarget_eps.mk
AllLangResTarget_pdffilter.mk
AllLangResTarget_t602filter.mk
AllLangResTarget_xsltdlg.mk convert xslt filter dialog to .ui 2013-07-30 20:57:30 +01:00
Configuration_filter.mk fdo#70338 : Fixed file corruption issue after save for docx. 2013-12-13 10:59:37 +01: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 gbuild: register all jars 2012-08-17 12:52:25 +02:00
Library_egi.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_eme.mk
Library_epb.mk
Library_epg.mk
Library_epp.mk
Library_eps.mk
Library_ept.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_era.mk
Library_eti.mk
Library_exp.mk
Library_filterconfig.mk fdo#46037: no more comphelper/configurationhelper.hxx in filter 2013-07-24 20:19:25 +00:00
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 fdo#63133: Write tools/tempfile.hxx out 2013-07-16 18:40:45 +00:00
Library_ipt.mk
Library_ipx.mk
Library_ira.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_itg.mk
Library_iti.mk
Library_msfilter.mk
Library_odfflatxml.mk
Library_pdffilter.mk
Library_placeware.mk filter: need more boost_headers 2013-07-15 18:18:29 +02:00
Library_svgfilter.mk
Library_t602filter.mk Sprinkle more boost_headers love 2013-09-19 11:12:46 +03:00
Library_textfd.mk
Library_xmlfa.mk fdo#46808, Replace usage of SpecialConfigManager 2013-06-05 14:48:19 +02:00
Library_xmlfd.mk
Library_xsltdlg.mk
Library_xsltfilter.mk filter: need more boost_headers 2013-07-15 18:18:29 +02:00
Makefile re-base on ALv2 code. Includes: 2012-10-03 16:56:06 +01:00
Module_filter.mk fix build 2013-11-14 16:54:35 +01:00
Package_docbook.mk gbuild: set Package default target to INSTDIR 2013-10-28 20:17:26 +01:00
Package_xhtml.mk gbuild: set Package default target to INSTDIR 2013-10-28 20:17:26 +01:00
Package_xslt.mk gbuild: set Package default target to INSTDIR 2013-10-28 20:17:26 +01:00
README
UIConfig_xsltdlg.mk Convert ImpSWFDialog.src to ui 2013-11-13 14:01:37 +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
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 (!).