xref: /aoo41x/main/toolkit/doc/layout/README (revision cdf0e10c)
1*cdf0e10cSrcweirLayout engine for OpenOffice.org  -  Work in Progress
2*cdf0e10cSrcweir
3*cdf0e10cSrcweirSimple dialogs have been ported now: zoom and wordcount.
4*cdf0e10cSrcweir
5*cdf0e10cSrcweirNew code lives in "layoutdialogs" CWS or ooo-build trunk.
6*cdf0e10cSrcweir
7*cdf0e10cSrcweir* Checkout layoutdialogs cws.
8*cdf0e10cSrcweir
9*cdf0e10cSrcweir* Configure using --enable-layout.
10*cdf0e10cSrcweir
11*cdf0e10cSrcweir* [d]make all
12*cdf0e10cSrcweir
13*cdf0e10cSrcweir* [d]make install DESTDIR=$(pwd)/ooo-layout/
14*cdf0e10cSrcweir
15*cdf0e10cSrcweirIntegration into OOo:
16*cdf0e10cSrcweir
17*cdf0e10cSrcweir* After instaling, run
18*cdf0e10cSrcweir
19*cdf0e10cSrcweir  cd ooo-cvs/program
20*cdf0e10cSrcweir  ./soffice.bin
21*cdf0e10cSrcweir
22*cdf0e10cSrcweir  Start a [Writer] document and choose View/Zoom or Extra/Word count.
23*cdf0e10cSrcweir
24*cdf0e10cSrcweir* Also See workben/layout/README.