Lines Matching refs:XTextRange
165 QUERYINT( text::XTextRange ); in queryAggregation()
207 *pTypes++ = ::getCppuType(( const uno::Reference< text::XTextRange >*)0); in getTypes()
243 void SAL_CALL SvxUnoTextContent::attach( const uno::Reference< text::XTextRange >& ) in attach() argument
248 uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextContent::getAnchor() throw( uno::RuntimeExcep… in getAnchor()
250 return uno::Reference< text::XTextRange >::query( mxParentText ); in getAnchor()
300 return ::getCppuType((const uno::Reference< text::XTextRange >*)0); in getElementType()
455 uno::Reference< text::XTextRange > xRange; in nextElement()
520 if( rType == ::getCppuType((const uno::Reference< text::XTextRange >*)0) ) in queryAggregation()
521 return uno::makeAny(uno::Reference< text::XTextRange >((text::XText*)(this))); in queryAggregation()
560 *pTypes++ = ::getCppuType(( const uno::Reference< text::XTextRange >*)0); in getTypes()
636 void SAL_CALL SvxUnoTextCursor::gotoRange( const uno::Reference< text::XTextRange >& xRange, sal_Bo… in gotoRange()
665 uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextCursor::getStart() in getStart()
671 uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextCursor::getEnd() in getEnd()