Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java175 if (myConfig.cp_BusinessLetter.cp_Greeting.equals(PropertyNames.EMPTY_STRING)) in startWizard()
177 myConfig.cp_BusinessLetter.cp_Greeting = resources.GreetingLabels[0]; in startWizard()
183 if (myConfig.cp_PrivateOfficialLetter.cp_Greeting.equals(PropertyNames.EMPTY_STRING)) in startWizard()
185 myConfig.cp_PrivateOfficialLetter.cp_Greeting = resources.GreetingLabels[1]; in startWizard()
191 if (myConfig.cp_PrivateLetter.cp_Greeting.equals(PropertyNames.EMPTY_STRING)) in startWizard()
193 myConfig.cp_PrivateLetter.cp_Greeting = resources.GreetingLabels[2]; in startWizard()
H A DCGLetter.java47 public String cp_Greeting; field in CGLetter
/AOO42X/main/wizards/com/sun/star/wizards/fax/
H A DCGFax.java40 public String cp_Greeting; field in CGFax