office-gobmx/filter
Luboš Luňák d7f563ba35 fix build, caused by fast string concat
Change-Id: I07025171f0865b34de9a85b7820321e5eac46758
2013-02-17 11:20:14 +01:00
..
inc
prj
qa
source fix build, caused by fast string concat 2013-02-17 11:20:14 +01:00
uiconfig/ui make translatable a few more ui strings 2013-02-05 15:44:29 +01:00
AllLangResTarget_eps.mk
AllLangResTarget_flash.mk
AllLangResTarget_pdffilter.mk
AllLangResTarget_t602filter.mk
AllLangResTarget_xsltdlg.mk
Configuration_filter.mk
CppunitTest_filter_pict_test.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
CppunitTest_filter_tga_test.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
CppunitTest_filter_tiff_test.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
CustomTarget_svg.mk
Executable_svg2odf.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
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 gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
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 gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
Library_placeware.mk gbuild: remove various pointless calls that don't add anything 2013-01-26 22:20:07 +01:00
Library_svgfilter.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
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 gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
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 (!).