Lines Matching refs:myPathSelection

74     PathSelection myPathSelection;  field in LetterWizardDialogImpl
203 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in startWizard()
205 myPathSelection.initializePath(); in startWizard()
254 sPath = myPathSelection.getSelectedPath(); in finishWizard()
257 myPathSelection.triggerPathPicker(); in finishWizard()
258 sPath = myPathSelection.getSelectedPath(); in finishWizard()
380 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in optBusinessLetterItemChanged()
382 myPathSelection.initializePath(); in optBusinessLetterItemChanged()
400 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in optPrivOfficialLetterItemChanged()
402 myPathSelection.initializePath(); in optPrivOfficialLetterItemChanged()
420 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in optPrivateLetterItemChanged()
422 myPathSelection.initializePath(); in optPrivateLetterItemChanged()
1422 if (myPathSelection.usedPathPicker) in validatePath()
1426 myPathSelection.usedPathPicker = false; in validatePath()
1432myPathSelection = new PathSelection(xMSF, this, PathSelection.TransferMode.SAVE, PathSelection.Dia… in insertPathSelectionControl()
1433myPathSelection.insert(6, 97, 70, 205, (short) 45, resources.reslblTemplatePath_value, true, HelpI… in insertPathSelectionControl()
1434 myPathSelection.sDefaultDirectory = sUserTemplatePath; in insertPathSelectionControl()
1435 myPathSelection.sDefaultName = "myLetterTemplate.ott"; in insertPathSelectionControl()
1436 myPathSelection.sDefaultFilter = "writer8_template"; in insertPathSelectionControl()
1437 myPathSelection.addSelectionListener(new myPathSelectionListener()); in insertPathSelectionControl()
1508 …letterDA.add(UnoDataAware.attachEditControl(cgl, "cp_TemplatePath", myPathSelection.xSaveTextBox, … in initConfiguration()