Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/table/
H A DPrimaryKeyHandler.java56 private XCheckBox chkApplyAutoValueAutomatic; field in PrimaryKeyHandler
132chkApplyAutoValueAutomatic = CurUnoDialog.insertCheckBox("chkApplyAutoValueAutomatic", SPRIMEKEYMO… in PrimaryKeyHandler()
260 …Helper.setUnoPropertyValue(UnoDialog.getModel(chkApplyAutoValueAutomatic), PropertyNames.PROPERTY_… in togglePrimeKeyFields()
336 bischecked = chkApplyAutoValueAutomatic.getState() == (short) 1; in isAutoIncremented()
377 …Helper.setUnoPropertyValue(UnoDialog.getModel(chkApplyAutoValueAutomatic), PropertyNames.PROPERTY_… in toggleAutomaticAutoValueCheckBox()