Lines Matching refs:ScCellCursorObj

52 ScCellCursorObj::ScCellCursorObj(ScDocShell* pDocSh, const ScRange& rR) :  in ScCellCursorObj()  function in ScCellCursorObj
57 ScCellCursorObj::~ScCellCursorObj() in ~ScCellCursorObj()
61 uno::Any SAL_CALL ScCellCursorObj::queryInterface( const uno::Type& rType ) throw(uno::RuntimeExcep… in queryInterface()
70 void SAL_CALL ScCellCursorObj::acquire() throw() in acquire()
75 void SAL_CALL ScCellCursorObj::release() throw() in release()
80 uno::Sequence<uno::Type> SAL_CALL ScCellCursorObj::getTypes() throw(uno::RuntimeException) in getTypes()
101 uno::Sequence<sal_Int8> SAL_CALL ScCellCursorObj::getImplementationId() throw(uno::RuntimeException) in getImplementationId()
114 void SAL_CALL ScCellCursorObj::collapseToCurrentRegion() throw(uno::RuntimeException) in collapseToCurrentRegion()
139 void SAL_CALL ScCellCursorObj::collapseToCurrentArray() throw(uno::RuntimeException) in collapseToCurrentArray()
171 void SAL_CALL ScCellCursorObj::collapseToMergedArea() throw(uno::RuntimeException) in collapseToMergedArea()
189 void SAL_CALL ScCellCursorObj::expandToEntireColumns() throw(uno::RuntimeException) in expandToEntireColumns()
202 void SAL_CALL ScCellCursorObj::expandToEntireRows() throw(uno::RuntimeException) in expandToEntireRows()
215 void SAL_CALL ScCellCursorObj::collapseToSize( sal_Int32 nColumns, sal_Int32 nRows ) in collapseToSize()
251 void SAL_CALL ScCellCursorObj::gotoStartOfUsedArea( sal_Bool bExpand ) in gotoStartOfUsedArea()
279 void SAL_CALL ScCellCursorObj::gotoEndOfUsedArea( sal_Bool bExpand ) in gotoEndOfUsedArea()
309 void SAL_CALL ScCellCursorObj::gotoStart() throw(uno::RuntimeException) in gotoStart()
337 void SAL_CALL ScCellCursorObj::gotoEnd() throw(uno::RuntimeException) in gotoEnd()
365 void SAL_CALL ScCellCursorObj::gotoNext() throw(uno::RuntimeException) in gotoNext()
387 void SAL_CALL ScCellCursorObj::gotoPrevious() throw(uno::RuntimeException) in gotoPrevious()
409 void SAL_CALL ScCellCursorObj::gotoOffset( sal_Int32 nColumnOffset, sal_Int32 nRowOffset ) in gotoOffset()
435 uno::Reference<sheet::XSpreadsheet> SAL_CALL ScCellCursorObj::getSpreadsheet() in getSpreadsheet()
444 uno::Reference<table::XCell> SAL_CALL ScCellCursorObj::getCellByPosition( in getCellByPosition()
452 uno::Reference<table::XCellRange> SAL_CALL ScCellCursorObj::getCellRangeByPosition( in getCellRangeByPosition()
460 uno::Reference<table::XCellRange> SAL_CALL ScCellCursorObj::getCellRangeByName( in getCellRangeByName()
469 rtl::OUString SAL_CALL ScCellCursorObj::getImplementationName() throw(uno::RuntimeException) in getImplementationName()
474 sal_Bool SAL_CALL ScCellCursorObj::supportsService( const rtl::OUString& rServiceName ) in supportsService()
483 uno::Sequence<rtl::OUString> SAL_CALL ScCellCursorObj::getSupportedServiceNames() in getSupportedServiceNames()