Lines Matching refs:SvxShapeCollection

42 SvxShapeCollection::SvxShapeCollection() throw()  in SvxShapeCollection()  function in SvxShapeCollection
48 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()
186 sal_Int32 SAL_CALL SvxShapeCollection::getCount() throw( uno::RuntimeException ) in getCount()
192 uno::Any SAL_CALL SvxShapeCollection::getByIndex( sal_Int32 Index ) in getByIndex()
207 uno::Type SAL_CALL SvxShapeCollection::getElementType() throw( uno::RuntimeException ) in getElementType()
213 sal_Bool SAL_CALL SvxShapeCollection::hasElements() throw( uno::RuntimeException ) in hasElements()
221 ::rtl::OUString SAL_CALL SvxShapeCollection::getImplementationName() in getImplementationName()
227 ::rtl::OUString SvxShapeCollection::getImplementationName_Static() in getImplementationName_Static()
232 sal_Bool SAL_CALL SvxShapeCollection::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()
238 uno::Sequence< ::rtl::OUString > SAL_CALL SvxShapeCollection::getSupportedServiceNames() throw( uno… in getSupportedServiceNames()
243 uno::Sequence< ::rtl::OUString > SvxShapeCollection::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
253 return *( new SvxShapeCollection() ); in SvxShapeCollection_createInstance()