Revision 650602

Go back to digest for 8th April 2007

Features in Office

Sebastian Sauer committed changes in /trunk/koffice/kword/plugins/scripting/scripts:

This KWord python script uses Kross and PyUNO to optional import content from any by OpenOffice.org supported fileformat.

We are using the PyUNO module to access OpenOffice.org. For this an optional hidden OpenOffice.org instance need to be started. Then the script connects as client to this OpenOffice.org server instance and controls it.

If the script got executed and the connecting to the server failed, then it will startup such a hidden OpenOffice.org server instance and shuts it down again once the work is done again.

File Changes

Added 2 files
  • /trunk/koffice/kword/plugins/scripting/scripts
  •   /ooimport.py
  •   /ooimportconfig.ui
Modified 2 files
  • /trunk/koffice/kword/plugins/scripting/scripts
  •   /CMakeLists.txt
  •   /scripts.rc
4 files changed in total