Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/uno/
H A Dunotext.cxx368 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 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_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 Dcell.cxx307 , 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 Dcell.hxx56 public SvxUnoTextBase,
/AOO41X/main/editeng/inc/editeng/
H A Dunotext.hxx359 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();
408SvxUnoTextBase( 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 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()
/AOO41X/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()
/AOO41X/main/sd/source/ui/unoidl/
H A Dunosrch.cxx618 SvxUnoTextBase* pParent = SvxUnoTextBase::getImplementation( xParent ); in Search()
/AOO41X/main/sd/source/core/text/
H A Dtextapi.cxx195 pImpl = dynamic_cast< TextApiObject* >( SvxUnoTextBase::getImplementation( xText ) ); in getImplementation()
/AOO41X/main/sc/inc/
H A Dtextuno.hxx312 const SvxUnoTextBase& rText );
/AOO41X/main/svx/source/svdraw/
H A Dsvdedxv.cxx1965 SvxUnoTextBase* pRange = SvxUnoTextBase::getImplementation( xText ); in getTextSelection()
/AOO41X/main/svx/inc/svx/
H A Dunoshape.hxx332 class SVX_DLLPUBLIC SvxShapeText : public SvxShape, public SvxUnoTextBase