Lines Matching refs:FmXEditCell
228 m_pCell = new FmXEditCell( this, *pCellControl ); in CreateControl()
3656 DBG_NAME(FmXEditCell);
3658 FmXEditCell::FmXEditCell( DbGridColumn* pColumn, DbCellControl& _rControl ) in FmXEditCell() function in FmXEditCell
3665 DBG_CTOR(FmXEditCell,NULL); in FmXEditCell()
3683 FmXEditCell::~FmXEditCell() in ~FmXEditCell()
3692 DBG_DTOR(FmXEditCell,NULL); in ~FmXEditCell()
3697 void FmXEditCell::disposing() in disposing()
3712 Any SAL_CALL FmXEditCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Runti… in queryAggregation()
3723 Sequence< ::com::sun::star::uno::Type > SAL_CALL FmXEditCell::getTypes( ) throw(RuntimeException) in getTypes()
3732 IMPLEMENT_GET_IMPLEMENTATION_ID( FmXEditCell ) in IMPLEMENT_GET_IMPLEMENTATION_ID() argument
3736 void SAL_CALL FmXEditCell::addTextListener(const Reference< ::com::sun::star::awt::XTextListener >&… in IMPLEMENT_GET_IMPLEMENTATION_ID()
3742 void SAL_CALL FmXEditCell::removeTextListener(const Reference< ::com::sun::star::awt::XTextListener… in removeTextListener()
3748 void SAL_CALL FmXEditCell::setText( const ::rtl::OUString& aText ) throw( RuntimeException ) in setText()
3763 void SAL_CALL FmXEditCell::insertText(const ::com::sun::star::awt::Selection& rSel, const ::rtl::OU… in insertText()
3775 ::rtl::OUString SAL_CALL FmXEditCell::getText() throw( RuntimeException ) in getText()
3799 ::rtl::OUString SAL_CALL FmXEditCell::getSelectedText( void ) throw( RuntimeException ) in getSelectedText()
3813 void SAL_CALL FmXEditCell::setSelection( const ::com::sun::star::awt::Selection& aSelection ) throw… in setSelection()
3822 ::com::sun::star::awt::Selection SAL_CALL FmXEditCell::getSelection( void ) throw( RuntimeException… in getSelection()
3834 sal_Bool SAL_CALL FmXEditCell::isEditable( void ) throw( RuntimeException ) in isEditable()
3842 void SAL_CALL FmXEditCell::setEditable( sal_Bool bEditable ) throw( RuntimeException ) in setEditable()
3851 sal_Int16 SAL_CALL FmXEditCell::getMaxTextLen() throw( RuntimeException ) in getMaxTextLen()
3859 void SAL_CALL FmXEditCell::setMaxTextLen( sal_Int16 nLen ) throw( RuntimeException ) in setMaxTextLen()
3868 void SAL_CALL FmXEditCell::addChangeListener( const Reference< form::XChangeListener >& _Listener )… in addChangeListener()
3874 void SAL_CALL FmXEditCell::removeChangeListener( const Reference< form::XChangeListener >& _Listene… in removeChangeListener()
3880 void FmXEditCell::onTextChanged() in onTextChanged()
3888 void FmXEditCell::onFocusGained( const awt::FocusEvent& _rEvent ) in onFocusGained()
3895 void FmXEditCell::onFocusLost( const awt::FocusEvent& _rEvent ) in onFocusLost()
3907 void FmXEditCell::onWindowEvent( const sal_uIntPtr _nEventId, const Window& _rWindow, const void* _… in onWindowEvent()