Lines Matching refs:FmXGridCell

3219 TYPEINIT0(FmXGridCell);
3222 DBG_NAME(FmXGridCell);
3224 FmXGridCell::FmXGridCell( DbGridColumn* pColumn, DbCellControl* _pControl ) in FmXGridCell() function in FmXGridCell
3234 DBG_CTOR(FmXGridCell,NULL); in FmXGridCell()
3238 void FmXGridCell::init() in init()
3242 pEventWindow->AddEventListener( LINK( this, FmXGridCell, OnWindowEvent ) ); in init()
3246 Window* FmXGridCell::getEventWindow() const in getEventWindow()
3254 FmXGridCell::~FmXGridCell() in ~FmXGridCell()
3262 DBG_DTOR(FmXGridCell,NULL); in ~FmXGridCell()
3266 void FmXGridCell::SetTextLineColor() in SetTextLineColor()
3273 void FmXGridCell::SetTextLineColor(const Color& _rColor) in SetTextLineColor()
3281 Sequence< Type > SAL_CALL FmXGridCell::getTypes( ) throw (RuntimeException) in getTypes()
3296 IMPLEMENT_GET_IMPLEMENTATION_ID( FmXGridCell ) in IMPLEMENT_GET_IMPLEMENTATION_ID() argument
3300 void FmXGridCell::disposing() in IMPLEMENT_GET_IMPLEMENTATION_ID()
3315 Any SAL_CALL FmXGridCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Runti… in queryAggregation()
3330 Reference< XInterface > FmXGridCell::getContext() throw( RuntimeException ) in getContext()
3336 Reference< ::com::sun::star::awt::XControlModel > FmXGridCell::getModel() throw( ::com::sun::star:… in getModel()
3343 sal_Bool FmXGridCell::getLock() throw( RuntimeException ) in getLock()
3349 void FmXGridCell::setLock(sal_Bool _bLock) throw( RuntimeException ) in setLock()
3361 void SAL_CALL FmXGridCell::setPosSize( ::sal_Int32 _XX, ::sal_Int32 _Y, ::sal_Int32 _Width, ::sal_I… in setPosSize()
3373 awt::Rectangle SAL_CALL FmXGridCell::getPosSize( ) throw (RuntimeException) in getPosSize()
3380 void SAL_CALL FmXGridCell::setVisible( ::sal_Bool _Visible ) throw (RuntimeException) in setVisible()
3388 void SAL_CALL FmXGridCell::setEnable( ::sal_Bool _Enable ) throw (RuntimeException) in setEnable()
3396 void SAL_CALL FmXGridCell::setFocus( ) throw (RuntimeException) in setFocus()
3403 void SAL_CALL FmXGridCell::addWindowListener( const Reference< awt::XWindowListener >& _rxListener … in addWindowListener()
3409 void SAL_CALL FmXGridCell::removeWindowListener( const Reference< awt::XWindowListener >& _rxListen… in removeWindowListener()
3415 void SAL_CALL FmXGridCell::addFocusListener( const Reference< awt::XFocusListener >& _rxListener ) … in addFocusListener()
3421 void SAL_CALL FmXGridCell::removeFocusListener( const Reference< awt::XFocusListener >& _rxListener… in removeFocusListener()
3427 void SAL_CALL FmXGridCell::addKeyListener( const Reference< awt::XKeyListener >& _rxListener ) thro… in addKeyListener()
3433 void SAL_CALL FmXGridCell::removeKeyListener( const Reference< awt::XKeyListener >& _rxListener ) t… in removeKeyListener()
3439 void SAL_CALL FmXGridCell::addMouseListener( const Reference< awt::XMouseListener >& _rxListener ) … in addMouseListener()
3445 void SAL_CALL FmXGridCell::removeMouseListener( const Reference< awt::XMouseListener >& _rxListener… in removeMouseListener()
3451 void SAL_CALL FmXGridCell::addMouseMotionListener( const Reference< awt::XMouseMotionListener >& _r… in addMouseMotionListener()
3457 void SAL_CALL FmXGridCell::removeMouseMotionListener( const Reference< awt::XMouseMotionListener >&… in removeMouseMotionListener()
3463 void SAL_CALL FmXGridCell::addPaintListener( const Reference< awt::XPaintListener >& _rxListener ) … in addPaintListener()
3470 void SAL_CALL FmXGridCell::removePaintListener( const Reference< awt::XPaintListener >& _rxListener… in removePaintListener()
3477 IMPL_LINK( FmXGridCell, OnWindowEvent, VclWindowEvent*, _pEvent ) in IMPL_LINK() argument
3486 void FmXGridCell::onFocusGained( const awt::FocusEvent& _rEvent ) in onFocusGained()
3492 void FmXGridCell::onFocusLost( const awt::FocusEvent& _rEvent ) in onFocusLost()
3498 void FmXGridCell::onWindowEvent( const sal_uIntPtr _nEventId, const Window& _rWindow, const void* _… in onWindowEvent()
3586 TYPEINIT1(FmXDataCell, FmXGridCell);
4642 TYPEINIT1(FmXFilterCell, FmXGridCell);
4653 :FmXGridCell( pColumn, pControl ) in FmXFilterCell()
4732 FmXGridCell::disposing(); in disposing()
4738 Any aReturn = FmXGridCell::queryAggregation(_rType); in queryAggregation()
4750 FmXGridCell::getTypes(), in getTypes()