1 The core directory for the impress/draw applications.
3 Think of impress as a hack on top of draw.
6 sd module contains impress/draw specific code, non-shared UI and part
7 of ppt and pptx filter, few other filters too.
9 the slideshow UI lives here as well, the slideshow engine is in
10 slideshow module though (including the 3D transitions engine
11 slideshow/source/engine/OGLTrans).
13 the most used filters are ODF's odp, binary ppt and OOXML's
14 pptx. their locations are listed bellow:
16 * odp import and export filters are in xmloff module (mostly xmloff/source/draw)
18 * ppt import is in sd/source/filter/ppt (big shared chunks are also in svx)
19 * ppt export is in sd/source/filter/eppt (big shared chunks are also in svx)
21 * pptx import is in oox/source/ppt (and uses a lot of
22 oox/source/drawingml and oox/source/*)
23 * pptx export is in sd/source/filter/eppt (mostly in pptx-* source
24 files) and shared part is in oox/source/export