Lines Matching refs:DbComboBox
195 case TYPE_COMBOBOX: pCellControl = new DbComboBox(*this); break; in CreateControl()
540 TYPEINIT1( DbComboBox, DbCellControl ) in TYPEINIT1()
2462 DbComboBox::DbComboBox(DbGridColumn& _rColumn) in DbComboBox() function in DbComboBox
2473 void DbComboBox::_propertyChanged( const PropertyChangeEvent& _rEvent ) throw( RuntimeException ) in _propertyChanged()
2486 void DbComboBox::SetList(const Any& rItems) in SetList()
2505 void DbComboBox::implAdjustGenericFieldSetting( const Reference< XPropertySet >& _rxModel ) in implAdjustGenericFieldSetting()
2517 void DbComboBox::Init( Window& rParent, const Reference< XRowSet >& xCursor ) in Init()
2543 CellControllerRef DbComboBox::CreateController() const in CreateController()
2549 String DbComboBox::GetFormatText(const Reference< ::com::sun::star::sdb::XColumn >& _rxField, const… in GetFormatText()
2565 void DbComboBox::UpdateFromField(const Reference< ::com::sun::star::sdb::XColumn >& _rxField, const… in UpdateFromField()
2571 void DbComboBox::updateFromModel( Reference< XPropertySet > _rxModel ) in updateFromModel()
2583 sal_Bool DbComboBox::commitControl() in commitControl()