Home
last modified time | relevance | path

Searched refs:xSaveTextBox (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DPathSelection.java44 public XTextComponent xSaveTextBox; field in PathSelection
82xSaveTextBox = CurUnoDialog.insertTextField("txtSavePath", "callXPathSelectionListener", this, new… in insert()
108 return xSaveTextBox.getText(); in getSelectedPath()
116 xSaveTextBox.setText(myFA.getPath(sDefaultDirectory + "/" + sDefaultName, null)); in initializePath()
144 xSaveTextBox.setText(myFA.getPath(sStorePath, null)); in triggerPathPicker()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java203 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in startWizard()
380 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in optBusinessLetterItemChanged()
400 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in optPrivOfficialLetterItemChanged()
420 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in optPrivateLetterItemChanged()
1508 …(UnoDataAware.attachEditControl(cgl, "cp_TemplatePath", myPathSelection.xSaveTextBox, null, true)); in initConfiguration()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportFinalizer.java46 XTextComponent[] xSaveTextBox = new XTextComponent[2]; field in ReportFinalizer
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialogImpl.java160 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in startWizard()
510 …(UnoDataAware.attachEditControl(cgl, "cp_TemplatePath", myPathSelection.xSaveTextBox, null, true)); in initConfiguration()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialogImpl.java172 …if(myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) {myPathSel… in startWizard()
420 Helper.setUnoPropertyValue( getModel(myPathSelection.xSaveTextBox), "Text", path); in setFilename()

Completed in 34 milliseconds