Hi Oliver, sorry for my late answer. I was sick :-(
> oSrcDoc.CurrentController.Select(oSrcSection.Anchor) > oDispatcher.executeDispatch(oSrcDispFrame, ".uno:Copy", "", 0, arr()) > oDstDoc.CurrentController.Select(oDstSection.Anchor) > oDispatcher.executeDispatch(oDstDispFrame, ".uno:Paste", "", 0, arr()) this is a very good idea. I'll test it in Java. But this seems to solve my problem. Thanks for the idea! > Or you create a tmp autotext: [...] This is also a good idea. But I think I'll first try your first idea. Greetings, Tobias --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
