Searched refs:aCursorText (Results 1 – 1 of 1) sorted by relevance
921 uno::Reference< text::XTextRange > aCursorText; in DrawText() local923 if ( aSecondQuery >>= aCursorText ) in DrawText()927 …uno::Any aQuery( aCursorText->queryInterface( ::getCppuType((const uno::Reference< beans::XPropert… in DrawText()954 aCursorText->setString( aStr ); in DrawText()987 uno::Reference< text::XTextRange > aCursorText; in AppendText() local989 if ( aSecondQuery >>= aCursorText ) in AppendText()992 …uno::Any aQuery(aCursorText->queryInterface( ::getCppuType((const uno::Reference< beans::XProperty… in AppendText()995 aCursorText->setString( aStr ); in AppendText()
Completed in 14 milliseconds