Searched refs:SvxUnoTextBase (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/editeng/source/uno/ |
H A D | unotext.cxx | 368 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 D | unotext2.cxx | 54 SvxUnoTextContentEnumeration::SvxUnoTextContentEnumeration( const SvxUnoTextBase& _rText ) throw() in SvxUnoTextContentEnumeration() 57 mxParentText = const_cast<SvxUnoTextBase*>(&_rText); in SvxUnoTextContentEnumeration() 131 SvxUnoTextContent::SvxUnoTextContent( const SvxUnoTextBase& rText, sal_uInt16 nPara ) throw() in SvxUnoTextContent() 138 mxParentText = const_cast<SvxUnoTextBase*>(&rText); in SvxUnoTextContent() 406 SvxUnoTextRangeEnumeration::SvxUnoTextRangeEnumeration( const SvxUnoTextBase& rText, sal_uInt16 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()
|
/aoo4110/main/svx/source/table/ |
H A D | cell.cxx | 781 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 D | cell.hxx | 56 public SvxUnoTextBase,
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | unotext.hxx | 359 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 …]
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | shapeuno.cxx | 120 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 D | textuno.cxx | 840 const SvxUnoTextBase& rText ) : in ScDrawTextCursor()
|
/aoo4110/main/svx/source/unodraw/ |
H A D | unoshape.cxx | 4177 …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()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unosrch.cxx | 618 SvxUnoTextBase* pParent = SvxUnoTextBase::getImplementation( xParent ); in Search()
|
/aoo4110/main/sd/source/core/text/ |
H A D | textapi.cxx | 195 pImpl = dynamic_cast< TextApiObject* >( SvxUnoTextBase::getImplementation( xText ) ); in getImplementation()
|
/aoo4110/main/sc/inc/ |
H A D | textuno.hxx | 312 const SvxUnoTextBase& rText );
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 1965 SvxUnoTextBase* pRange = SvxUnoTextBase::getImplementation( xText ); in getTextSelection()
|
/aoo4110/main/svx/inc/svx/ |
H A D | unoshape.hxx | 332 class SVX_DLLPUBLIC SvxShapeText : public SvxShape, public SvxUnoTextBase
|
Completed in 130 milliseconds