Searched refs:SdXShape (Results 1 – 9 of 9) sorted by relevance
1 "SdXShape";"com::sun::star::lang::XComponent";"dispose()"2 "SdXShape";"com::sun::star::lang::XComponent";"addEventListener()"3 "SdXShape";"com::sun::star::lang::XComponent";"removeEventListener()"4 "SdXShape";"com::sun::star::drawing::Shape";"ZOrder#optional"5 "SdXShape";"com::sun::star::drawing::Shape";"LayerID#optional"6 "SdXShape";"com::sun::star::drawing::Shape";"LayerName#optional"7 "SdXShape";"com::sun::star::drawing::Shape";"Printable#optional"8 "SdXShape";"com::sun::star::drawing::Shape";"MoveProtect#optional"9 "SdXShape";"com::sun::star::drawing::Shape";"Name#optional"10 "SdXShape";"com::sun::star::drawing::Shape";"SizeProtect#optional"[all …]
311 SdXShape::SdXShape( SvxShape* pShape, SdXImpressDocument* pModel) throw() in SdXShape() function in SdXShape327 SdXShape::~SdXShape() throw() in ~SdXShape()331 void SdXShape::dispose() in dispose()338 uno::Any SAL_CALL SdXShape::queryAggregation( const uno::Type & rType ) in queryAggregation()344 uno::Any SAL_CALL SdXShape::queryInterface( const uno::Type & rType ) in queryInterface()350 void SAL_CALL SdXShape::acquire() throw() in acquire()355 void SAL_CALL SdXShape::release() throw() in release()360 sal_Bool SdXShape::queryAggregation( const com::sun::star::uno::Type & rType, com::sun::star::uno::… in queryAggregation()374 uno::Sequence< uno::Type > SAL_CALL SdXShape::getTypes() in getTypes()405 beans::PropertyState SAL_CALL SdXShape::getPropertyState( const OUString& PropertyName ) throw( bea… in getPropertyState()[all …]
44 class SdXShape : public SvxShapeMaster, class74 SdXShape(SvxShape* pShape, SdXImpressDocument* pModel) throw();75 virtual ~SdXShape() throw();
1146 new SdXShape( SvxShape::getImplementation( xShape ), (SdXImpressDocument*)this ); in createInstance()
1492 new SdXShape( SvxShape::getImplementation( xShape ), GetModel() ); in _CreateShape()
42 #i87746 -o sd.SdXShape
59 sd.SdXShape::com::sun::star::drawing::Shape::Style
71 public class SdXShape extends TestCase { class
128 friend class SdXShape;