office-gobmx/sd
Noel Grandin 244803ee2b tsan:lock-order-inversion in MasterPageObserver
simply the initialisation using a function local static

Change-Id: Ib5b42dccd69e79822b10ab357c357003b35f9d0d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145340
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-01-12 06:53:29 +00:00
..
inc Revert all the recent loplugin:unocast changes 2023-01-05 11:45:51 +00:00
qa rename BitmapEx::GetAlpha to GetAlphaMask 2023-01-11 08:57:13 +00:00
res
sdi tdf#151197: Remove EmojiControl 2022-09-29 14:39:17 +02:00
source tsan:lock-order-inversion in MasterPageObserver 2023-01-12 06:53:29 +00:00
uiconfig tdf#152612 Add Duplicate page item to Pagepane context menu 2022-12-21 10:10:29 +00: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 sd: replace hardcoded table styles with xml file 2022-11-29 09:39:22 +01:00
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
CppunitTest_sd_export_tests.mk
CppunitTest_sd_filter_eppt.mk move password handling from SwModelTestBase to UnoApiTest 2022-11-11 20:09:41 +01: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 Revert all the recent loplugin:unocast changes 2023-01-05 11:45:51 +00: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 sd: replace hardcoded table styles with xml file 2022-11-29 09:39:22 +01:00
README.md
README.vars Document SD_DEBUG env var 2022-06-22 13:47:50 +02:00
README_REMOTE
UIConfig_sdraw.mk tdf#139633 SdNavigator: Enhancement to rename pages and objects 2022-11-09 08:23:42 +01:00
UIConfig_simpress.mk weld InformationDialog info dialog 2022-12-06 19:30:22 +00:00
UITest_impress_tests.mk
UITest_impress_tests2.mk uitest: sd: split UITest_impress_tests into 2 2022-08-11 10:22:34 +02:00
UITest_sd_findReplace.mk

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.