office-gobmx/filter
krishna keshav b2abb97a65 tdf#96099 Reduce number of typedefs used for trivial container types
Change-Id: Iecf8052d3f7ec5593205184622d53550e6a52161
Reviewed-on: https://gerrit.libreoffice.org/25836
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
2016-06-04 00:17:00 +00:00
..
inc Avoid reserved identifiers 2016-04-12 20:03:45 +02:00
qa Fix typos 2016-04-21 20:36:29 +00:00
source tdf#96099 Reduce number of typedefs used for trivial container types 2016-06-04 00:17:00 +00:00
uiconfig/ui tdf#64748: added placeholder option to pdf export dialog in Writer 2016-05-16 12:15:37 +00:00
AllLangResTarget_eps.mk
AllLangResTarget_pdffilter.mk
AllLangResTarget_t602filter.mk
AllLangResTarget_xsltdlg.mk
Configuration_filter.mk Revert "tdf#35208 Allow choosing encoding for old Excel files" 2016-05-19 11:11:39 +00:00
CppunitTest_filter_dxf_test.mk merged graphic import/export into a single library 2015-11-06 11:42:36 +00:00
CppunitTest_filter_eps_test.mk merged graphic import/export into a single library 2015-11-06 11:42:36 +00:00
CppunitTest_filter_met_test.mk merged graphic import/export into a single library 2015-11-06 11:42:36 +00:00
CppunitTest_filter_msfilter.mk Better to call this msfilter test 2015-08-23 19:10:41 +02:00
CppunitTest_filter_pcd_test.mk merged graphic import/export into a single library 2015-11-06 11:42:36 +00:00
CppunitTest_filter_pcx_test.mk merged graphic import/export into a single library 2015-11-06 11:42:36 +00:00
CppunitTest_filter_pict_test.mk Don't use gie as both _use_libraries and _use_library_objects 2015-11-07 23:39:52 +01:00
CppunitTest_filter_ppm_test.mk merged graphic import/export into a single library 2015-11-06 11:42:36 +00:00
CppunitTest_filter_priority.mk
CppunitTest_filter_psd_test.mk merged graphic import/export into a single library 2015-11-06 11:42:36 +00:00
CppunitTest_filter_ras_test.mk merged graphic import/export into a single library 2015-11-06 11:42:36 +00:00
CppunitTest_filter_tga_test.mk merged graphic import/export into a single library 2015-11-06 11:42:36 +00:00
CppunitTest_filter_tiff_test.mk merged graphic import/export into a single library 2015-11-06 11:42:36 +00:00
CppunitTest_filter_xslt.mk
CustomTarget_svg.mk
Executable_svg2odf.mk
JunitTest_filter_complex.mk
Library_filterconfig.mk
Library_flash.mk
Library_gie.mk tdf#92925 Remove MET (OS/2) export 2016-01-13 17:34:25 +00:00
Library_graphicfilter.mk
Library_icg.mk
Library_msfilter.mk
Library_odfflatxml.mk
Library_pdffilter.mk
Library_placeware.mk
Library_storagefd.mk
Library_svgfilter.mk
Library_t602filter.mk add 602 format to fftester 2015-10-01 14:05:26 +01:00
Library_textfd.mk
Library_xmlfa.mk update unusedmethods plugin to deal with constructors 2016-05-18 10:03:44 +00:00
Library_xmlfd.mk
Library_xsltdlg.mk
Library_xsltfilter.mk
Makefile
Module_filter.mk merged graphic import/export into a single library 2015-11-06 11:42:36 +00:00
Package_docbook.mk
Package_xhtml.mk
Package_xslt.mk
README document filter's type and filters split 2015-09-25 06:43:04 +02: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 (!).
Svgreader is used for "File->Open" and then to choose the svg file.
For "Insert->Picture->From File", see svgio/source/svgreader directory.

====================
filter configuration
====================

The filter configuration consists of two parts, the type definition in
filter/source/config/fragments/types/ and the actual filter definition
in filter/source/config/fragments/filters/.

Each file type e.g. text file should be represented by exactly one
type definition. This type can then be referenced by several different
filters, e.g. calc text, writer text.