| /AOO41X/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() 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() [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()
|
| /AOO41X/main/svx/source/table/ |
| H A D | cell.cxx | 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() [all …]
|
| H A D | cell.hxx | 56 public SvxUnoTextBase,
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | unotext.hxx | 359 class SvxUnoTextBase; 373 SvxUnoTextRange( const SvxUnoTextBase& rParent, sal_Bool bPortion = sal_False ) throw(); 393 class EDITENG_DLLPUBLIC SvxUnoTextBase : public SvxUnoTextRangeBase, class 405 SvxUnoTextBase( ) throw(); 406 SvxUnoTextBase( const SvxItemPropertySet* _pSet ) throw(); 407 SvxUnoTextBase( const SvxEditSource* pSource, const SvxItemPropertySet* _pSet ) throw(); 408 …SvxUnoTextBase( const SvxEditSource* pSource, const SvxItemPropertySet* _pSet, ::com::sun::star::u… 409 SvxUnoTextBase( const SvxUnoTextBase& rText ) throw(); 410 virtual ~SvxUnoTextBase() throw(); 412 UNO3_GETIMPLEMENTATION_DECL( SvxUnoTextBase ) [all …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/sd/source/ui/unoidl/ |
| H A D | unosrch.cxx | 618 SvxUnoTextBase* pParent = SvxUnoTextBase::getImplementation( xParent ); in Search()
|
| /AOO41X/main/sd/source/core/text/ |
| H A D | textapi.cxx | 195 pImpl = dynamic_cast< TextApiObject* >( SvxUnoTextBase::getImplementation( xText ) ); in getImplementation()
|
| /AOO41X/main/sc/inc/ |
| H A D | textuno.hxx | 312 const SvxUnoTextBase& rText );
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdedxv.cxx | 1965 SvxUnoTextBase* pRange = SvxUnoTextBase::getImplementation( xText ); in getTextSelection()
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | unoshape.hxx | 332 class SVX_DLLPUBLIC SvxShapeText : public SvxShape, public SvxUnoTextBase
|