https://bz.apache.org/ooo/show_bug.cgi?id=126950
--- Comment #6 from mroe <[email protected]> --- I'm not an AOO developer. But it seems that SvxUnoTextField is the visual representation (View) of ScCellFieldObj (Model). SvxUnoTextField supports "com.sun.star.text.TextField.URL" (and "com.sun.star.text.textfield.URL") whereas ScCellFieldObj it doesn't. ScCellFieldObj simply stores the needed values in /Representation/, /TargetFrame/ and /URL/. It doesn't know something about its visual representation. SvxUnoTextField implements com.sun.star.text.TextField.URL which reads the stored Values and uses /Format/ for the type of representation (text/button). -- You are receiving this mail because: You are the assignee for the issue.
