Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunotext.cxx368 SvxUnoTextBase* pText = SvxUnoTextBase::getImplementation( getText() ); in getStart()
397 SvxUnoTextBase* pText = SvxUnoTextBase::getImplementation( getText() ); in getEnd()
1705 SvxUnoTextBase::SvxUnoTextBase() throw() in SvxUnoTextBase() function in SvxUnoTextBase
1711 SvxUnoTextBase::SvxUnoTextBase( const SvxItemPropertySet* _pSet ) throw() in SvxUnoTextBase() function in SvxUnoTextBase
1733 SvxUnoTextBase::SvxUnoTextBase( const SvxUnoTextBase& rText ) throw() in SvxUnoTextBase() function in SvxUnoTextBase
1744 SvxUnoTextBase::~SvxUnoTextBase() throw() in ~SvxUnoTextBase()
2292 void SvxUnoTextBase::copyText( in copyText()
2360 SvxUnoTextBase* SvxUnoTextBase::getImplementation( const uno::Reference< uno::XInterface >& xInt ) in getImplementation()
2389 : SvxUnoTextBase( _pSet ) in SvxUnoText()
2399 : SvxUnoTextBase( rText ) in SvxUnoText()
[all …]
H A Dunotext2.cxx54 SvxUnoTextContentEnumeration::SvxUnoTextContentEnumeration( const SvxUnoTextBase& _rText ) throw() in SvxUnoTextContentEnumeration()
57 mxParentText = const_cast<SvxUnoTextBase*>(&_rText); in SvxUnoTextContentEnumeration()
131 SvxUnoTextContent::SvxUnoTextContent( const SvxUnoTextBase& rText, sal_uInt32 nPara ) throw() in SvxUnoTextContent()
138 mxParentText = const_cast<SvxUnoTextBase*>(&rText); in SvxUnoTextContent()
406 SvxUnoTextRangeEnumeration::SvxUnoTextRangeEnumeration( const SvxUnoTextBase& rText, sal_uInt32 nPa… in SvxUnoTextRangeEnumeration()
407 : mxParentText( const_cast<SvxUnoTextBase*>(&rText) ), in SvxUnoTextRangeEnumeration()
496 SvxUnoTextCursor::SvxUnoTextCursor( const SvxUnoTextBase& rText ) throw() in SvxUnoTextCursor()
498 mxParentText( const_cast<SvxUnoTextBase*>(&rText) ) in SvxUnoTextCursor()
/trunk/main/svx/source/table/
H A Dcell.cxx781 Any aRet( SvxUnoTextBase::queryAggregation( rType ) ); in queryInterface()
808 Sequence< Type > aTypes( SvxUnoTextBase::getTypes() ); in getTypes()
854 return SvxUnoTextBase::supportsService( ServiceName ); in supportsService()
1666 SvxUnoTextBase::removeTextContent( xContent ); in removeTextContent()
1676 return SvxUnoTextBase::createTextCursor(); in createTextCursor()
1690 SvxUnoTextBase::insertString( xRange, aString, bAbsorb ); in insertString()
1708 return SvxUnoTextBase::getText(); in getText()
1715 return SvxUnoTextBase::getStart(); in getStart()
1722 return SvxUnoTextBase::getEnd(); in getEnd()
1730 return SvxUnoTextBase::getString(); in getString()
[all …]
H A Dcell.hxx56 public SvxUnoTextBase,
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx359 class SvxUnoTextBase;
405 SvxUnoTextBase( ) throw();
406 SvxUnoTextBase( const SvxItemPropertySet* _pSet ) throw();
409 SvxUnoTextBase( const SvxUnoTextBase& rText ) throw();
410 virtual ~SvxUnoTextBase() throw();
412 UNO3_GETIMPLEMENTATION_DECL( SvxUnoTextBase )
470 class EDITENG_DLLPUBLIC SvxUnoText : public SvxUnoTextBase,
504 const SvxUnoTextBase& mrText;
529 const SvxUnoTextBase& mrParentText;
602 const SvxUnoTextBase& mrParentText;
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx120 bIsTextShape = ( SvxUnoTextBase::getImplementation( mxShapeAgg ) != NULL ); in ScShapeObj()
1148 SvxUnoTextBase* pText = SvxUnoTextBase::getImplementation( mxShapeAgg ); in createTextCursor()
1166 SvxUnoTextBase* pText = SvxUnoTextBase::getImplementation( mxShapeAgg ); in createTextCursorByRange()
H A Dtextuno.cxx840 const SvxUnoTextBase& rText ) : in ScDrawTextCursor()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx4177 …ropertySet(SVXMAP_TEXT, SdrObject::GetGlobalDrawObjectItemPool()) ), SvxUnoTextBase( ImplGetSvxUno… in SvxShapeText()
4183 …ropertySet(SVXMAP_TEXT, SdrObject::GetGlobalDrawObjectItemPool()) ), SvxUnoTextBase( ImplGetSvxUno… in SvxShapeText()
4191 : SvxShape( pObject, pPropertyMap, pPropertySet ), SvxUnoTextBase( ImplGetSvxUnoOutlinerTextCursorS… in SvxShapeText()
4230 return SvxUnoTextBase::queryAggregation( rType ); in queryAggregation()
4280 return SvxUnoTextBase::getSomething( rId ); in getSomething()
4334 return SvxUnoTextBase::getStart(); in getStart()
4344 return SvxUnoTextBase::getEnd(); in getEnd()
4353 return SvxUnoTextBase::getString(); in getString()
4363 SvxUnoTextBase::setString( aString ); in setString()
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx618 SvxUnoTextBase* pParent = SvxUnoTextBase::getImplementation( xParent ); in Search()
/trunk/main/sd/source/core/text/
H A Dtextapi.cxx195 pImpl = dynamic_cast< TextApiObject* >( SvxUnoTextBase::getImplementation( xText ) ); in getImplementation()
/trunk/main/sc/inc/
H A Dtextuno.hxx312 const SvxUnoTextBase& rText );
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx1965 SvxUnoTextBase* pRange = SvxUnoTextBase::getImplementation( xText ); in getTextSelection()
/trunk/main/svx/inc/svx/
H A Dunoshape.hxx332 class SVX_DLLPUBLIC SvxShapeText : public SvxShape, public SvxUnoTextBase

Completed in 93 milliseconds