office-gobmx/sd
Michael Stahl e264ff550f bluez_bluetooth: remove Package_inc
Change-Id: I1168fca3ad3091f9562dfe25aee45329ebbb4988
2013-05-07 01:41:23 +02:00
..
inc remove unused resources and add some mnemonic widgets 2013-05-03 12:33:51 +01:00
qa
res install webview files using filelist 2013-05-01 16:55:41 +02:00
sdi Better wording for Impress "Start from first/current Slide" 2013-04-26 14:12:52 +00:00
source fix typos (wich instead of which) 2013-05-06 20:07:23 +02:00
uiconfig remove unused resources and add some mnemonic widgets 2013-05-03 12:33:51 +01:00
util
workben
xml
xsl
AllLangResTarget_sd.mk remove unused resources and add some mnemonic widgets 2013-05-03 12:33:51 +01:00
CppunitTest_sd_filters_test.mk fdo#46808 Convert animations::ParallelTimeContainer to new style 2013-04-25 08:56:38 +02:00
CppunitTest_sd_regression_test.mk fdo#46808 Convert animations::ParallelTimeContainer to new style 2013-04-25 08:56:38 +02:00
CppunitTest_sd_uimpress.mk
JunitTest_sd_unoapi.mk
Library_sd.mk bluez_bluetooth: remove Package_inc 2013-05-07 01:41:23 +02:00
Library_sdd.mk
Library_sdfilt.mk
Library_sdui.mk
Makefile
Module_sd.mk install impress xml config files using filelists 2013-05-04 16:44:47 +02:00
Package_opengl.mk install impress xml config files using filelists 2013-05-04 16:44:47 +02:00
Package_web.mk install webview files using filelist 2013-05-01 16:55:41 +02:00
Package_xml.mk install impress xml config files using filelists 2013-05-04 16:44:47 +02:00
README add more description about sd module and important presentation filters 2013-05-04 11:30:59 +02:00
README_REMOTE
UIConfig_sdraw.mk adapt code to duplicate object dialog 2013-04-29 13:55:21 +01:00
UIConfig_simpress.mk remove unused resources and add some mnemonic widgets 2013-05-03 12:33:51 +01:00

The core directory for the impress/draw applications.

Think of impress as a hack on top of draw.


sd module contains impress/draw specific code, non-shared UI and part
of ppt and pptx filter, few other filters too.

the slideshow UI lives here as well, the slideshow engine is in
slideshow module though (including the 3D transitions engine
slideshow/source/engine/OGLTrans).

the most used filters are ODF's odp, binary ppt and OOXML's
pptx. their locations are listed bellow:

 * odp import and export filters are in xmloff module (mostly xmloff/source/draw)

 * ppt import is in sd/source/filter/ppt (big shared chunks are also in svx)
 * ppt export is in sd/source/filter/eppt (big shared chunks are also in svx)

 * pptx import is in oox/source/ppt (and uses a lot of
   oox/source/drawingml and oox/source/*)
 * pptx export is in sd/source/filter/eppt (mostly in pptx-* source
   files) and shared part is in oox/source/export