Searched refs:lstGreeting (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/wizards/com/sun/star/wizards/fax/ |
H A D | FaxWizardDialogImpl.java | 450 xTextComponent = UnoRuntime.queryInterface(XTextComponent.class, lstGreeting); in setDefaultForGreetingAndSalutationAndCommunication() 486 faxDA.add(UnoDataAware.attachEditControl(cgl, "cp_Greeting", lstGreeting, null, true)); in initConfiguration() 826 … XTextComponent xTextComponent = UnoRuntime.queryInterface(XTextComponent.class, lstGreeting); in chkUseGreetingItemChanged() 833 … XTextComponent xTextComponent = UnoRuntime.queryInterface(XTextComponent.class, lstGreeting); in lstGreetingItemChanged()
|
H A D | FaxWizardDialog.java | 51 XComboBox lstGreeting; field in FaxWizardDialog 282 …lstGreeting = insertComboBox("lstGreeting", LSTGREETING_ACTION_PERFORMED, LSTGREETING_ITEM_CHANGED… in buildStep2()
|
/aoo41x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterWizardDialogImpl.java | 929 … XTextComponent xTextComponent = UnoRuntime.queryInterface(XTextComponent.class, lstGreeting); in chkUseGreetingItemChanged() 942 xTextComponent = UnoRuntime.queryInterface(XTextComponent.class, lstGreeting); in setDefaultForGreetingAndSalutation() 951 … XTextComponent xTextComponent = UnoRuntime.queryInterface(XTextComponent.class, lstGreeting); in lstGreetingItemChanged() 1486 … letterDA.add(UnoDataAware.attachEditControl(cgl, "cp_Greeting", lstGreeting, null, true)); in initConfiguration()
|
H A D | LetterWizardDialog.java | 83 XComboBox lstGreeting; field in LetterWizardDialog 588 …lstGreeting = insertComboBox("lstGreeting", LSTGREETING_ACTION_PERFORMED, LSTGREETING_ITEM_CHANGED… in buildStep3()
|
Completed in 29 milliseconds