Lines Matching refs:ScDrawTextCursor
833 ScDrawTextCursor::ScDrawTextCursor(const ScDrawTextCursor& rOther) : in ScDrawTextCursor() function in ScDrawTextCursor
839 ScDrawTextCursor::ScDrawTextCursor( const uno::Reference<text::XText>& xParent, in ScDrawTextCursor() function in ScDrawTextCursor
847 ScDrawTextCursor::~ScDrawTextCursor() throw() in ~ScDrawTextCursor()
853 uno::Reference<text::XText> SAL_CALL ScDrawTextCursor::getText() throw(uno::RuntimeException) in getText()
859 uno::Reference<text::XTextRange> SAL_CALL ScDrawTextCursor::getStart() throw(uno::RuntimeException) in getStart()
865 ScDrawTextCursor* pNew = new ScDrawTextCursor( *this ); in getStart()
876 uno::Reference<text::XTextRange> SAL_CALL ScDrawTextCursor::getEnd() throw(uno::RuntimeException) in getEnd()
882 ScDrawTextCursor* pNew = new ScDrawTextCursor( *this ); in getEnd()
895 sal_Int64 SAL_CALL ScDrawTextCursor::getSomething( in getSomething()
908 const uno::Sequence<sal_Int8>& ScDrawTextCursor::getUnoTunnelId() in getUnoTunnelId()
925 ScDrawTextCursor* ScDrawTextCursor::getImplementation( const uno::Reference<uno::XInterface> xObj ) in getImplementation()
927 ScDrawTextCursor* pRet = NULL; in getImplementation()
930 …pRet = reinterpret_cast<ScDrawTextCursor*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getU… in getImplementation()