Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxShapeGroup.csv1 "SvxShapeGroup";"com::sun::star::container::XIndexAccess";"getCount()"
2 "SvxShapeGroup";"com::sun::star::container::XIndexAccess";"getByIndex()"
3 "SvxShapeGroup";"com::sun::star::lang::XComponent";"dispose()"
4 "SvxShapeGroup";"com::sun::star::lang::XComponent";"addEventListener()"
5 "SvxShapeGroup";"com::sun::star::lang::XComponent";"removeEventListener()"
6 "SvxShapeGroup";"com::sun::star::drawing::Shape";"ZOrder#optional"
7 "SvxShapeGroup";"com::sun::star::drawing::Shape";"LayerID#optional"
8 "SvxShapeGroup";"com::sun::star::drawing::Shape";"LayerName#optional"
9 "SvxShapeGroup";"com::sun::star::drawing::Shape";"Printable#optional"
10 "SvxShapeGroup";"com::sun::star::drawing::Shape";"MoveProtect#optional"
[all …]
/AOO42X/main/svx/source/unodraw/
H A Dunoshap2.cxx96 SvxShapeGroup::SvxShapeGroup( SdrObject* pObj, SvxDrawPage* pDrawPage ) throw() : in SvxShapeGroup() function in SvxShapeGroup
103 SvxShapeGroup::~SvxShapeGroup() throw() in ~SvxShapeGroup()
108 void SvxShapeGroup::Create( SdrObject* pNewObj, SvxDrawPage* pNewPage ) in Create()
115 uno::Any SAL_CALL SvxShapeGroup::queryInterface( const uno::Type & rType ) in queryInterface()
121 uno::Any SAL_CALL SvxShapeGroup::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExce… in queryAggregation()
135 void SAL_CALL SvxShapeGroup::acquire() throw ( ) in acquire()
140 void SAL_CALL SvxShapeGroup::release() throw ( ) in release()
145 uno::Sequence< uno::Type > SAL_CALL SvxShapeGroup::getTypes() in getTypes()
151 uno::Sequence< sal_Int8 > SAL_CALL SvxShapeGroup::getImplementationId() in getImplementationId()
166 OUString SAL_CALL SvxShapeGroup::getShapeType() in getShapeType()
[all …]
H A Dunopage.cxx726 pRet = new SvxShapeGroup( pObj, mpPage ); in CreateShapeByTypeAndInventor()
/AOO42X/main/svx/qa/unoapi/
H A Dknownissues.xcl88 svx.SvxShapeGroup
H A Dsvx.sce41 #i87746 -o svx.SvxShapeGroup
/AOO42X/main/qadevOOo/tests/java/mod/_svx/
H A DSvxShapeGroup.java59 public class SvxShapeGroup extends TestCase { class
/AOO42X/main/svx/inc/svx/
H A Dunopage.hxx57 class SvxShapeGroup;
H A Dunoshape.hxx403 class SvxShapeGroup : public SvxShape, class
411 SvxShapeGroup( SdrObject* pObj,SvxDrawPage* pDrawPage ) throw ();
412 virtual ~SvxShapeGroup() throw ();