blob: 1e3737f90a77d6a93356e10dfe61c7e61dab6c68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.
|