Searched refs:xSourceText (Results 1 – 1 of 1) sorted by relevance
2271 uno::Reference< text::XText > xSourceText( xSource, uno::UNO_QUERY ); in copyText() local2272 if( xSourceText.is() ) in copyText()2274 setString( xSourceText->getString() ); in copyText()