LibreOffice Module sc (master)
1
|
#include <vbapane.hxx>
Public Member Functions | |
ScVbaPane (const css::uno::Reference< ov::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, const css::uno::Reference< css::frame::XModel > &rModel, const css::uno::Reference< css::sheet::XViewPane > &rViewPane) | |
virtual sal_Int32 SAL_CALL | getScrollColumn () override |
virtual void SAL_CALL | setScrollColumn (sal_Int32 _scrollcolumn) override |
virtual sal_Int32 SAL_CALL | getScrollRow () override |
virtual void SAL_CALL | setScrollRow (sal_Int32 _scrollrow) override |
virtual css::uno::Reference< ov::excel::XRange > SAL_CALL | getVisibleRange () override |
virtual void SAL_CALL | SmallScroll (const css::uno::Any &Down, const css::uno::Any &Up, const css::uno::Any &ToRight, const css::uno::Any &ToLeft) override |
virtual void SAL_CALL | LargeScroll (const css::uno::Any &Down, const css::uno::Any &Up, const css::uno::Any &ToRight, const css::uno::Any &ToLeft) override |
Private Attributes | |
css::uno::Reference< css::frame::XModel > | m_xModel |
css::uno::Reference< css::sheet::XViewPane > | m_xViewPane |
css::uno::WeakReference< ov::XHelperInterface > | m_xParent |
css::uno::Reference< css::uno::XComponentContext > | m_xContext |
Definition at line 27 of file vbapane.hxx.
ScVbaPane::ScVbaPane | ( | const css::uno::Reference< ov::XHelperInterface > & | rParent, |
const css::uno::Reference< css::uno::XComponentContext > & | rContext, | ||
const css::uno::Reference< css::frame::XModel > & | rModel, | ||
const css::uno::Reference< css::sheet::XViewPane > & | rViewPane | ||
) |
css::uno::RuntimeException |
Definition at line 30 of file vbapane.cxx.
References m_xContext, and m_xModel.
|
overridevirtual |
Definition at line 43 of file vbapane.cxx.
References m_xViewPane.
|
overridevirtual |
Definition at line 59 of file vbapane.cxx.
References m_xViewPane.
|
overridevirtual |
Definition at line 75 of file vbapane.cxx.
References m_xContext, m_xModel, m_xParent, and m_xViewPane.
|
overridevirtual |
Definition at line 142 of file vbapane.cxx.
References down(), uno::Any::hasValue(), left, m_xViewPane, right, and up().
|
overridevirtual |
Definition at line 49 of file vbapane.cxx.
References m_xViewPane.
|
overridevirtual |
Definition at line 65 of file vbapane.cxx.
References m_xViewPane.
|
overridevirtual |
Definition at line 89 of file vbapane.cxx.
References down(), uno::Any::hasValue(), left, m_xViewPane, right, and up().
|
private |
Definition at line 52 of file vbapane.hxx.
Referenced by getVisibleRange().
|
private |
Definition at line 49 of file vbapane.hxx.
Referenced by getVisibleRange().
|
private |
Definition at line 51 of file vbapane.hxx.
Referenced by getVisibleRange().
|
private |
Definition at line 50 of file vbapane.hxx.
Referenced by getScrollColumn(), getScrollRow(), getVisibleRange(), LargeScroll(), setScrollColumn(), setScrollRow(), and SmallScroll().