Lines Matching refs:SvxUnoTextCursor

486 uno::Sequence< uno::Type > SvxUnoTextCursor::maTypeSequence;
491 uno::Reference< text::XText > xText( (text::XText*)new SvxUnoTextCursor( aText ) ); in SvxUnoTextCursor_NewInstance()
496 SvxUnoTextCursor::SvxUnoTextCursor( const SvxUnoTextBase& rText ) throw() in SvxUnoTextCursor() function in SvxUnoTextCursor
502 SvxUnoTextCursor::SvxUnoTextCursor( const SvxUnoTextCursor& rCursor ) throw() in SvxUnoTextCursor() function in SvxUnoTextCursor
511 SvxUnoTextCursor::~SvxUnoTextCursor() throw() in ~SvxUnoTextCursor()
517 uno::Any SAL_CALL SvxUnoTextCursor::queryAggregation( const uno::Type & rType ) in queryAggregation()
535 uno::Any SAL_CALL SvxUnoTextCursor::queryInterface( const uno::Type & rType ) in queryInterface()
541 void SAL_CALL SvxUnoTextCursor::acquire() throw ( ) in acquire()
546 void SAL_CALL SvxUnoTextCursor::release() throw ( ) in release()
552 uno::Sequence< uno::Type > SAL_CALL SvxUnoTextCursor::getTypes() in getTypes()
574 uno::Sequence< sal_Int8 > SAL_CALL SvxUnoTextCursor::getImplementationId() in getImplementationId()
587 void SAL_CALL SvxUnoTextCursor::collapseToStart() in collapseToStart()
594 void SAL_CALL SvxUnoTextCursor::collapseToEnd() in collapseToEnd()
601 sal_Bool SAL_CALL SvxUnoTextCursor::isCollapsed() in isCollapsed()
608 sal_Bool SAL_CALL SvxUnoTextCursor::goLeft( sal_Int16 nCount, sal_Bool bExpand ) in goLeft()
615 sal_Bool SAL_CALL SvxUnoTextCursor::goRight( sal_Int16 nCount, sal_Bool bExpand ) in goRight()
622 void SAL_CALL SvxUnoTextCursor::gotoStart( sal_Bool bExpand ) in gotoStart()
629 void SAL_CALL SvxUnoTextCursor::gotoEnd( sal_Bool bExpand ) in gotoEnd()
636 void SAL_CALL SvxUnoTextCursor::gotoRange( const uno::Reference< text::XTextRange >& xRange, sal_Bo… in gotoRange()
660 uno::Reference< text::XText > SAL_CALL SvxUnoTextCursor::getText(void) throw( uno::RuntimeException… in getText()
665 uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextCursor::getStart() in getStart()
671 uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextCursor::getEnd() in getEnd()
677 OUString SAL_CALL SvxUnoTextCursor::getString() throw( uno::RuntimeException ) in getString()
682 void SAL_CALL SvxUnoTextCursor::setString( const OUString& aString ) throw(uno::RuntimeException) in setString()
687 OUString SAL_CALL SvxUnoTextCursor::getImplementationName() throw(uno::RuntimeException) in getImplementationName()
692 sal_Bool SAL_CALL SvxUnoTextCursor::supportsService( const OUString& ServiceName ) throw(uno::Runti… in supportsService()
697 uno::Sequence< OUString > SAL_CALL SvxUnoTextCursor::getSupportedServiceNames() throw(uno::RuntimeE… in getSupportedServiceNames()