Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialogImpl.java99 PathSelection myPathSelection; field in AgendaWizardDialogImpl
172 …if(myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) {myPathSel… in startWizard()
191 if (myPathSelection.usedPathPicker) { in validatePath()
194 myPathSelection.usedPathPicker = false; in validatePath()
200myPathSelection = new PathSelection(xMSF, this, PathSelection.TransferMode.SAVE, PathSelection.Dia… in insertPathSelectionControl()
201myPathSelection.insert(6, 97, 70, 205, (short) 45, resources.reslblTemplatePath_value, true, HelpI… in insertPathSelectionControl()
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()
[all …]
/AOO41X/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialogImpl.java69 PathSelection myPathSelection; field in FaxWizardDialogImpl
160 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in startWizard()
162 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()
336myPathSelection = new PathSelection(xMSF, this, PathSelection.TransferMode.SAVE, PathSelection.Dia… in insertPathSelectionControl()
337myPathSelection.insert(5, 97, 70, 205, (short) 45, resources.reslblTemplatePath_value, true, HelpI… in insertPathSelectionControl()
[all …]
/AOO41X/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java74 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()
[all …]