office-gobmx/sd
Tomaž Vajngerl 14175b130f add a test for "fit to frame" text rendering
Change-Id: If304f12e1f1fbe3afea4885975302b77b428567f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142187
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-11-04 15:18:39 +01:00
..
inc Removed sd/inc/fadedef.h 2022-10-18 08:40:18 +02:00
qa add a test for "fit to frame" text rendering 2022-11-04 15:18:39 +01:00
res
sdi tdf#151197: Remove EmojiControl 2022-09-29 14:39:17 +02:00
source fix rendering of text when "fit to frame" is enabled 2022-11-03 07:24:22 +01:00
uiconfig Add Properties area in insertlayer.ui dialog 2022-10-31 16:47:46 +01:00
util merge sdfilt library into sd 2022-09-14 15:11:46 +02:00
workben Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx 2022-08-18 17:10:19 +02:00
xml
xsl
AllLangMoTarget_sd.mk
CppunitTest_sd_a11y.mk tdf#150064 Add tests for a11y tree order 2022-08-02 16:30:47 +02:00
CppunitTest_sd_activex_controls_tests.mk CppunitTest_sd_activex_controls_tests: inherit from UnoApiTest 2022-10-31 12:37:35 +01:00
CppunitTest_sd_dialogs_test.mk
CppunitTest_sd_export_tests-ooxml1.mk
CppunitTest_sd_export_tests-ooxml2.mk
CppunitTest_sd_export_tests-ooxml3.mk Add missing test dependency 2022-01-22 16:45:09 +01:00
CppunitTest_sd_export_tests.mk
CppunitTest_sd_filter_eppt.mk CppunitTest_sd_filter_eppt: inherit from UnoApiTest 2022-10-21 23:33:59 +02:00
CppunitTest_sd_filters_test.mk
CppunitTest_sd_html_export_tests.mk CppunitTest_sd_html_export_tests: inherit from UnoApiTest 2022-10-26 14:08:38 +02:00
CppunitTest_sd_import_tests-smartart.mk
CppunitTest_sd_import_tests.mk
CppunitTest_sd_import_tests2.mk
CppunitTest_sd_layout_tests.mk CppunitTest_sd_layout_tests: inherit from UnoApiTest and XmlTestTools 2022-10-26 15:12:06 +02:00
CppunitTest_sd_misc_tests.mk CppunitTest_sd_misc_tests: inherit from UnoApiTest 2022-10-28 17:05:15 +02:00
CppunitTest_sd_pdf_import_test.mk CppunitTest_sd_pdf_import_test: inherit from UnoApiTest 2022-10-26 11:06:50 +02:00
CppunitTest_sd_png_export_tests.mk CppunitTest_sd_png_export_tests: inherit from UnoApiTest 2022-10-26 14:23:45 +02:00
CppunitTest_sd_shape_import_export_tests.mk CppunitTest_sd_shape_import_export_tests: inherit from UnoApiTest 2022-10-28 16:18:47 +02:00
CppunitTest_sd_svg_export_tests.mk CppunitTest_sd_svg_export_tests: inherit from UnoApiTest 2022-10-24 22:20:54 +02:00
CppunitTest_sd_tiledrendering.mk CppunitTest_sd_tiledrendering: inherit from UnoApiTest 2022-10-26 14:03:03 +02:00
CppunitTest_sd_uiimpress.mk More CppunitTests need the ASan hack 2022-10-26 21:22:53 +02:00
CppunitTest_sd_uimpress.mk no need to dynamically ImportCGM symbol 2022-09-14 08:33:26 +02:00
export_setup.mk CppunitTest_sd_export_tests-ooxml1: inherit from UnoApiTest 2022-10-27 19:30:56 +02:00
import_setup.mk CppunitTest_sd_import_tests-smartart: inherit from UnoApiTest 2022-10-31 13:48:42 +01:00
IwyuFilter_sd.yaml move ErrCode to comphelper and improve debug output string 2022-09-14 08:34:38 +02:00
JunitTest_sd_unoapi.mk
Library_sd.mk merge sdfilt library into sd 2022-09-14 15:11:46 +02:00
Library_sdd.mk
Library_sdui.mk
Makefile
Module_sd.mk merge sdfilt library into sd 2022-09-14 15:11:46 +02:00
Package_opengl.mk
Package_web.mk
Package_xml.mk
README.md
README.vars Document SD_DEBUG env var 2022-06-22 13:47:50 +02:00
README_REMOTE
UIConfig_sdraw.mk
UIConfig_simpress.mk
UITest_impress_tests.mk uitest: sd: move data folder one level up 2021-12-20 19:29:48 +01:00
UITest_impress_tests2.mk uitest: sd: split UITest_impress_tests into 2 2022-08-11 10:22:34 +02:00
UITest_sd_findReplace.mk uitest: sd: move data folder one level up 2021-12-20 19:29:48 +01:00

LibreOffice Impress / Draw Application

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/opengl).

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

  • 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

PPTX Export / Import Filters

PPTX export filter is split into 2 parts. Impress related part is in sd/source/filter/eppt/pptx-* and the other part is in oox/source/export/ because it contains mostly code related to DrawingML, which is shared with writer and calc ooxml export.

The export filter was written in 2009 IIRC and was not much extended feature-wise lately.

Future Works

Add custom shapes export (see below). enhance text output, we don't write text style for indentation levels now, need to export a:lvl1pPr, a:lvl2pPr, ... elements.

PPTX import was written by Sun/Oracle and then extended in LibreOffice a lot during bug fixing. It is located in oox/source/ppt and oox/source/drawingml. The areas with most bugs (at least until today) were shape placeholders and text style inheritance.