Home
last modified time | relevance | path

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

/trunk/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()
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 …]
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialogImpl.java69 PathSelection myPathSelection; field in FaxWizardDialogImpl
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()
338 myPathSelection.sDefaultDirectory = sUserTemplatePath; in insertPathSelectionControl()
339 myPathSelection.sDefaultName = "myFaxTemplate.ott"; in insertPathSelectionControl()
340 myPathSelection.sDefaultFilter = "writer8_template"; in insertPathSelectionControl()
[all …]
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java74 PathSelection myPathSelection; field in LetterWizardDialogImpl
205 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 44 milliseconds