office-gobmx/filter
Stephan Bergmann 982029bd44 Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: Id8796438fd63065a9aefdd4e142b6638a65bbb5f
2014-08-22 14:12:48 +02:00
..
inc
qa java: Avoid naming non-fields with the prefix m_ 2014-08-20 10:35:53 +02:00
source Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy 2014-08-22 14:12:48 +02:00
uiconfig/ui fdo#76203 - use consistent titlecase for UI title labels 2014-06-23 09:01:25 +00:00
AllLangResTarget_eps.mk
AllLangResTarget_pdffilter.mk
AllLangResTarget_t602filter.mk
AllLangResTarget_xsltdlg.mk
Configuration_filter.mk avoid problems detecting HTML files with .xls ext. 2014-07-08 17:03:42 +02:00
CppunitTest_filter_dxf_test.mk add dxf import tests 2014-08-09 13:35:47 +01:00
CppunitTest_filter_pcx_test.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
CppunitTest_filter_pict_test.mk Access code under test via gb_Library_use_library_objects 2014-06-11 07:46:03 +02:00
CppunitTest_filter_ppm_test.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
CppunitTest_filter_priority.mk fdo#80955 - add a unit test. 2014-07-07 18:05:18 +01:00
CppunitTest_filter_psd_test.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
CppunitTest_filter_ras_test.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
CppunitTest_filter_tga_test.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
CppunitTest_filter_tiff_test.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
CppunitTest_filter_xslt.mk fdo#80955 - add a unit test. 2014-07-07 18:05:18 +01:00
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
Library_ept.mk
Library_era.mk
Library_eti.mk
Library_exp.mk
Library_filterconfig.mk ...which empirically shows that LateInitThread is useless 2014-06-05 22:16:59 +02: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
Library_ipt.mk No need for PCT_DLLIMPLEMENTATION any more. 2014-06-11 08:53:30 +02:00
Library_ipx.mk
Library_ira.mk
Library_itg.mk
Library_iti.mk
Library_msfilter.mk
Library_odfflatxml.mk
Library_pdffilter.mk
Library_placeware.mk
Library_storagefd.mk
Library_svgfilter.mk drop UniReference in favour of rtl::Reference 2014-07-02 15:23:52 +02:00
Library_t602filter.mk
Library_textfd.mk
Library_xmlfa.mk
Library_xmlfd.mk
Library_xsltdlg.mk
Library_xsltfilter.mk
Makefile
Module_filter.mk add dxf import tests 2014-08-09 13:35:47 +01:00
Package_docbook.mk
Package_xhtml.mk
Package_xslt.mk
README
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 (!).
Svgreader is used for "File->Open" and then to choose the svg file.
For "Insert->Picture->From File", see svgio/source/svgreader directory.