Lines Matching refs:SvxUnoTextBase
307 , SvxUnoTextBase( ImplGetSvxUnoOutlinerTextCursorSvxPropertySet() ) in Cell()
781 Any aRet( SvxUnoTextBase::queryAggregation( rType ) ); in queryInterface()
808 Sequence< Type > aTypes( SvxUnoTextBase::getTypes() ); in getTypes()
854 return SvxUnoTextBase::supportsService( ServiceName ); in supportsService()
861 Sequence< OUString > aSeq( SvxUnoTextBase::getSupportedServiceNames() ); in getSupportedServiceNames()
1658 SvxUnoTextBase::insertTextContent( xRange, xContent, bAbsorb ); in insertTextContent()
1666 SvxUnoTextBase::removeTextContent( xContent ); in removeTextContent()
1676 return SvxUnoTextBase::createTextCursor(); in createTextCursor()
1683 return SvxUnoTextBase::createTextCursorByRange( aTextPosition ); in createTextCursorByRange()
1690 SvxUnoTextBase::insertString( xRange, aString, bAbsorb ); in insertString()
1698 SvxUnoTextBase::insertControlCharacter( xRange, nControlCharacter, bAbsorb ); in insertControlCharacter()
1708 return SvxUnoTextBase::getText(); in getText()
1715 return SvxUnoTextBase::getStart(); in getStart()
1722 return SvxUnoTextBase::getEnd(); in getEnd()
1730 return SvxUnoTextBase::getString(); in getString()
1737 SvxUnoTextBase::setString( aString ); in setString()