[Libreoffice-commits] core.git: sdext/README
Michael Meeks
michael.meeks at collabora.com
Tue Jul 7 13:47:48 PDT 2015
sdext/README | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
New commits:
commit 9a9b192ba57063311a7af8e48590272520f8aff9
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue Jul 7 21:54:06 2015 +0100
Improve sdext/ README.
Change-Id: I64a5313f39efbe091a5c7164ca29535e4b45b00c
diff --git a/sdext/README b/sdext/README
index 2f0a933..0007188 100644
--- a/sdext/README
+++ b/sdext/README
@@ -1 +1,20 @@
Extensions for the Impress and Draw applications.
+
+source/pdfimport/ - PDF import
+
+ Uses an external poplar process to parse and handle PDF
+ import as draw shapes.
+
+source/minimizer/ - Presentation Minizer
+
+ Shrinks presentations by down-scaling images, and removing
+ extraneous eg. embedded OLE content.
+
+source/presenter/ - Impress / Presenter Console.
+
+ This couples to sd/ in rather strange ways. Its design is
+ heavily mangled by an attempt to use only UNO interfaces
+ which are highly inadequate. This leads to somewhat
+ ridiculous situations. Activating in response to
+ configuration keys (for example), and the 'XPresenterHelper'
+ interface inside sd/ used to create and manage windows.
More information about the Libreoffice-commits
mailing list