[Bug 124099] Hyperlink become normal text while importing a document from URL using XDocumentInsertable interface

2014-02-11 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124099 Edwin Sharp el...@apache.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug 124099] Hyperlink become normal text while importing a document from URL using XDocumentInsertable interface

2014-01-27 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124099 --- Comment #5 from jvchbabu jvchb...@gmail.com --- Trying with macro may not arise now. The same call to import a document(html file) from url using XDocumentInsertable is working fine in 3.3 version of open office. It's failed in OO4.0.1.

[Bug 124099] Hyperlink become normal text while importing a document from URL using XDocumentInsertable interface

2014-01-26 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124099 --- Comment #3 from jvchbabu jvchb...@gmail.com --- The arguments constructed has the below filter. PropertyValue[] insertArgs = new PropertyValue[1]; PropertyValue args = new PropertyValue(); args.Name = FilterName; args.Value = HTML

[Bug 124099] Hyperlink become normal text while importing a document from URL using XDocumentInsertable interface

2014-01-26 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124099 --- Comment #4 from hanya hanya.r...@gmail.com --- Created attachment 82405 -- https://issues.apache.org/ooo/attachment.cgi?id=82405action=edit Test macro written in Java I wrote the macro attached in Java but I could not reproduce the