summaryrefslogtreecommitdiff
path: root/toolkit/doc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 10:35:12 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 10:35:12 +0000
commit741931d7a2f9de564a959097664c2d81bad15504 (patch)
tree3f081636436f0cd67d9bfc0de11908849b35c087 /toolkit/doc
parent68efaefe7c7b1f6727a74f580762dc67e9e99390 (diff)
INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED
2008/02/15 09:56:40 jcn 1.1.2.2: Remove byteseq.cxx c&p from xml_byteseq.cxx. 2008/02/13 08:56:21 jcn 1.1.2.1: Import src2xml and doc/layout from GIT.
Diffstat (limited to 'toolkit/doc')
-rw-r--r--toolkit/doc/layout/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/toolkit/doc/layout/README b/toolkit/doc/layout/README
new file mode 100644
index 000000000000..1e3737f90a77
--- /dev/null
+++ b/toolkit/doc/layout/README
@@ -0,0 +1,26 @@
+Layout engine for OpenOffice.org - Work in Progress
+
+Simple dialogs have been ported now: zoom and wordcount.
+
+Code lives in "layout" CWS.
+
+* Ceckout layout cws.
+
+* Configure using --enable-layout.
+
+* dmake all
+
+* dmake install DESTDIR=$(pwd)/ooo-layout/
+
+* Source refresh in workben/layout, do something like
+
+ cd toolkit/workben/layout && . ./refresh --inst .../ooo-layout/
+
+Integration into OOo:
+
+* After instaling, run
+
+ cd ooo-cvs/program
+ ./soffice.bin
+
+ Start a [Writer] document and choose View/Zoom or Extra/Word count.