Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/table/
H A DTableWizard.java62 public static final int SOFIELDSFORMATPAGE = 2; field in TableWizard
100 case SOFIELDSFORMATPAGE: in leaveStep()
103 super.setStepEnabled(SOFIELDSFORMATPAGE, sfieldnames.length > 0); in leaveStep()
121 case SOFIELDSFORMATPAGE: in enterStep()
145 case SOFIELDSFORMATPAGE: in iscompleted()
177 if (_ndialogpage != TableWizard.SOFIELDSFORMATPAGE) in setcompleted()
179 bFieldFormatsiscompleted = iscompleted(SOFIELDSFORMATPAGE); in setcompleted()
195 super.setStepEnabled(SOFIELDSFORMATPAGE, true); in setcompleted()
208 else if (_ndialogpage == SOFIELDSFORMATPAGE) in setcompleted()
210 super.enablefromStep(super.getCurrentStep() + 1, iscompleted(SOFIELDSFORMATPAGE)); in setcompleted()
[all …]
H A DFieldFormatter.java66 curtabindex = (short) (TableWizard.SOFIELDSFORMATPAGE * 100); in FieldFormatter()
67 IFieldFormatStep = new Integer(TableWizard.SOFIELDSFORMATPAGE); in FieldFormatter()
235 CurUnoDialog.setcompleted(TableWizard.SOFIELDSFORMATPAGE, blistispopulated); in toggleButtons()
298 CurUnoDialog.setcompleted(TableWizard.SOFIELDSFORMATPAGE, benable); in removeFieldName()