| View previous topic :: View next topic |
| Author |
Message |
fendavid Guest
|
Posted: Wed Jul 07, 2004 3:20 am Post subject: exit openoffice.org |
|
|
Hy,
how to exit openoffice from OObasic ? When I do "thiscomponent.close()", the current document is closed but openoffice server always run (I can see the soffice processus with a command : ' ps ' ). I want to do a macro wich exit openoffice (as file->exit).
Thanks |
|
| Back to top |
|
 |
flex OOo Enthusiast


Joined: 06 Jul 2004 Posts: 122 Location: Vienna | Austria
|
Posted: Wed Jul 07, 2004 4:25 am Post subject: |
|
|
maybe you can realize it with
thiscomponente.endexecute()
or
thiscomponente.dispose()
rty it out! |
|
| Back to top |
|
 |
verflixtnix Power User

Joined: 11 May 2004 Posts: 79 Location: Germany, Hamburg
|
Posted: Wed Jul 07, 2004 4:43 am Post subject: |
|
|
| Code: | | StarDesktop.terminate |
If you try it out, close your OOo-macro editor before, this can't be closed, if the macro is running. _________________ Jan Lüdtke
SuseLinux9.0 - OOo1.1.2 / Win2000 - OOo1.1.2 |
|
| Back to top |
|
 |
|