Difference between revisions of "PowerPoint filter"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Export)
 
Line 14: Line 14:
 
The export code is contained in sd/source/filter/eppt
 
The export code is contained in sd/source/filter/eppt
  
 +
PPTWriter is the main class that will write the binary stream. Its implementation is spread accross eppt.cxx and epptso.cxx.
  
 
[[Category:Impress]]
 
[[Category:Impress]]
 
[[Category:Filter]]
 
[[Category:Filter]]

Latest revision as of 08:15, 6 November 2007

The PowerPoint filter is in charge of importing and exporting from/to PowerPoint binary documents (.PPT) into Impress. If you are a looking for the PPTX files from PowerPoint 2007, please go to the Office Open XML.

The PowerPoint filter is maintained by Sven Jacobi.

Import

The import code is scattered between the svx and sd modules. Relevant files are in:

  • sd/source/filter/ppt
  • svx/source/svdraw/svdfppt.cxx

Export

The export code is contained in sd/source/filter/eppt

PPTWriter is the main class that will write the binary stream. Its implementation is spread accross eppt.cxx and epptso.cxx.

Personal tools