Lines Matching refs:ScCellTextCursor
624 ScCellTextCursor::ScCellTextCursor(const ScCellTextCursor& rOther) : in ScCellTextCursor() function in ScCellTextCursor
631 ScCellTextCursor::ScCellTextCursor(ScCellObj& rText) : in ScCellTextCursor() function in ScCellTextCursor
638 ScCellTextCursor::~ScCellTextCursor() throw() in ~ScCellTextCursor()
645 uno::Reference<text::XText> SAL_CALL ScCellTextCursor::getText() throw(uno::RuntimeException) in getText()
651 uno::Reference<text::XTextRange> SAL_CALL ScCellTextCursor::getStart() throw(uno::RuntimeException) in getStart()
657 ScCellTextCursor* pNew = new ScCellTextCursor( *this ); in getStart()
668 uno::Reference<text::XTextRange> SAL_CALL ScCellTextCursor::getEnd() throw(uno::RuntimeException) in getEnd()
674 ScCellTextCursor* pNew = new ScCellTextCursor( *this ); in getEnd()
687 sal_Int64 SAL_CALL ScCellTextCursor::getSomething( in getSomething()
700 const uno::Sequence<sal_Int8>& ScCellTextCursor::getUnoTunnelId() in getUnoTunnelId()
717 ScCellTextCursor* ScCellTextCursor::getImplementation( const uno::Reference<uno::XInterface> xObj ) in getImplementation()
719 ScCellTextCursor* pRet = NULL; in getImplementation()
722 …pRet = reinterpret_cast<ScCellTextCursor*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getU… in getImplementation()