Lines Matching refs:SvxShapeText
536 SvxShapeText* pShapeText = dynamic_cast< SvxShapeText* >( this ); in ChangeModel()
4176 SvxShapeText::SvxShapeText() throw () in SvxShapeText() function in SvxShapeText
4182 SvxShapeText::SvxShapeText( SdrObject* pObject ) throw () in SvxShapeText() function in SvxShapeText
4190 SvxShapeText::SvxShapeText( SdrObject* pObject, const SfxItemPropertyMapEntry* pPropertyMap, const … in SvxShapeText() function in SvxShapeText
4198 SvxShapeText::~SvxShapeText() throw () in ~SvxShapeText()
4205 void SvxShapeText::Create( SdrObject* pNewObj, SvxDrawPage* pNewPage ) in Create()
4215 uno::Any SAL_CALL SvxShapeText::queryInterface( const uno::Type & rType ) in queryInterface()
4223 uno::Any SAL_CALL SvxShapeText::queryAggregation( const uno::Type & rType ) in queryAggregation()
4235 void SAL_CALL SvxShapeText::acquire() throw() in acquire()
4241 void SAL_CALL SvxShapeText::release() throw() in release()
4248 OUString SAL_CALL SvxShapeText::getImplementationName() throw( uno::RuntimeException ) in getImplementationName()
4255 uno::Sequence< OUString > SAL_CALL SvxShapeText::getSupportedServiceNames() throw( uno::RuntimeExce… in getSupportedServiceNames()
4261 sal_Bool SAL_CALL SvxShapeText::supportsService( const OUString& ServiceName ) throw ( uno::Runtime… in supportsService()
4268 uno::Sequence< uno::Type > SAL_CALL SvxShapeText::getTypes() in getTypes()
4274 sal_Int64 SAL_CALL SvxShapeText::getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& r… in getSomething()
4284 uno::Sequence< sal_Int8 > SAL_CALL SvxShapeText::getImplementationId() in getImplementationId()
4310 void SvxShapeText::lock() in lock()
4320 void SvxShapeText::unlock() in unlock()
4328 uno::Reference< text::XTextRange > SAL_CALL SvxShapeText::getStart() throw(uno::RuntimeException) in getStart()
4338 uno::Reference< text::XTextRange > SAL_CALL SvxShapeText::getEnd() throw(uno::RuntimeException) in getEnd()
4347 OUString SAL_CALL SvxShapeText::getString() throw(uno::RuntimeException) in getString()
4357 void SAL_CALL SvxShapeText::setString( const OUString& aString ) throw(uno::RuntimeException) in setString()
4367 bool SvxShapeText::setPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleE… in setPropertyValueImpl()
4390 bool SvxShapeText::getPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleE… in getPropertyValueImpl()
4405 bool SvxShapeText::getPropertyStateImpl( const SfxItemPropertySimpleEntry* pProperty, ::com::sun::s… in getPropertyStateImpl()
4410 bool SvxShapeText::setPropertyToDefaultImpl( const SfxItemPropertySimpleEntry* pProperty ) throw(::… in setPropertyToDefaultImpl()
4420 : SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_SHAPE), aSvxMapProvider.GetPropertySet(SVXMAP_S… in DBG_NAME()
4432 return SvxShapeText::queryInterface( rType ); in queryInterface()
4437 return SvxShapeText::queryAggregation( rType ); in queryAggregation()