Searched refs:FmXFilterCell (Results 1 – 2 of 2) sorted by relevance
268 if (m_pCell && m_pCell->ISA(FmXFilterCell)) in UpdateFromField()521 else if ( m_pCell->ISA( FmXFilterCell ) ) 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 FmXFilterCell4656 DBG_CTOR(FmXFilterCell,NULL); in FmXFilterCell()4663 FmXFilterCell::~FmXFilterCell() in ~FmXFilterCell()4671 DBG_DTOR(FmXFilterCell,NULL); in ~FmXFilterCell()4708 FmXFilterCell* FmXFilterCell::getImplementation(const Reference< ::com::sun::star::awt::XControl >&… in getImplementation()[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(
Completed in 35 milliseconds