Searched refs:SalutationLabels (Results 1 – 4 of 4) sorted by relevance
40 protected String[] SalutationLabels = new String[4]; field in FaxWizardDialogResources158 SalutationLabels[i - 1] = getResText(RID_FAXWIZARDSALUTATION_START + i); in loadSalutationResources()
429 … setControlProperty("lstSalutation", PropertyNames.STRING_ITEM_LIST, resources.SalutationLabels); in initializeSalutation()448 xTextComponent.setText(resources.SalutationLabels[0]); in setDefaultForGreetingAndSalutationAndCommunication()
40 protected String[] SalutationLabels = new String[3]; field in LetterWizardDialogResources191 SalutationLabels[i - 1] = getResText(RID_LETTERWIZARDSALUTATION_START + i); in loadSalutationResources()
181 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()