Home
last modified time | relevance | path

Searched refs:aXTextCursor (Results 1 – 1 of 1) sorted by relevance

/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx918 uno::Reference< text::XTextCursor > aXTextCursor( xText->createTextCursor() ); in DrawText() local
920 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() local
984 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 26 milliseconds