Lines Matching refs:UnoGridControl

279 UnoGridControl::UnoGridControl( const Reference< XMultiServiceFactory >& i_factory )  in UnoGridControl()  function in toolkit::UnoGridControl
288 UnoGridControl::~UnoGridControl() in ~UnoGridControl()
293 OUString UnoGridControl::GetComponentServiceName() in GetComponentServiceName()
299 void SAL_CALL UnoGridControl::dispose( ) throw(RuntimeException) in dispose()
308 void SAL_CALL UnoGridControl::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const … in createPeer()
357 sal_Bool SAL_CALL UnoGridControl::setModel( const Reference< XControlModel >& i_model ) throw(Runti… in setModel()
367 ::sal_Int32 UnoGridControl::getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star::un… in getRowAtPoint()
374 ::sal_Int32 UnoGridControl::getColumnAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star:… in getColumnAtPoint()
381 ::sal_Int32 SAL_CALL UnoGridControl::getCurrentColumn( ) throw (RuntimeException) in getCurrentColumn()
388 ::sal_Int32 SAL_CALL UnoGridControl::getCurrentRow( ) throw (RuntimeException) in getCurrentRow()
395 void SAL_CALL UnoGridControl::goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (… in goToCell()
402 void SAL_CALL UnoGridControl::selectRow( ::sal_Int32 i_rowIndex ) throw (RuntimeException, IndexOut… in selectRow()
408 void SAL_CALL UnoGridControl::selectAllRows() throw (::com::sun::star::uno::RuntimeException) in selectAllRows()
414 void SAL_CALL UnoGridControl::deselectRow( ::sal_Int32 i_rowIndex ) throw (RuntimeException, IndexO… in deselectRow()
420 void SAL_CALL UnoGridControl::deselectAllRows() throw (::com::sun::star::uno::RuntimeException) in deselectAllRows()
426 ::com::sun::star::uno::Sequence< ::sal_Int32 > SAL_CALL UnoGridControl::getSelectedRows() throw (::… in getSelectedRows()
432 ::sal_Bool SAL_CALL UnoGridControl::hasSelectedRows() throw (::com::sun::star::uno::RuntimeExceptio… in hasSelectedRows()
438 ::sal_Bool SAL_CALL UnoGridControl::isRowSelected(::sal_Int32 index) throw (::com::sun::star::uno::… in isRowSelected()
444 void SAL_CALL UnoGridControl::addSelectionListener(const ::com::sun::star::uno::Reference< ::com::s… in addSelectionListener()
450 void SAL_CALL UnoGridControl::removeSelectionListener(const ::com::sun::star::uno::Reference< ::com… in removeSelectionListener()
459 …return Reference < XInterface >( ( ::cppu::OWeakObject* ) new ::toolkit::UnoGridControl( i_factory… in GridControl_CreateInstance()