Lines Matching refs:FmXCheckBoxCell

224             case TYPE_CHECKBOX: m_pCell = new FmXCheckBoxCell( this, *pCellControl );  break;  in CreateControl()
3923 DBG_NAME(FmXCheckBoxCell);
3925 FmXCheckBoxCell::FmXCheckBoxCell( DbGridColumn* pColumn, DbCellControl& _rControl ) in FmXCheckBoxCell() function in FmXCheckBoxCell
3931 DBG_CTOR(FmXCheckBoxCell,NULL); in FmXCheckBoxCell()
3935 FmXCheckBoxCell::~FmXCheckBoxCell() in ~FmXCheckBoxCell()
3943 DBG_DTOR(FmXCheckBoxCell,NULL); in ~FmXCheckBoxCell()
3948 void FmXCheckBoxCell::disposing() in disposing()
3961 Any SAL_CALL FmXCheckBoxCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(R… in queryAggregation()
3972 Sequence< ::com::sun::star::uno::Type > SAL_CALL FmXCheckBoxCell::getTypes( ) throw(RuntimeExcepti… in getTypes()
3981 IMPLEMENT_GET_IMPLEMENTATION_ID( FmXCheckBoxCell ) in IMPLEMENT_GET_IMPLEMENTATION_ID() argument
3984 void SAL_CALL FmXCheckBoxCell::addItemListener( const Reference< ::com::sun::star::awt::XItemListen… in IMPLEMENT_GET_IMPLEMENTATION_ID()
3990 void SAL_CALL FmXCheckBoxCell::removeItemListener( const Reference< ::com::sun::star::awt::XItemLis… in removeItemListener()
3996 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()
4030 void SAL_CALL FmXCheckBoxCell::addActionListener( const Reference< awt::XActionListener >& _Listene… in addActionListener()
4036 void SAL_CALL FmXCheckBoxCell::removeActionListener( const Reference< awt::XActionListener >& _List… in removeActionListener()
4042 void SAL_CALL FmXCheckBoxCell::setLabel( const ::rtl::OUString& _Label ) throw (RuntimeException) in setLabel()
4053 void SAL_CALL FmXCheckBoxCell::setActionCommand( const ::rtl::OUString& _Command ) throw (RuntimeEx… in setActionCommand()
4059 Window* FmXCheckBoxCell::getEventWindow() const in getEventWindow()
4065 void FmXCheckBoxCell::onWindowEvent( const sal_uIntPtr _nEventId, const Window& _rWindow, const voi… in onWindowEvent()