Home
last modified time | relevance | path

Searched refs:SdXShape (Results 1 – 9 of 9) sorted by relevance

/AOO42X/main/qadevOOo/objdsc/sd/
H A Dcom.sun.star.comp.office.SdXShape.csv1 "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 …]
/AOO42X/main/sd/source/ui/unoidl/
H A Dunoobj.cxx311 SdXShape::SdXShape( SvxShape* pShape, SdXImpressDocument* pModel) throw() in SdXShape() function in SdXShape
327 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 …]
H A Dunoobj.hxx44 class SdXShape : public SvxShapeMaster, class
74 SdXShape(SvxShape* pShape, SdXImpressDocument* pModel) throw();
75 virtual ~SdXShape() throw();
H A Dunomodel.cxx1146 new SdXShape( SvxShape::getImplementation( xShape ), (SdXImpressDocument*)this ); in createInstance()
H A Dunopage.cxx1492 new SdXShape( SvxShape::getImplementation( xShape ), GetModel() ); in _CreateShape()
/AOO42X/main/sd/qa/unoapi/
H A Dsd.sce42 #i87746 -o sd.SdXShape
H A Dknownissues.xcl59 sd.SdXShape::com::sun::star::drawing::Shape::Style
/AOO42X/main/qadevOOo/tests/java/mod/_sd/
H A DSdXShape.java71 public class SdXShape extends TestCase { class
/AOO42X/main/svx/inc/svx/
H A Dunoshape.hxx128 friend class SdXShape;