office-gobmx/sdext
Mike Kaganski a6a6921123 Use good old string literals in assertXPath and friends
These are only sent to an external API expecting char*-like strings,
or for comparison. Having every assertXPath having three of _[ou]str
is too much syntactic noise, making the unit tests almost unreadable.

Change-Id: Ic004a36ea75e7bfe0b96f405c40f926a957b51cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174416
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-10-05 10:06:44 +02:00
..
inc remove leftover PresenterScreen PCH files 2024-03-19 16:33:00 +01:00
qa/unit Use good old string literals in assertXPath and friends 2024-10-05 10:06:44 +02:00
source tdf#162887 sdext.pdfimport: Fix tilingPatternFill crash 2024-09-27 15:59:14 +02:00
CppunitTest_sdext_pdfimport.mk
CustomTarget_pdfimport.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
Executable_pdf2xml.mk
Executable_pdfunzip.mk
Executable_xpdfimport.mk add explicit png build dependency to xpdfimport 2024-05-15 11:42:14 +02:00
IwyuFilter_sdext.yaml tdf#146619 Drop unused 'using namespace' in: sdext/ 2024-03-31 19:22:57 +02:00
Library_pdfimport.mk
Library_PresentationMinimizer.mk
Makefile
Module_sdext.mk
Package_pdfimport_xpdfimport.mk Related: tdf#160260 Drop xpdfimport.err.pdf, let PDF import return false 2024-04-04 08:29:35 +02:00
README.md READMEs update: presenter console is now in sd instead of sdext 2024-06-02 18:33:01 +02:00

Extensions for the Impress and Draw Applications

source/pdfimport/ - PDF import

Uses an external poppler process to parse and handle PDF import as draw shapes.

source/minimizer/ - Presentation Minimizer

Shrinks presentations by down-scaling images, and removing extraneous eg. embedded OLE content.