Searched refs:SvxShapeText (Results 1 – 8 of 8) sorted by relevance
/trunk/main/svx/source/unodraw/ |
H A D | unoshap2.cxx | 411 SvxShapeText::acquire(); in acquire() 416 SvxShapeText::release(); in release() 463 return SvxShapeText::getSize(); in getSize() 470 SvxShapeText::setSize( rSize ); in setSize() 579 SvxShapeText::acquire(); in acquire() 584 SvxShapeText::release(); in release() 631 return SvxShapeText::getSize(); in getSize() 638 SvxShapeText::setSize( rSize ); in setSize() 1952 SvxShapeText::acquire(); in acquire() 1957 SvxShapeText::release(); in release() [all …]
|
H A D | unoshape.cxx | 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() 4235 void SAL_CALL SvxShapeText::acquire() throw() in acquire() 4241 void SAL_CALL SvxShapeText::release() throw() in release() 4310 void SvxShapeText::lock() in lock() 4320 void SvxShapeText::unlock() in unlock() 4432 return SvxShapeText::queryInterface( rType ); in queryInterface() [all …]
|
H A D | unoshap4.cxx | 83 : 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 D | unopage.cxx | 766 pRet = new SvxShapeText( pObj ); in CreateShapeByTypeAndInventor() 862 pRet = new SvxShapeText( pObj ); in CreateShapeByTypeAndInventor()
|
H A D | shapeimpl.hxx | 34 class SvxShapeCaption : public SvxShapeText
|
/trunk/main/svx/inc/svx/ |
H A D | unoshape.hxx | 349 SvxShapeText() throw (); 350 SvxShapeText( SdrObject* pObj ) throw (); 352 virtual ~SvxShapeText() throw (); 381 class SvxShapeRect : public SvxShapeText 460 public SvxShapeText 548 class SvxShapeDimensioning : public SvxShapeText 561 class SvxShapeCircle : public SvxShapeText 576 class SVX_DLLPUBLIC SvxOle2Shape : public SvxShapeText 605 class SvxShapePolyPolygon : public SvxShapeText 635 class SvxShapePolyPolygonBezier : public SvxShapeText [all …]
|
/trunk/main/chart2/source/view/axes/ |
H A D | VCartesianAxis.cxx | 323 SvxShapeText* pShapeText = dynamic_cast< SvxShapeText* >( pShape ); in lcl_hasWordBreak()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 1395 pShape = new SvxShapeText( pObj ); in _CreateShape() 1408 pShape = new SvxShapeText( pObj ); in _CreateShape()
|
Completed in 78 milliseconds