Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/unodraw/
H A Dunoshap2.cxx380SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_CONNECTOR), aSvxMapProvider.GetPropertySet(SVXMA… in SvxShapeConnector()
394 return SvxShapeText::queryInterface( rType ); in queryInterface()
404 return SvxShapeText::queryAggregation( rType ); in queryAggregation()
411 SvxShapeText::acquire(); in acquire()
416 SvxShapeText::release(); in release()
444 return SvxShapeText::getShapeType(); in getShapeType()
450 return SvxShapeText::getPosition(); in getPosition()
456 SvxShapeText::setPosition(Position); in setPosition()
463 return SvxShapeText::getSize(); in getSize()
470 SvxShapeText::setSize( rSize ); in setSize()
[all …]
H A Dunoshape.cxx536 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()
[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.cxx766 pRet = new SvxShapeText( pObj ); in CreateShapeByTypeAndInventor()
862 pRet = new SvxShapeText( pObj ); in CreateShapeByTypeAndInventor()
H A Dshapeimpl.hxx34 class SvxShapeCaption : public SvxShapeText
/AOO41X/main/svx/inc/svx/
H A Dunoshape.hxx332 class SVX_DLLPUBLIC SvxShapeText : public SvxShape, public SvxUnoTextBase class
349 SvxShapeText() throw ();
350 SvxShapeText( SdrObject* pObj ) throw ();
351SvxShapeText( SdrObject* pObject, const SfxItemPropertyMapEntry* pPropertyMap, const SvxItemProper…
352 virtual ~SvxShapeText() throw ();
381 class SvxShapeRect : public SvxShapeText
460 public SvxShapeText
499 …VX_DLLPUBLIC SvxShapeControl : public ::com::sun::star::drawing::XControlShape, public SvxShapeText
548 class SvxShapeDimensioning : public SvxShapeText
561 class SvxShapeCircle : public SvxShapeText
[all …]
/AOO41X/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx323 SvxShapeText* pShapeText = dynamic_cast< SvxShapeText* >( pShape ); in lcl_hasWordBreak()
/AOO41X/main/sd/source/ui/unoidl/
H A Dunopage.cxx1395 pShape = new SvxShapeText( pObj ); in _CreateShape()
1408 pShape = new SvxShapeText( pObj ); in _CreateShape()