Lines Matching refs:rText
41 …wVbaRangeHelper::getRangeByPosition( const uno::Reference< text::XText >& rText, sal_Int32 _positi… in getRangeByPosition() argument
44 if( rText.is() ) in getRangeByPosition()
47 uno::Reference< text::XTextCursor > xCursor = rText->createTextCursor(); in getRangeByPosition()
67 …Reference< text::XTextRange >& rTextRange, uno::Reference< text::XText >& rText, const rtl::OUStri… in insertString() argument
78 … rText->insertString( xRange, rStr.copy( nlastIndex, ( nIndex - 1 - nlastIndex ) ), _bAbsorb ); in insertString()
82 rText->insertControlCharacter( xRange, text::ControlCharacter::PARAGRAPH_BREAK, _bAbsorb ); in insertString()
91 rText->insertString( xRange, aWatt, _bAbsorb ); in insertString()
95 …nce< text::XTextRange >& rTextRange, const uno::Reference< text::XText >& rText ) throw ( uno::Run… in initCursor() argument
102 xTextCursor = rText->createTextCursorByRange( rTextRange ); in initCursor()
128 xTextCursor = rText->createTextCursor(); in initCursor()
139 sal_Int32 SwVbaRangeHelper::getPosition( const uno::Reference< text::XText >& rText, const uno::Ref… in getPosition() argument
142 if( rText.is() && rTextRange.is() ) in getPosition()
145 uno::Reference< text::XTextCursor > xCursor = rText->createTextCursor(); in getPosition()
147 uno::Reference< text::XTextRangeCompare > xCompare( rText, uno::UNO_QUERY_THROW ); in getPosition()