Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/table/
H A DPrimaryKeyHandler.java54 private XCheckBox chkcreatePrimaryKey; field in PrimaryKeyHandler
92chkcreatePrimaryKey = CurUnoDialog.insertCheckBox("chkcreatePrimaryKey", SPRIMEKEYMODE, this, in PrimaryKeyHandler()
229 if (chkcreatePrimaryKey.getState() == 0) in iscompleted()
258 boolean bdoEnable = (this.chkcreatePrimaryKey.getState() == 1); in togglePrimeKeyFields()
315 if (chkcreatePrimaryKey.getState() == 1) in isAutomaticMode()
330 if (chkcreatePrimaryKey.getState() == 1) in isAutoIncremented()
402 if (chkcreatePrimaryKey.getState() == 0) in getPrimaryKeyFields()

Completed in 16 milliseconds