Issue 25609

Summary: API: insertDocumentFromUrl called at the cursorhas no effect
Product: Writer Reporter: Joost Andrae <Joost.Andrae>
Component: codeAssignee: AOO issues mailing list <issues>
Status: ACCEPTED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: 680m26   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description Joost Andrae 2004-02-17 15:19:55 UTC
The web page autopilot starts but within the dialog no form controls are
included within the document created.
JA: version found src680m26
Comment 1 Joost Andrae 2004-02-18 10:13:50 UTC
.
Comment 2 berend.cornelius 2004-06-07 10:43:25 UTC
. According to OS -> yours. If you need help with the old webwizard please give
me a call
Comment 3 Joost Andrae 2004-06-10 14:10:30 UTC
JA: changed prio. Title has to be changed according to the changes to be done
regarding the API.
JA->BC: please change the title and give TL a short summary what has to be done.
Comment 4 berend.cornelius 2004-06-10 14:14:07 UTC
The following code snippet should actually insert a document into the current
document. But it has no effect:
		oCursor = oBaseDocument.Text.CreateTextCursor()
		oCursor.GotoStart(False)
		oCursor.GotoEnd(True)
		oCursor.SetAllPropertiesToDefault()
		oCursor.InsertDocumentfromURL(FileStr, NoArgs())
Comment 5 thomas.lange 2004-06-10 14:25:51 UTC
.
Comment 6 chne 2004-06-17 10:10:33 UTC
tl/cn/bc: office later