Searched refs:myPathSelection (Results 1 – 3 of 3) sorted by relevance
99 PathSelection myPathSelection; field in AgendaWizardDialogImpl172 …if(myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) {myPathSel… in startWizard()191 if (myPathSelection.usedPathPicker) { in validatePath()194 myPathSelection.usedPathPicker = false; in validatePath()202 myPathSelection.sDefaultDirectory = sUserTemplatePath; in insertPathSelectionControl()203 myPathSelection.sDefaultName = "myAgendaTemplate.ott"; in insertPathSelectionControl()204 myPathSelection.sDefaultFilter = "writer8_template"; in insertPathSelectionControl()205 myPathSelection.addSelectionListener(new myPathSelectionListener()); in insertPathSelectionControl()461 sPath = myPathSelection.getSelectedPath(); in finishWizard()463 myPathSelection.triggerPathPicker(); in finishWizard()[all …]
69 PathSelection myPathSelection; field in FaxWizardDialogImpl162 myPathSelection.initializePath(); in startWizard()213 sPath = myPathSelection.getSelectedPath(); in finishWizard()216 myPathSelection.triggerPathPicker(); in finishWizard()217 sPath = myPathSelection.getSelectedPath(); in finishWizard()326 if (myPathSelection.usedPathPicker) in validatePath()330 myPathSelection.usedPathPicker = false; in validatePath()338 myPathSelection.sDefaultDirectory = sUserTemplatePath; in insertPathSelectionControl()339 myPathSelection.sDefaultName = "myFaxTemplate.ott"; in insertPathSelectionControl()340 myPathSelection.sDefaultFilter = "writer8_template"; in insertPathSelectionControl()[all …]
74 PathSelection myPathSelection; field in LetterWizardDialogImpl205 myPathSelection.initializePath(); in startWizard()254 sPath = myPathSelection.getSelectedPath(); in finishWizard()257 myPathSelection.triggerPathPicker(); in finishWizard()258 sPath = myPathSelection.getSelectedPath(); in finishWizard()382 myPathSelection.initializePath(); in optBusinessLetterItemChanged()402 myPathSelection.initializePath(); in optPrivOfficialLetterItemChanged()422 myPathSelection.initializePath(); in optPrivateLetterItemChanged()1422 if (myPathSelection.usedPathPicker) in validatePath()1426 myPathSelection.usedPathPicker = false; in validatePath()[all …]
Completed in 30 milliseconds