Home
last modified time | relevance | path

Searched refs:SalutationLabels (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialogResources.java40 protected String[] SalutationLabels = new String[4]; field in FaxWizardDialogResources
158 SalutationLabels[i - 1] = getResText(RID_FAXWIZARDSALUTATION_START + i); in loadSalutationResources()
H A DFaxWizardDialogImpl.java429 … setControlProperty("lstSalutation", PropertyNames.STRING_ITEM_LIST, resources.SalutationLabels); in initializeSalutation()
448 xTextComponent.setText(resources.SalutationLabels[0]); in setDefaultForGreetingAndSalutationAndCommunication()
/AOO41X/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogResources.java40 protected String[] SalutationLabels = new String[3]; field in LetterWizardDialogResources
191 SalutationLabels[i - 1] = getResText(RID_LETTERWIZARDSALUTATION_START + i); in loadSalutationResources()
H A DLetterWizardDialogImpl.java181 myConfig.cp_BusinessLetter.cp_Salutation = resources.SalutationLabels[0]; in startWizard()
189 myConfig.cp_PrivateOfficialLetter.cp_Salutation = resources.SalutationLabels[1]; in startWizard()
197 myConfig.cp_PrivateLetter.cp_Salutation = resources.SalutationLabels[2]; in startWizard()
940 xTextComponent.setText(resources.SalutationLabels[0]); in setDefaultForGreetingAndSalutation()
1096 … setControlProperty("lstSalutation", PropertyNames.STRING_ITEM_LIST, resources.SalutationLabels); in initializeSalutation()