Searched refs:VCLXComboBox (Results 1 – 8 of 8) sorted by relevance
3866 void VCLXComboBox::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()3900 VCLXComboBox::VCLXComboBox() in VCLXComboBox() function in VCLXComboBox3905 VCLXComboBox::~VCLXComboBox() in ~VCLXComboBox()3919 void VCLXComboBox::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()3997 sal_Int16 VCLXComboBox::getItemCount() throw(::com::sun::star::uno::RuntimeException) in getItemCount()4044 sal_Int16 VCLXComboBox::getDropDownLineCount() throw(::com::sun::star::uno::RuntimeException) in getDropDownLineCount()4152 void VCLXComboBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()4276 void SAL_CALL VCLXComboBox::listItemRemoved( const ItemListEvent& i_rEvent ) throw (RuntimeExceptio… in listItemRemoved()4308 void SAL_CALL VCLXComboBox::allItemsRemoved( const EventObject& i_rEvent ) throw (RuntimeException) in allItemsRemoved()4320 void SAL_CALL VCLXComboBox::itemListChanged( const EventObject& i_rEvent ) throw (RuntimeException) in itemListChanged()[all …]
722 *ppNewComp = new VCLXComboBox; in ImplCreateWindow()
47 class VCLXComboBox;115 createAccessibleContext( VCLXComboBox* _pXWindow ) = 0;
127 createAccessibleContext( VCLXComboBox* _pXWindow );338 …Reference< XAccessibleContext > AccessibleFactory::createAccessibleContext( VCLXComboBox* _pXWindo… in createAccessibleContext()
129 createAccessibleContext( VCLXComboBox* /*_pXWindow*/ ) in createAccessibleContext() argument
67 case WINDOW_COMBOBOX: return new VCLXComboBox; in CreateXWindow()
749 class VCLXComboBox : public VCLXComboBox_Base class761 VCLXComboBox();762 ~VCLXComboBox();
2728 UNO_CONTROL_MODEL_REGISTER_PROPERTIES( VCLXComboBox ); in UnoControlComboBoxModel()
Completed in 96 milliseconds