Lines Matching refs:ScCellRangeObj
53 ScCellRangeObj( pDocSh, rR ) in ScCellCursorObj()
67 return ScCellRangeObj::queryInterface( rType ); in queryInterface()
72 ScCellRangeObj::acquire(); in acquire()
77 ScCellRangeObj::release(); in release()
85 uno::Sequence<uno::Type> aParentTypes(ScCellRangeObj::getTypes()); in getTypes()
439 return ScCellRangeObj::getSpreadsheet(); in getSpreadsheet()
449 return ScCellRangeObj::getCellByPosition(nColumn,nRow); in getCellByPosition()
457 return ScCellRangeObj::getCellRangeByPosition(nLeft,nTop,nRight,nBottom); in getCellRangeByPosition()
464 return ScCellRangeObj::getCellRangeByName(rRange); in getCellRangeByName()
480 ScCellRangeObj::supportsService(rServiceName); in supportsService()
487 uno::Sequence<rtl::OUString> aParentSeq(ScCellRangeObj::getSupportedServiceNames()); in getSupportedServiceNames()