Home
last modified time | relevance | path

Searched refs:optDisplayAllData (Results 1 – 1 of 1) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/form/
H A DDataEntrySetter.java41 private XRadioButton optDisplayAllData; field in DataEntrySetter
68optDisplayAllData = CurUnoDialog.insertRadioButton("optDisplayAllData", "toggleCheckBoxes", this, in DataEntrySetter()
118 if (optDisplayAllData.getState()) in getFormProperties()
139 boolean bdisplayalldata = optDisplayAllData.getState(); in toggleCheckBoxes()