Lines Matching refs:ScViewPaneBase

132 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()
251 void SAL_CALL ScViewPaneBase::setFirstVisibleRow( sal_Int32 nFirstVisibleRow ) in setFirstVisibleRow()
268 table::CellRangeAddress SAL_CALL ScViewPaneBase::getVisibleRange() throw(uno::RuntimeException) in getVisibleRange()
300 uno::Reference<table::XCellRange> SAL_CALL ScViewPaneBase::getReferredCells() in getReferredCells()
339 uno::Reference< form::runtime::XFormController > SAL_CALL ScViewPaneBase::getFormController( const … in getFormController()
354 ::sal_Bool SAL_CALL ScViewPaneBase::isFormDesignMode( ) throw (uno::RuntimeException) in isFormDesignMode()
367 void SAL_CALL ScViewPaneBase::setFormDesignMode( ::sal_Bool _DesignMode ) throw (uno::RuntimeExcept… in setFormDesignMode()
380 uno::Reference<awt::XControl> SAL_CALL ScViewPaneBase::getControl( in getControl()
400 awt::Rectangle ScViewPaneBase::GetVisArea() const in GetVisArea()
437 ScViewPaneBase( pViewSh, nP ) in ScViewPaneObj()
450 uno::Any aRet(ScViewPaneBase::queryInterface( rType )); in queryInterface()
482 ScViewPaneBase( pViewSh, SC_VIEWPANE_ACTIVE ), in ScTabViewObj()
526 uno::Any aRet(ScViewPaneBase::queryInterface( rType )); in queryInterface()
622 uno::Sequence<uno::Type> aViewPaneTypes(ScViewPaneBase::getTypes()); in getTypes()