Searched refs:FmXFilterCell (Results 1 – 2 of 2) sorted by relevance
219 m_pCell = new FmXFilterCell(this, pCellControl); in CreateControl()268 if (m_pCell && m_pCell->ISA(FmXFilterCell)) in UpdateFromField()269 PTR_CAST(FmXFilterCell, m_pCell)->Update(); in UpdateFromField()418 if (m_pCell && m_pCell->ISA(FmXFilterCell)) in GetCellText()521 else if ( m_pCell->ISA( FmXFilterCell ) ) in Paint()522 static_cast< FmXFilterCell* >( m_pCell )->PaintCell( rDev, rRect ); in Paint()4642 TYPEINIT1(FmXFilterCell, FmXGridCell);4647 return *new FmXFilterCell(); in FmXFilterCell_CreateInstance()4650 DBG_NAME(FmXFilterCell);4652 FmXFilterCell::FmXFilterCell(DbGridColumn* pColumn, DbCellControl* pControl ) in FmXFilterCell() function in FmXFilterCell[all …]
1102 class FmXFilterCell :public FmXGridCell class1107 virtual ~FmXFilterCell();1110 FmXFilterCell(DbGridColumn* pColumn = NULL, DbCellControl* pControl = NULL);1113 DECLARE_UNO3_AGG_DEFAULTS(FmXFilterCell, FmXGridCell);1123 static FmXFilterCell* getImplementation(