https://bz.apache.org/ooo/show_bug.cgi?id=126950
--- Comment #4 from mroe <[email protected]> --- Please have a look at https://www.openoffice.org/api/docs/common/ref/com/sun/star/text/TextPortion.html ----------- TextField [ readonly ] XTextField TextField; Usage Restrictions optional Description contains the text field of a text portion of type TextField. ----------- With the Enumeration you get a "SvxUnoTextField". Readonly, see above. With oCell.getTextFields().getByIndex( 0 ) you get a "ScCellFieldObj". https://www.openoffice.org/api/docs/common/ref/com/sun/star/text/XTextFieldsSupplier.html#getTextFields You should discuss this behaviour in an user forum. -- You are receiving this mail because: You are the assignee for the issue.
