http://openoffice.org/bugzilla/show_bug.cgi?id=110015
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW AssignedTo|[email protected] |[email protected] --- Comment #5 from [email protected] 2011-04-11 15:08:22 --- I set default formating to make all visible on paragraph: result is true. Then just setting the first test-characters to hidden, result is again false. ->confirmed; OS? Code from Makro: Sub Main xFieldMasters = ThisComponent.getTextFieldMasters() if (xFieldMasters.hasByName("com.sun.star.text.FieldMaster.User.A")) then xFieldMaster = xFieldMasters.getByName("com.sun.star.text.FieldMaster.User.A") xDependentTextFields =xFieldMaster.DependentTextFields For i = lBound(xDependentTextFields()) to uBound(xDependentTextFields()) xField = xDependentTextFields(i) msgBox "Field is displayed: " & cBool( xField.isFieldDisplayed ) next End If End Sub -- Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Bugzilla. Please log into the website and enter your comments. --------------------------------------------------------------------- -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help
