[Libreoffice-bugs] [Bug 126683] New: calc libreoffice basic 6.2.5.2 does not wait answer after dispatcher.executeDispatch(document, ".uno:Paste", "", 0, Array())
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 3 07:05:50 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=126683
Bug ID: 126683
Summary: calc libreoffice basic 6.2.5.2 does not wait answer
after dispatcher.executeDispatch(document,
".uno:Paste", "", 0, Array())
Product: LibreOffice
Version: 6.2.5.2 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: factor23 at hotmail.com
Description:
This problem occurs with both portable and not portable windows version
It does not ooccur with portable version 3.1.0.3
Actual Results:
sub Test
rem ----------------------------------------------------------------------
rem define variables
dim document as object
dim dispatcher as object
rem ----------------------------------------------------------------------
rem get access to the document
document = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
rem ----------------------------------------------------------------------
dispatcher.executeDispatch(document, ".uno:Paste", "", 0, Array())
rem ----------------------------------------------------------------------
dispatcher.executeDispatch(document, ".uno:Print", "", 0, Array())
end sub
Expected Results:
Diplay of csv page import after past
after clic on ok display of the defaut printer
Reproducible: Always
User Profile Reset: No
Additional Info:
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190803/4f71565e/attachment.html>
More information about the Libreoffice-bugs
mailing list