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