Home
last modified time | relevance | path

Searched refs:SvxShapeText (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx371 …SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_CONNECTOR), aSvxMapProvider.GetPropertySet(SVXMA… in SvxShapeConnector()
384 return SvxShapeText::queryInterface( rType ); in queryInterface()
393 return SvxShapeText::queryAggregation( rType ); in queryAggregation()
400 SvxShapeText::acquire(); in acquire()
405 SvxShapeText::release(); in release()
430 return SvxShapeText::getShapeType(); in getShapeType()
436 return SvxShapeText::getPosition(); in getPosition()
442 SvxShapeText::setPosition(Position); in setPosition()
449 return SvxShapeText::getSize(); in getSize()
455 SvxShapeText::setSize( rSize ); in setSize()
[all …]
H A Dunoshape.cxx536 SvxShapeText* pShapeText = dynamic_cast< SvxShapeText* >( this ); in ChangeModel()
4151 SvxShapeText::SvxShapeText() throw () in SvxShapeText() function in SvxShapeText
4157 SvxShapeText::SvxShapeText( SdrObject* pObject ) throw () in SvxShapeText() function in SvxShapeText
4165 SvxShapeText::SvxShapeText( SdrObject* pObject, const SfxItemPropertyMapEntry* pPropertyMap, const … in SvxShapeText() function in SvxShapeText
4173 SvxShapeText::~SvxShapeText() throw () in ~SvxShapeText()
4180 void SvxShapeText::Create( SdrObject* pNewObj, SvxDrawPage* pNewPage ) in Create()
4190 uno::Any SAL_CALL SvxShapeText::queryInterface( const uno::Type & rType ) in queryInterface()
4197 uno::Any SAL_CALL SvxShapeText::queryAggregation( const uno::Type & rType ) in queryAggregation()
4208 void SAL_CALL SvxShapeText::acquire() throw() in acquire()
4214 void SAL_CALL SvxShapeText::release() throw() in release()
[all …]
H A Dunoshap4.cxx83 : SvxShapeText( pObject, aSvxMapProvider.GetMap(SVXMAP_OLE2), aSvxMapProvider.GetPropertySet(SVXMAP… in SvxOle2Shape()
88 : SvxShapeText( pObject, pPropertyMap, pPropertySet ) in SvxOle2Shape()
98 return SvxShapeText::queryAggregation( rType ); in queryAggregation()
251 return SvxShapeText::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
442 return SvxShapeText::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()
H A Dunopage.cxx757 pRet = new SvxShapeText( pObj ); in CreateShapeByTypeAndInventor()
853 pRet = new SvxShapeText( pObj ); in CreateShapeByTypeAndInventor()
H A Dshapeimpl.hxx34 class SvxShapeCaption : public SvxShapeText
/trunk/main/svx/inc/svx/
H A Dunoshape.hxx326 class SVX_DLLPUBLIC SvxShapeText : public SvxShape, public SvxUnoTextBase class
343 SvxShapeText() throw ();
344 SvxShapeText( SdrObject* pObj ) throw ();
345 …SvxShapeText( SdrObject* pObject, const SfxItemPropertyMapEntry* pPropertyMap, const SvxItemProper…
346 virtual ~SvxShapeText() throw ();
375 class SvxShapeRect : public SvxShapeText
454 public SvxShapeText
493 …VX_DLLPUBLIC SvxShapeControl : public ::com::sun::star::drawing::XControlShape, public SvxShapeText
542 class SvxShapeDimensioning : public SvxShapeText
555 class SvxShapeCircle : public SvxShapeText
[all …]
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx323 SvxShapeText* pShapeText = dynamic_cast< SvxShapeText* >( pShape ); in lcl_hasWordBreak()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx1391 pShape = new SvxShapeText( pObj ); in _CreateShape()
1404 pShape = new SvxShapeText( pObj ); in _CreateShape()