Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialog.java100 XButton btnRemove; field in AgendaWizardDialog
323 btnRemove = insertButton("btnRemove", BTNREMOVE_ACTION_PERFORMED, in buildStep5()
H A DTopicsControl.java349 …UnoDialog2.setEnabled(getAD().btnRemove, (lastFocusRow < scrollfields.size() - 1 ? Boolean.TRUE : … in enableButtons()