Searched refs:SvxShapeCollection (Results 1 – 12 of 12) sorted by relevance
42 SvxShapeCollection::SvxShapeCollection() throw() in SvxShapeCollection() function in SvxShapeCollection48 SvxShapeCollection::~SvxShapeCollection() throw() in ~SvxShapeCollection()56 Reference< drawing::XShapes > xShapes( new SvxShapeCollection() ); in SvxShapeCollection_NewInstance()62 void SvxShapeCollection::release() throw() in release()95 void SvxShapeCollection::disposing() throw() in disposing()101 void SvxShapeCollection::dispose() in dispose()161 void SAL_CALL SvxShapeCollection::addEventListener( const ::com::sun::star::uno::Reference< ::com::… in addEventListener()167 void SAL_CALL SvxShapeCollection::removeEventListener( const ::com::sun::star::uno::Reference< ::co… in removeEventListener()174 void SAL_CALL SvxShapeCollection::add( const Reference< drawing::XShape >& xShape ) throw( uno::Run… in add()180 void SAL_CALL SvxShapeCollection::remove( const uno::Reference< drawing::XShape >& xShape ) throw( … in remove()[all …]
283 SvxShapeCollection::getImplementationName_Static(), in component_getFactory()285 SvxShapeCollection::getSupportedServiceNames_Static() ); in component_getFactory()
1 "SvxShapeCollection";"com::sun::star::container::XIndexAccess";"getCount()"2 "SvxShapeCollection";"com::sun::star::container::XIndexAccess";"getByIndex()"3 "SvxShapeCollection";"com::sun::star::container::XElementAccess";"getElementType()"4 "SvxShapeCollection";"com::sun::star::container::XElementAccess";"hasElements()"5 "SvxShapeCollection";"com::sun::star::drawing::XShapes";"add()"6 "SvxShapeCollection";"com::sun::star::drawing::XShapes";"remove()"
48 class SVX_DLLPUBLIC SvxShapeCollection : public ::cppu::WeakAggImplHelper3< class63 SvxShapeCollection() throw();64 virtual ~SvxShapeCollection() throw();
44 public class SvxShapeCollection extends TestCase { class
37 job=svx.SvxShapeCollection
181 job182=svx.SvxShapeCollection
37 -o svx.SvxShapeCollection
798 uno::Reference< drawing::XShapes > xShapes( new SvxShapeCollection() ); in implSelect()851 xShapes = new SvxShapeCollection(); in implSelect()
698 xShapes = new SvxShapeCollection(); in Select()746 xShapes = new SvxShapeCollection(); in SelectAll()
918 SvxShapeCollection* pShapes = new SvxShapeCollection(); in getSelection()
613 uno::Reference< drawing::XShapes > xShCol = new SvxShapeCollection(); in getSelection()