Searched refs:TYPE_COMBOBOX (Results 1 – 7 of 7) sorted by relevance
43 #define TYPE_COMBOBOX 1 macro
41 pNames[TYPE_COMBOBOX] = FM_COL_COMBOBOX; in getColumnTypes()
721 …lMenu->EnableItem(SID_FM_COMBOBOX + nChangeTypeOffset, bDesignMode && (nColType != TYPE_COMBOBOX)); in PreExecuteColumnContextMenu()
195 case TYPE_COMBOBOX: pCellControl = new DbComboBox(*this); break; in CreateControl()226 case TYPE_COMBOBOX: m_pCell = new FmXComboBoxCell( this, *pCellControl ); break; in CreateControl()
186 #define TYPE_COMBOBOX 1 macro
83 pNames[TYPE_COMBOBOX] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ComboBox" ) ); in getColumnTypes()
387 case TYPE_COMBOBOX: xReturn = new ComboBoxColumn( getContext() ); break; in createColumn()
Completed in 77 milliseconds