Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormConfiguration.java49 XCheckBox chkcreateSubForm; field in FormConfiguration
75 chkcreateSubForm = CurUnoDialog.insertCheckBox("chkcreateSubForm", SSUBFORMMODE, this, in FormConfiguration()
144 return ((chkcreateSubForm.getState() == 1) && (optOnExistingRelation.getState())); in areexistingRelationsdefined()
149 boolean bdoEnable = (this.chkcreateSubForm.getState() == 1); in toggleSubFormMode()
163 …pertyNames.PROPERTY_ENABLED, Boolean.valueOf(bsupportsRelations && (chkcreateSubForm.getState() ==… in initialize()
169 if (chkcreateSubForm.getState() == 1) in toggleSteps()
229 …e = bsupportsRelations && this.optOnExistingRelation.getState() && (chkcreateSubForm.getState() ==… in toggleRelationsListbox()
236 return (this.chkcreateSubForm.getState() == 1); in hasSubForm()

Completed in 16 milliseconds