On 08/14/08 16:47, Andreas Schneider wrote:
The first thing I though of, was to use the method specified here: http://codesnippets.services.openoffice.org/Calc/Calc.CopySheet.snip which selects all, then copies, then pastes. But since this fiddles with the clipboard, I would really like to avoid it ... that looks more like a workaround than a solution.
You can use the view's XTransferableSupplier interface. You still have to select the data in the view, but the clipboard isn't changed.
Niklas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
