Home
last modified time | relevance | path

Searched refs:ScViewPaneBase (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx132 SC_SIMPLE_SERVICE_INFO( ScViewPaneBase, "ScViewPaneObj", "com.sun.star.sheet.SpreadsheetViewPane" )
136 ScViewPaneBase::ScViewPaneBase(ScTabViewShell* pViewSh, sal_uInt16 nP) : in ScViewPaneBase() function in ScViewPaneBase
144 ScViewPaneBase::~ScViewPaneBase() in ~ScViewPaneBase()
150 void ScViewPaneBase::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
157 uno::Any SAL_CALL ScViewPaneBase::queryInterface( const uno::Type& rType ) in queryInterface()
170 uno::Sequence<uno::Type> SAL_CALL ScViewPaneBase::getTypes() throw(uno::RuntimeException) in getTypes()
186 uno::Sequence<sal_Int8> SAL_CALL ScViewPaneBase::getImplementationId() in getImplementationId()
200 sal_Int32 SAL_CALL ScViewPaneBase::getFirstVisibleColumn() throw(uno::RuntimeException) in getFirstVisibleColumn()
217 void SAL_CALL ScViewPaneBase::setFirstVisibleColumn( sal_Int32 nFirstVisibleColumn ) in setFirstVisibleColumn()
234 sal_Int32 SAL_CALL ScViewPaneBase::getFirstVisibleRow() throw(uno::RuntimeException) in getFirstVisibleRow()
[all …]
/trunk/main/sc/inc/
H A Dviewuno.hxx82 class ScViewPaneBase : public com::sun::star::sheet::XViewPane, class
97 ScViewPaneBase(ScTabViewShell* pViewSh, sal_uInt16 nP);
98 virtual ~ScViewPaneBase();
158 class ScViewPaneObj : public ScViewPaneBase, public cppu::OWeakObject
173 class ScTabViewObj : public ScViewPaneBase,