Lines Matching refs:FmXGridControl
359 return *(new FmXGridControl(_rxFactory)); in FmXGridControl_NewInstance_Impl()
361 DBG_NAME(FmXGridControl ) in DBG_NAME() argument
363 FmXGridControl::FmXGridControl(const Reference< XMultiServiceFactory >& _rxFactory) in DBG_NAME()
374 DBG_CTOR(FmXGridControl ,NULL); in DBG_NAME()
378 FmXGridControl::~FmXGridControl() in ~FmXGridControl()
380 DBG_DTOR(FmXGridControl ,NULL); in ~FmXGridControl()
384 Any SAL_CALL FmXGridControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation()
394 Sequence< Type> SAL_CALL FmXGridControl::getTypes( ) throw(RuntimeException) in getTypes()
400 Sequence<sal_Int8> SAL_CALL FmXGridControl::getImplementationId( ) throw(RuntimeException) in getImplementationId()
417 sal_Bool SAL_CALL FmXGridControl::supportsService(const ::rtl::OUString& ServiceName) throw() in supportsService()
428 ::rtl::OUString SAL_CALL FmXGridControl::getImplementationName() throw() in getImplementationName()
434 ::comphelper::StringSequence SAL_CALL FmXGridControl::getSupportedServiceNames() throw() in getSupportedServiceNames()
443 void SAL_CALL FmXGridControl::dispose() throw( RuntimeException ) in dispose()
457 ::rtl::OUString FmXGridControl::GetComponentServiceName() in GetComponentServiceName()
464 sal_Bool SAL_CALL FmXGridControl::setModel(const Reference< ::com::sun::star::awt::XControlModel >&… in setModel()
481 FmXGridPeer* FmXGridControl::imp_CreatePeer(Window* pParent) in imp_CreatePeer()
506 void SAL_CALL FmXGridControl::createPeer(const Reference< ::com::sun::star::awt::XToolkit >& /*rToo… in createPeer()
665 void FmXGridControl::addModifyListener(const Reference< ::com::sun::star::util::XModifyListener >& … in addModifyListener()
676 sal_Bool SAL_CALL FmXGridControl::select( const Any& _rSelection ) throw (IllegalArgumentException,… in select()
684 Any SAL_CALL FmXGridControl::getSelection( ) throw (RuntimeException) in getSelection()
692 void SAL_CALL FmXGridControl::addSelectionChangeListener( const Reference< XSelectionChangeListener… in addSelectionChangeListener()
703 void SAL_CALL FmXGridControl::removeSelectionChangeListener( const Reference< XSelectionChangeListe… in removeSelectionChangeListener()
714 Sequence< sal_Bool > SAL_CALL FmXGridControl::queryFieldDataType( const Type& xType ) throw(Runtime… in queryFieldDataType()
727 Sequence< Any > SAL_CALL FmXGridControl::queryFieldData( sal_Int32 nRow, const Type& xType ) throw(… in queryFieldData()
740 void SAL_CALL FmXGridControl::removeModifyListener(const Reference< ::com::sun::star::util::XModify… in removeModifyListener()
751 void SAL_CALL FmXGridControl::draw( sal_Int32 x, sal_Int32 y ) throw( RuntimeException ) in draw()
760 void SAL_CALL FmXGridControl::setDesignMode(sal_Bool bOn) throw( RuntimeException ) in setDesignMode()
810 void SAL_CALL FmXGridControl::addUpdateListener(const Reference< XUpdateListener >& l) throw( Runti… in addUpdateListener()
821 void SAL_CALL FmXGridControl::removeUpdateListener(const Reference< XUpdateListener >& l) throw( Ru… in removeUpdateListener()
832 sal_Bool SAL_CALL FmXGridControl::commit() throw( RuntimeException ) in commit()
843 void SAL_CALL FmXGridControl::addContainerListener(const Reference< XContainerListener >& l) throw(… in addContainerListener()
854 void SAL_CALL FmXGridControl::removeContainerListener(const Reference< XContainerListener >& l) thr… in removeContainerListener()
865 Reference< ::com::sun::star::frame::XDispatch > SAL_CALL FmXGridControl::queryDispatch(const ::com… in queryDispatch()
875 Sequence< Reference< ::com::sun::star::frame::XDispatch > > SAL_CALL FmXGridControl::queryDispatche… in queryDispatches()
885 void SAL_CALL FmXGridControl::registerDispatchProviderInterceptor(const Reference< ::com::sun::star… in registerDispatchProviderInterceptor()
893 void SAL_CALL FmXGridControl::releaseDispatchProviderInterceptor(const Reference< ::com::sun::star:… in releaseDispatchProviderInterceptor()
901 void SAL_CALL FmXGridControl::addGridControlListener( const Reference< XGridControlListener >& _lis… in addGridControlListener()
915 void SAL_CALL FmXGridControl::removeGridControlListener( const Reference< XGridControlListener >& _… in removeGridControlListener()
930 sal_Int16 SAL_CALL FmXGridControl::getCurrentColumnPosition() throw( RuntimeException ) in getCurrentColumnPosition()
937 void SAL_CALL FmXGridControl::setCurrentColumnPosition(sal_Int16 nPos) throw( RuntimeException ) in setCurrentColumnPosition()
949 sal_Bool SAL_CALL FmXGridControl::hasElements() throw( RuntimeException ) in hasElements()
956 Type SAL_CALL FmXGridControl::getElementType( ) throw(RuntimeException) in getElementType()
963 Reference< XEnumeration > SAL_CALL FmXGridControl::createEnumeration() throw( RuntimeException ) in createEnumeration()
974 sal_Int32 SAL_CALL FmXGridControl::getCount() throw( RuntimeException ) in getCount()
981 Any SAL_CALL FmXGridControl::getByIndex(sal_Int32 _nIndex) throw( IndexOutOfBoundsException, Wrappe… in getByIndex()
992 void SAL_CALL FmXGridControl::setMode(const ::rtl::OUString& Mode) throw( NoSupportException, Runti… in setMode()
1002 ::rtl::OUString SAL_CALL FmXGridControl::getMode() throw( RuntimeException ) in getMode()
1009 ::comphelper::StringSequence SAL_CALL FmXGridControl::getSupportedModes() throw( RuntimeException ) in getSupportedModes()
1016 sal_Bool SAL_CALL FmXGridControl::supportsMode(const ::rtl::OUString& Mode) throw( RuntimeException… in supportsMode()