Difference between revisions of "Oox"

From Apache OpenOffice Wiki
Jump to: navigation, search
(added directory structure and some short descriptions.)
(core: added ImportBase)
Line 4: Line 4:
 
== core ==
 
== core ==
 
This directory includes common code for all filters.
 
This directory includes common code for all filters.
 +
 +
=== ImportBase (class) ===
 +
The base class for application specific import filters, currently sub-classed by '''oox::ppt::PowerPointImport''' and '''oox::xls::ExcelFilter'''.  It implements [http://api.openoffice.org/docs/common/ref/com/sun/star/document/XImporter.html XImporter] and [http://api.openoffice.org/docs/common/ref/com/sun/star/document/XFilter.html XFilter] interfaces.
  
 
== drawingml ==
 
== drawingml ==

Revision as of 20:36, 5 March 2007

Stands for Office OpenXML. The name of the module that handle OpenXML import. Part of the Xml project.

Directory Structure

core

This directory includes common code for all filters.

ImportBase (class)

The base class for application specific import filters, currently sub-classed by oox::ppt::PowerPointImport and oox::xls::ExcelFilter. It implements XImporter and XFilter interfaces.

drawingml

ppt

token

xls

This directory includes code specific to XLSX filter.

Personal tools