Searched refs:insertComboBox (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog2.java | 118 …public XComboBox insertComboBox(String sName, String actionPerformed, String itemChanged, String t… in insertComboBox() method in UnoDialog2 140 …public XComboBox insertComboBox(String sName, String actionPerformed, String itemChanged, String t… in insertComboBox() method in UnoDialog2 142 …return insertComboBox(sName, actionPerformed, textChanged, itemChanged, this, sPropNames, oPropVal… in insertComboBox()
|
H A D | UnoDialog.java | 461 …public XComboBox insertComboBox(String sName, int iControlKey, XActionListener xActionListener, XT… in insertComboBox() method in UnoDialog
|
/aoo41x/main/wizards/com/sun/star/wizards/fax/ |
H A D | FaxWizardDialog.java | 237 …lstCommunicationType = insertComboBox("lstCommunicationType", LSTCOMMUNICATIONTYPE_ACTION_PERFORME… in buildStep2() 264 …lstSalutation = insertComboBox("lstSalutation", LSTSALUTATION_ACTION_PERFORMED, LSTSALUTATION_ITEM… in buildStep2() 282 …lstGreeting = insertComboBox("lstGreeting", LSTGREETING_ACTION_PERFORMED, LSTGREETING_ITEM_CHANGED… in buildStep2()
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | unodialog.hxx | 97 …com::sun::star::uno::Reference< com::sun::star::awt::XComboBox > insertComboBox( const rtl::OUStri…
|
H A D | unodialog.cxx | 299 Reference< XComboBox > UnoDialog::insertComboBox( const OUString& rName, const Sequence< OUString >… in insertComboBox() function in UnoDialog
|
H A D | optimizerdialogcontrols.cxx | 341 …Reference< XTextComponent > xTextComponent( insertComboBox( rControlName, aNames, aValues ), UNO_Q… in ImplInsertComboBox()
|
/aoo41x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterWizardDialog.java | 561 …lstSalutation = insertComboBox("lstSalutation", LSTSALUTATION_ACTION_PERFORMED, LSTSALUTATION_ITEM… in buildStep3() 588 …lstGreeting = insertComboBox("lstGreeting", LSTGREETING_ACTION_PERFORMED, LSTGREETING_ITEM_CHANGED… in buildStep3()
|
/aoo41x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample.java | 150 oUnoDialogSample.insertComboBox(106, 250, 50); in main() 988 public XComboBox insertComboBox(int _nPosX, int _nPosY, int _nWidth){ in insertComboBox() method in UnoDialogSample
|
/aoo41x/main/wizards/com/sun/star/wizards/web/ |
H A D | WebWizardDialog.java | 866 …cbSaveSettings = insertComboBox("txtSaveSettings", TXTSAVESETTINGS_TEXT_CHANGED, TXTSAVESETTINGS_T… in buildStep7()
|
Completed in 66 milliseconds