Files
loongoffice/offapi
Stephan Bergmann 5658600001 No need for two Excel filter services
The reason to have both export-only XclExpXmlStream
("com.sun.star.comp.oox.ExcelFilterExport") and im-/export oox::xls::ExcelFilter
("com.sun.star.comp.oox.xls.ExcelFilter"), where the latter uses the former to
implement export, appears to be historic.

Get rid of the former service, but keep it as an independent C++ class for now
(still also deriving from XmlFilterBase)---this can likely be cleaned up by
somebdoy versed in those XmlFilterBase details.

With the last use (in oox::xls::ExcelFilter, to instantiate XclExpXmlStream) of
the recently introduced com.sun.star.oox.ExcelFilterExport new-style service
gone now, remove that service again.

Change-Id: Id3adacd293cbe4390242827615f074d4bbe9d85a
2013-05-31 18:11:30 +02:00
..
2013-04-24 09:17:05 +02:00

Contains all of the IDL files except those in [[udkapi]]

i.e. the interfaces that are specific to the OppenOffice.org application.
An artificial (?) separation.

The reference offapi/type_reference/offapi.rdb and
udkapi/type_reference/udkapi.rdb (formerly combined into a single
offapi/type_reference/types.rdb), used to detect inadvertent incompatible
changes, are maintained via offapi/type_reference/update-rdb.sh (see its usage
message for details) for cases where we deliberately /do/ become incompatible.
Old such cases are listed in offapi/type_reference/typelibrary_history.txt,
newer such cases are recorded in the git log of (now removed)
offapi/type_reference/types.rdb, new such cases are recorded in the git logs of
offapi/type_reference/offapi.rdb and udkapi/type_reference/udkapi.rdb.