0982b526bf
Reported by: Jianyuan Li Patch by: Jianyuan Li Review by: SunYing (cherry picked from commit 09c33de80a0e5fa321979e53bf88c4d17271eba8) Conflicts: filter/inc/filter/msfilter/escherex.hxx filter/inc/filter/msfilter/msdffimp.hxx filter/source/msfilter/escherex.cxx filter/source/msfilter/msdffimp.cxx Change-Id: I80a60af4862eb99523ea59e4f788b685d6de1fbd WaE fixes: reorder initialization, handle all cases in switch, ... (cherry picked from commit 350f294badf378806348e77e6a8ed0b5f1d5b77d) Conflicts: filter/source/msfilter/msdffimp.cxx Change-Id: I4f1bde463921d48d1e014d0521427eaa9294663e Add default to switch statements to avoid compiler warnings. Patch by: Jianyuan Li (cherry picked from commit f1302af0d803ca969022e69bcf7deeb62459f789) Change-Id: I4e78e3b565d5922d452d2cfd1bf473af1587d29b |
||
---|---|---|
.. | ||
inc | ||
qa | ||
res | ||
sdi | ||
source | ||
uiconfig | ||
util | ||
workben | ||
xml | ||
xsl | ||
AllLangResTarget_sd.mk | ||
CppunitTest_sd_filters_test.mk | ||
CppunitTest_sd_import_tests.mk | ||
CppunitTest_sd_uimpress.mk | ||
JunitTest_sd_unoapi.mk | ||
Library_sd.mk | ||
Library_sdd.mk | ||
Library_sdfilt.mk | ||
Library_sdui.mk | ||
Makefile | ||
Module_sd.mk | ||
Package_opengl.mk | ||
Package_web.mk | ||
Package_xml.mk | ||
README | ||
README_REMOTE | ||
UIConfig_sdraw.mk | ||
UIConfig_simpress.mk |
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