Lines Matching refs:ScHeaderFooterTextCursor

369 	return new ScHeaderFooterTextCursor( *this );  in createTextCursor()
469 ScHeaderFooterTextCursor::getImplementation( xRange ); in insertTextContent()
728 ScHeaderFooterTextCursor::ScHeaderFooterTextCursor(const ScHeaderFooterTextCursor& rOther) : in ScHeaderFooterTextCursor() function in ScHeaderFooterTextCursor
735 ScHeaderFooterTextCursor::ScHeaderFooterTextCursor(ScHeaderFooterTextObj& rText) : in ScHeaderFooterTextCursor() function in ScHeaderFooterTextCursor
742 ScHeaderFooterTextCursor::~ScHeaderFooterTextCursor() throw() in ~ScHeaderFooterTextCursor()
749 uno::Reference<text::XText> SAL_CALL ScHeaderFooterTextCursor::getText() throw(uno::RuntimeExceptio… in getText()
755 uno::Reference<text::XTextRange> SAL_CALL ScHeaderFooterTextCursor::getStart() throw(uno::RuntimeEx… in getStart()
761 ScHeaderFooterTextCursor* pNew = new ScHeaderFooterTextCursor( *this ); in getStart()
772 uno::Reference<text::XTextRange> SAL_CALL ScHeaderFooterTextCursor::getEnd() throw(uno::RuntimeExce… in getEnd()
778 ScHeaderFooterTextCursor* pNew = new ScHeaderFooterTextCursor( *this ); in getEnd()
791 sal_Int64 SAL_CALL ScHeaderFooterTextCursor::getSomething( in getSomething()
804 const uno::Sequence<sal_Int8>& ScHeaderFooterTextCursor::getUnoTunnelId() in getUnoTunnelId()
821 ScHeaderFooterTextCursor* ScHeaderFooterTextCursor::getImplementation( in getImplementation()
824 ScHeaderFooterTextCursor* pRet = NULL; in getImplementation()
827 …pRet = reinterpret_cast<ScHeaderFooterTextCursor*>(sal::static_int_cast<sal_IntPtr>(xUT->getSometh… in getImplementation()