Lines Matching refs:ScTabViewObj
481 ScTabViewObj::ScTabViewObj( ScTabViewShell* pViewSh ) : in ScTabViewObj() function in ScTabViewObj
494 ScTabViewObj::~ScTabViewObj() in ~ScTabViewObj()
509 uno::Any SAL_CALL ScTabViewObj::queryInterface( const uno::Type& rType ) in queryInterface()
532 void SAL_CALL ScTabViewObj::acquire() throw() in acquire()
537 void SAL_CALL ScTabViewObj::release() throw() in release()
578 void ScTabViewObj::SheetChanged( bool bSameTabButMoved ) in SheetChanged()
617 uno::Sequence<uno::Type> SAL_CALL ScTabViewObj::getTypes() throw(uno::RuntimeException) in getTypes()
656 uno::Sequence<sal_Int8> SAL_CALL ScTabViewObj::getImplementationId() in getImplementationId()
715 sal_Bool SAL_CALL ScTabViewObj::select( const uno::Any& aSelection ) in select()
899 uno::Any SAL_CALL ScTabViewObj::getSelection() throw(uno::RuntimeException) in getSelection()
1008 rtl::OUString ScTabViewObj::getPrinterName(void) const
1023 void ScTabViewObj::setPrinterName(const rtl::OUString& PrinterName)
1044 XPropertySetRef ScTabViewObj::createPrintOptions(void)
1050 void ScTabViewObj::print(const XPropertySetRef& xOptions)
1066 uno::Reference<container::XEnumeration> SAL_CALL ScTabViewObj::createEnumeration() in createEnumeration()
1075 sal_Int32 SAL_CALL ScTabViewObj::getCount() throw(uno::RuntimeException) in getCount()
1092 uno::Any SAL_CALL ScTabViewObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
1105 uno::Type SAL_CALL ScTabViewObj::getElementType() throw(uno::RuntimeException) in getElementType()
1111 sal_Bool SAL_CALL ScTabViewObj::hasElements() throw(uno::RuntimeException) in hasElements()
1119 ScViewPaneObj* ScTabViewObj::GetObjectByIndex_Impl(sal_uInt16 nIndex) const in GetObjectByIndex_Impl()
1166 uno::Reference<sheet::XSpreadsheet> SAL_CALL ScTabViewObj::getActiveSheet() in getActiveSheet()
1180 void SAL_CALL ScTabViewObj::setActiveSheet( const uno::Reference<sheet::XSpreadsheet>& xActiveSheet… in setActiveSheet()
1204 uno::Reference< uno::XInterface > ScTabViewObj::GetClickedObject(const Point& rPoint) const in GetClickedObject()
1258 bool ScTabViewObj::IsMouseListening() const in IsMouseListening()
1272 sal_Bool ScTabViewObj::MousePressed( const awt::MouseEvent& e ) in MousePressed()
1364 sal_Bool ScTabViewObj::MouseReleased( const awt::MouseEvent& e ) in MouseReleased()
1405 void ScTabViewObj::StartMouseListening() in StartMouseListening()
1409 void ScTabViewObj::EndMouseListening() in EndMouseListening()
1427 void ScTabViewObj::StartActivationListening() in StartActivationListening()
1431 void ScTabViewObj::EndActivationListening() in EndActivationListening()
1449 void SAL_CALL ScTabViewObj::addEnhancedMouseClickHandler( const uno::Reference< awt::XEnhancedMouse… in addEnhancedMouseClickHandler()
1466 void SAL_CALL ScTabViewObj::removeEnhancedMouseClickHandler( const uno::Reference< awt::XEnhancedMo… in removeEnhancedMouseClickHandler()
1483 void SAL_CALL ScTabViewObj::addActivationEventListener( const uno::Reference< sheet::XActivationEve… in addActivationEventListener()
1500 void SAL_CALL ScTabViewObj::removeActivationEventListener( const uno::Reference< sheet::XActivation… in removeActivationEventListener()
1519 sal_Bool ScTabViewObj::getPagebreakMode(void) const
1528 void ScTabViewObj::setPagebreakMode(sal_Bool PagebreakMode)
1538 sal_Int16 ScTabViewObj::GetZoom(void) const in GetZoom()
1549 void ScTabViewObj::SetZoom(sal_Int16 nZoom) in SetZoom()
1575 sal_Int16 ScTabViewObj::GetZoomType(void) const in GetZoomType()
1604 void ScTabViewObj::SetZoomType(sal_Int16 aZoomType) in SetZoomType()
1658 sal_Bool SAL_CALL ScTabViewObj::getIsWindowSplit() throw(uno::RuntimeException) in getIsWindowSplit()
1674 sal_Bool SAL_CALL ScTabViewObj::hasFrozenPanes() throw(uno::RuntimeException) in hasFrozenPanes()
1690 sal_Int32 SAL_CALL ScTabViewObj::getSplitHorizontal() throw(uno::RuntimeException) in getSplitHorizontal()
1703 sal_Int32 SAL_CALL ScTabViewObj::getSplitVertical() throw(uno::RuntimeException) in getSplitVertical()
1716 sal_Int32 SAL_CALL ScTabViewObj::getSplitColumn() throw(uno::RuntimeException) in getSplitColumn()
1741 sal_Int32 SAL_CALL ScTabViewObj::getSplitRow() throw(uno::RuntimeException) in getSplitRow()
1763 void SAL_CALL ScTabViewObj::splitAtPosition( sal_Int32 nPixelX, sal_Int32 nPixelY ) in splitAtPosition()
1776 void SAL_CALL ScTabViewObj::freezeAtPosition( sal_Int32 nColumns, sal_Int32 nRows ) in freezeAtPosition()
1802 void SAL_CALL ScTabViewObj::addSelectionChangeListener( in addSelectionChangeListener()
1812 void SAL_CALL ScTabViewObj::removeSelectionChangeListener( in removeSelectionChangeListener()
1829 void ScTabViewObj::SelectionChanged() in SelectionChanged()
1876 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScTabViewObj::getPropertySetInfo() in getPropertySetInfo()
1885 void SAL_CALL ScTabViewObj::setPropertyValue( in setPropertyValue()
2006 uno::Any SAL_CALL ScTabViewObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
2061 void SAL_CALL ScTabViewObj::addPropertyChangeListener( const ::rtl::OUString& /* aPropertyName */, in addPropertyChangeListener()
2073 void SAL_CALL ScTabViewObj::removePropertyChangeListener( const ::rtl::OUString& /* aPropertyName *… in removePropertyChangeListener()
2092 void SAL_CALL ScTabViewObj::addVetoableChangeListener( const ::rtl::OUString& /* PropertyName */, in addVetoableChangeListener()
2100 void SAL_CALL ScTabViewObj::removeVetoableChangeListener( const ::rtl::OUString& /* PropertyName */, in removeVetoableChangeListener()
2108 void ScTabViewObj::VisAreaChanged() in VisAreaChanged()
2118 void SAL_CALL ScTabViewObj::startRangeSelection( in startRangeSelection()
2161 void SAL_CALL ScTabViewObj::abortRangeSelection() throw(uno::RuntimeException) in abortRangeSelection()
2169 void SAL_CALL ScTabViewObj::addRangeSelectionListener( in addRangeSelectionListener()
2179 void SAL_CALL ScTabViewObj::removeRangeSelectionListener( in removeRangeSelectionListener()
2196 void SAL_CALL ScTabViewObj::addRangeSelectionChangeListener( in addRangeSelectionChangeListener()
2206 void SAL_CALL ScTabViewObj::removeRangeSelectionChangeListener( in removeRangeSelectionChangeListener()
2223 void ScTabViewObj::RangeSelDone( const String& rText ) in RangeSelDone()
2233 void ScTabViewObj::RangeSelAborted( const String& rText ) in RangeSelAborted()
2243 void ScTabViewObj::RangeSelChanged( const String& rText ) in RangeSelChanged()
2255 rtl::OUString SAL_CALL ScTabViewObj::getImplementationName() throw(uno::RuntimeException) in getImplementationName()
2260 sal_Bool SAL_CALL ScTabViewObj::supportsService( const rtl::OUString& rServiceName ) in supportsService()
2268 uno::Sequence<rtl::OUString> SAL_CALL ScTabViewObj::getSupportedServiceNames() in getSupportedServiceNames()
2280 sal_Int64 SAL_CALL ScTabViewObj::getSomething( in getSomething()
2293 const uno::Sequence<sal_Int8>& ScTabViewObj::getUnoTunnelId() in getUnoTunnelId()
2310 ScTabViewObj* ScTabViewObj::getImplementation( const uno::Reference<uno::XInterface> xObj ) in getImplementation()
2312 ScTabViewObj* pRet = NULL; in getImplementation()
2315 …pRet = reinterpret_cast<ScTabViewObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUnoTu… in getImplementation()
2319 …::Reference< ::com::sun::star::datatransfer::XTransferable > SAL_CALL ScTabViewObj::getTransferabl… in getTransferable()
2345 void SAL_CALL ScTabViewObj::insertTransferable( const ::com::sun::star::uno::Reference< ::com::sun:… in insertTransferable()