Searched refs:DbCheckBox (Results 1 – 2 of 2) sorted by relevance
194 case TYPE_CHECKBOX: pCellControl = new DbCheckBox(*this); break; in CreateControl()539 TYPEINIT1( DbCheckBox, DbCellControl ) in TYPEINIT1()1644 DbCheckBox::DbCheckBox( DbGridColumn& _rColumn ) in DbCheckBox() function in DbCheckBox1666 void DbCheckBox::Init( Window& rParent, const Reference< XRowSet >& xCursor ) in Init()1702 CellControllerRef DbCheckBox::CreateController() const in CreateController()1728 void DbCheckBox::UpdateFromField(const Reference< ::com::sun::star::sdb::XColumn >& _rxField, const… in UpdateFromField()1734 void DbCheckBox::PaintFieldToCell(OutputDevice& rDev, const Rectangle& rRect, in PaintFieldToCell()1743 void DbCheckBox::updateFromModel( Reference< XPropertySet > _rxModel ) in updateFromModel()1753 sal_Bool DbCheckBox::commitControl() in commitControl()1764 XubString DbCheckBox::GetFormatText(const Reference< XColumn >& /*_rxField*/, const Reference< XNum… in GetFormatText()
461 class DbCheckBox : public DbCellControl class465 DbCheckBox(DbGridColumn& _rColumn);
Completed in 47 milliseconds