Searched refs:FmXCheckBoxCell (Results 1 – 2 of 2) sorted by relevance
3923 DBG_NAME(FmXCheckBoxCell);3925 FmXCheckBoxCell::FmXCheckBoxCell( DbGridColumn* pColumn, DbCellControl& _rControl ) in FmXCheckBoxCell() function in FmXCheckBoxCell3931 DBG_CTOR(FmXCheckBoxCell,NULL); in FmXCheckBoxCell()3935 FmXCheckBoxCell::~FmXCheckBoxCell() in ~FmXCheckBoxCell()3943 DBG_DTOR(FmXCheckBoxCell,NULL); in ~FmXCheckBoxCell()3948 void FmXCheckBoxCell::disposing() in disposing()3981 IMPLEMENT_GET_IMPLEMENTATION_ID( FmXCheckBoxCell ) in IMPLEMENT_GET_IMPLEMENTATION_ID() argument3996 void SAL_CALL FmXCheckBoxCell::setState( short n ) throw( RuntimeException ) in setState()4008 short SAL_CALL FmXCheckBoxCell::getState() throw( RuntimeException ) in getState()4021 void SAL_CALL FmXCheckBoxCell::enableTriState( sal_Bool b ) throw( RuntimeException ) in enableTriState()[all …]
959 class FmXCheckBoxCell : public FmXDataCell, class968 virtual ~FmXCheckBoxCell();971 FmXCheckBoxCell( DbGridColumn* pColumn, DbCellControl& _rControl );974 DECLARE_UNO3_AGG_DEFAULTS(FmXCheckBoxCell, FmXDataCell);
Completed in 59 milliseconds