https://bugs.freedesktop.org/show_bug.cgi?id=81113

--- Comment #2 from Kevin Suo <suokunl...@gmail.com> ---
More info: WebQuery works as expected using macro in 4.3.0.2:

sub myWebQuery

        dim document   as object
        dim dispatcher as object

        document   = ThisComponent.CurrentController.Frame
        dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

        dim args1(2) as new com.sun.star.beans.PropertyValue
        args1(0).Name = "FileName"
        args1(0).Value =
"http://stock.finance.qq.com/corp1/cbsheet.php?zqdm=600585&type=2013";
        args1(1).Name = "FilterName"
        args1(1).Value = "calc_HTML_WebQuery"
        args1(2).Name = "Source"
        args1(2).Value = "HTML_TABLES

        dispatcher.executeDispatch(document, ".uno:InsertExternalDataSource",
"", 0,args1())

end sub

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to