Searched refs:xSaveTextBox (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | PathSelection.java | 44 public XTextComponent xSaveTextBox; field in PathSelection 82 …xSaveTextBox = 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()
|
/aoo42x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterWizardDialogImpl.java | 203 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()
|
/aoo42x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaWizardDialogImpl.java | 172 …if(myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) {myPathSel… in startWizard() 420 Helper.setUnoPropertyValue( getModel(myPathSelection.xSaveTextBox), "Text", path); in setFilename()
|
/aoo42x/main/wizards/com/sun/star/wizards/fax/ |
H A D | FaxWizardDialogImpl.java | 160 if (myPathSelection.xSaveTextBox.getText().equalsIgnoreCase(PropertyNames.EMPTY_STRING)) in startWizard() 510 …(UnoDataAware.attachEditControl(cgl, "cp_TemplatePath", myPathSelection.xSaveTextBox, null, true)); in initConfiguration()
|
/aoo42x/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportFinalizer.java | 46 XTextComponent[] xSaveTextBox = new XTextComponent[2]; field in ReportFinalizer
|
Completed in 23 milliseconds