Lines Matching refs:xComboBox
2872 uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); in createPeer() local
2874 xComboBox->addActionListener( &maActionListeners ); in createPeer()
2876 xComboBox->addItemListener( &maItemListeners ); in createPeer()
2884 uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); in addActionListener() local
2885 xComboBox->addActionListener( &maActionListeners ); in addActionListener()
2893 uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); in removeActionListener() local
2894 xComboBox->removeActionListener( &maActionListeners ); in removeActionListener()
2904 uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); in addItemListener() local
2905 xComboBox->addItemListener( &maItemListeners ); in addItemListener()
2913 …uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); // MT: Mal alles so ums… in removeItemListener() local
2914 xComboBox->removeItemListener( &maItemListeners ); in removeItemListener()