Issue 25609 - API: insertDocumentFromUrl called at the cursorhas no effect
Summary: API: insertDocumentFromUrl called at the cursorhas no effect
Status: ACCEPTED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: 680m26
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-17 15:19 UTC by Joost Andrae
Modified: 2013-08-07 14:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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