Home
last modified time | relevance | path

Searched refs:_scrollrow (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbapane.cxx68 ScVbaPane::setScrollRow( sal_Int32 _scrollrow ) throw (uno::RuntimeException) in setScrollRow() argument
70 if( _scrollrow < 1 ) in setScrollRow()
75 m_xViewPane->setFirstVisibleRow( _scrollrow - 1 ); in setScrollRow()
H A Dvbapane.hxx48 virtual void SAL_CALL setScrollRow( sal_Int32 _scrollrow ) throw (css::uno::RuntimeException);
H A Dvbawindow.cxx372 ScVbaWindow::setScrollRow( const uno::Any& _scrollrow ) throw (uno::RuntimeException) in setScrollRow() argument
379 _scrollrow >>= scrollRow; in setScrollRow()
H A Dvbawindow.hxx100 …virtual void SAL_CALL setScrollRow( const css::uno::Any& _scrollrow ) throw (css::uno::RuntimeExce…

Completed in 24 milliseconds