Searched refs:aXTextCursor (Results 1 – 1 of 1) sorted by relevance
918 uno::Reference< text::XTextCursor > aXTextCursor( xText->createTextCursor() ); in DrawText() local920 aXTextCursor->gotoEnd( sal_False ); in DrawText()922 …uno::Any aSecondQuery( aXTextCursor->queryInterface( ::getCppuType((const uno::Reference< text::XT… in DrawText()955 aXTextCursor->gotoEnd( sal_True ); in DrawText()983 uno::Reference< text::XTextCursor > aXTextCursor( xText->createTextCursor() ); in AppendText() local984 if ( aXTextCursor.is() ) in AppendText()986 aXTextCursor->gotoEnd( sal_False ); in AppendText()988 …uno::Any aSecondQuery(aXTextCursor->queryInterface( ::getCppuType((const uno::Reference< text::XTe… in AppendText()996 aXTextCursor->gotoEnd( sal_True ); in AppendText()
Completed in 16 milliseconds