summaryrefslogtreecommitdiffstats
path: root/sdext/README
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-07-07 21:54:06 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-07-07 21:56:08 +0100
commit9a9b192ba57063311a7af8e48590272520f8aff9 (patch)
tree108c9296ff9dbe28838313f1a775e8fc057781a7 /sdext/README
parentAdded Test for tdf#80020 Impress style inheritance (diff)
downloadcore-9a9b192ba57063311a7af8e48590272520f8aff9.tar.gz
core-9a9b192ba57063311a7af8e48590272520f8aff9.zip
Improve sdext/ README.
Change-Id: I64a5313f39efbe091a5c7164ca29535e4b45b00c
Diffstat (limited to 'sdext/README')
-rw-r--r--sdext/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/sdext/README b/sdext/README
index 2f0a933f19b0..0007188c032c 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.