Lines Matching refs:SvxUnoTextBase

368 		SvxUnoTextBase* pText = SvxUnoTextBase::getImplementation( getText() );  in getStart()
397 SvxUnoTextBase* pText = SvxUnoTextBase::getImplementation( getText() ); in getEnd()
1600 SvxUnoTextRange::SvxUnoTextRange( const SvxUnoTextBase& rParent, sal_Bool bPortion /* = sal_False *… in SvxUnoTextRange()
1703 uno::Sequence< uno::Type > SvxUnoTextBase::maTypeSequence;
1705 SvxUnoTextBase::SvxUnoTextBase() throw() in SvxUnoTextBase() function in SvxUnoTextBase
1711 SvxUnoTextBase::SvxUnoTextBase( const SvxItemPropertySet* _pSet ) throw() in SvxUnoTextBase() function in SvxUnoTextBase
1716 SvxUnoTextBase::SvxUnoTextBase( const SvxEditSource* pSource, const SvxItemPropertySet* _pSet ) th… in SvxUnoTextBase() function in SvxUnoTextBase
1724 SvxUnoTextBase::SvxUnoTextBase( const SvxEditSource* pSource, const SvxItemPropertySet* _pSet, uno:… in SvxUnoTextBase() function in SvxUnoTextBase
1733 SvxUnoTextBase::SvxUnoTextBase( const SvxUnoTextBase& rText ) throw() in SvxUnoTextBase() function in SvxUnoTextBase
1744 SvxUnoTextBase::~SvxUnoTextBase() throw() in ~SvxUnoTextBase()
1749 ESelection SvxUnoTextBase::InsertField( const SvxFieldItem& rField ) throw() in InsertField()
1769 uno::Any SAL_CALL SvxUnoTextBase::queryAggregation( const uno::Type & rType ) in queryAggregation()
1797 uno::Sequence< uno::Type > SAL_CALL SvxUnoTextBase::getStaticTypes() throw() in getStaticTypes()
1823 uno::Sequence< uno::Type > SAL_CALL SvxUnoTextBase::getTypes() in getTypes()
1829 uno::Sequence< sal_Int8 > SAL_CALL SvxUnoTextBase::getImplementationId() in getImplementationId()
1841 uno::Reference< text::XTextCursor > SvxUnoTextBase::createTextCursorBySelection( const ESelection& … in createTextCursorBySelection()
1851 uno::Reference< text::XTextCursor > SAL_CALL SvxUnoTextBase::createTextCursor() in createTextCursor()
1858 uno::Reference< text::XTextCursor > SAL_CALL SvxUnoTextBase::createTextCursorByRange( const uno::Re… in createTextCursorByRange()
1875 void SAL_CALL SvxUnoTextBase::insertString( const uno::Reference< text::XTextRange >& xRange, const… in insertString()
1903 void SAL_CALL SvxUnoTextBase::insertControlCharacter( const uno::Reference< text::XTextRange >& xRa… in insertControlCharacter()
1991 void SAL_CALL SvxUnoTextBase::insertTextContent( const uno::Reference< text::XTextRange >& xRange, … in insertTextContent()
2032 void SAL_CALL SvxUnoTextBase::removeTextContent( const uno::Reference< text::XTextContent >& ) thro… in removeTextContent()
2038 uno::Reference< text::XText > SAL_CALL SvxUnoTextBase::getText() in getText()
2047 ((SvxUnoTextBase*)this)->SetSelection( aSelection ); in getText()
2053 uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextBase::getStart() in getStart()
2059 uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextBase::getEnd() in getEnd()
2065 OUString SAL_CALL SvxUnoTextBase::getString() throw( uno::RuntimeException ) in getString()
2070 void SAL_CALL SvxUnoTextBase::setString( const OUString& aString ) throw(uno::RuntimeException) in setString()
2077 uno::Reference< container::XEnumeration > SAL_CALL SvxUnoTextBase::createEnumeration() in createEnumeration()
2091 uno::Type SAL_CALL SvxUnoTextBase::getElementType( ) throw(uno::RuntimeException) in getElementType()
2096 sal_Bool SAL_CALL SvxUnoTextBase::hasElements( ) throw(uno::RuntimeException) in hasElements()
2111 void SAL_CALL SvxUnoTextBase::moveTextRange( const uno::Reference< text::XTextRange >&, sal_Int16 ) in moveTextRange()
2190 uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextBase::appendParagraph( in appendParagraph()
2220 uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextBase::finishParagraph( in finishParagraph()
2251 uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextBase::appendTextPortion( in appendTextPortion()
2292 void SvxUnoTextBase::copyText( in copyText()
2303SvxUnoTextBase* pSource = reinterpret_cast<SvxUnoTextBase*>(sal::static_int_cast<sal_uIntPtr>( in copyText()
2304 … xUT->getSomething( SvxUnoTextBase::getUnoTunnelId()))); in copyText()
2324 OUString SAL_CALL SvxUnoTextBase::getImplementationName() in getImplementationName()
2330 uno::Sequence< OUString > SAL_CALL SvxUnoTextBase::getSupportedServiceNames( ) in getSupportedServiceNames()
2336 uno::Sequence< OUString > SAL_CALL SvxUnoTextBase::getSupportedServiceNames_Static( ) in getSupportedServiceNames_Static()
2344 const uno::Sequence< sal_Int8 > & SvxUnoTextBase::getUnoTunnelId() throw() in getUnoTunnelId()
2360 SvxUnoTextBase* SvxUnoTextBase::getImplementation( const uno::Reference< uno::XInterface >& xInt ) in getImplementation()
2364 …return reinterpret_cast<SvxUnoTextBase*>(sal::static_int_cast<sal_uIntPtr>(xUT->getSomething( SvxU… in getImplementation()
2369 sal_Int64 SAL_CALL SvxUnoTextBase::getSomething( const uno::Sequence< sal_Int8 >& rId ) throw(uno::… in getSomething()
2389 : SvxUnoTextBase( _pSet ) in SvxUnoText()
2394 : SvxUnoTextBase( pSource, _pSet, xParent ) in SvxUnoText()
2399 : SvxUnoTextBase( rText ) in SvxUnoText()
2410 return SvxUnoTextBase::getStaticTypes(); in getStaticTypes()
2416 uno::Any aAny( SvxUnoTextBase::queryAggregation( rType ) ); in queryAggregation()
2441 return SvxUnoTextBase::getTypes(); in getTypes()
2489 return SvxUnoTextBase::getSomething( rId ); in getSomething()