Searched refs:_scrollrow (Results 1 – 4 of 4) sorted by relevance
68 ScVbaPane::setScrollRow( sal_Int32 _scrollrow ) throw (uno::RuntimeException) in setScrollRow() argument70 if( _scrollrow < 1 ) in setScrollRow()75 m_xViewPane->setFirstVisibleRow( _scrollrow - 1 ); in setScrollRow()
48 virtual void SAL_CALL setScrollRow( sal_Int32 _scrollrow ) throw (css::uno::RuntimeException);
372 ScVbaWindow::setScrollRow( const uno::Any& _scrollrow ) throw (uno::RuntimeException) in setScrollRow() argument379 _scrollrow >>= scrollRow; in setScrollRow()
100 …virtual void SAL_CALL setScrollRow( const css::uno::Any& _scrollrow ) throw (css::uno::RuntimeExce…
Completed in 17 milliseconds