Lines Matching refs:SvUnoImageMap

556 class SvUnoImageMap : public WeakImplHelper3< XIndexContainer, XServiceInfo, XUnoTunnel >  class
559 SvUnoImageMap( const SvEventDescription* pSupportedMacroItems );
560 SvUnoImageMap( const ImageMap& rMap, const SvEventDescription* pSupportedMacroItems );
561 virtual ~SvUnoImageMap();
566 UNO3_GETIMPLEMENTATION_DECL( SvUnoImageMap )
594 UNO3_GETIMPLEMENTATION_IMPL( SvUnoImageMap );
596 SvUnoImageMap::SvUnoImageMap( const SvEventDescription* ) in SvUnoImageMap() function in SvUnoImageMap
600 SvUnoImageMap::SvUnoImageMap( const ImageMap& rMap, const SvEventDescription* pSupportedMacroItems ) in SvUnoImageMap() function in SvUnoImageMap
614 SvUnoImageMap::~SvUnoImageMap() in ~SvUnoImageMap()
624 SvUnoImageMapObject* SvUnoImageMap::getObject( const Any& aElement ) const in getObject()
638 void SAL_CALL SvUnoImageMap::insertByIndex( sal_Int32 Index, const Any& Element ) in insertByIndex()
660 void SAL_CALL SvUnoImageMap::removeByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, Wrap… in removeByIndex()
683 void SAL_CALL SvUnoImageMap::replaceByIndex( sal_Int32 Index, const Any& Element ) throw(IllegalArg… in replaceByIndex()
700 sal_Int32 SAL_CALL SvUnoImageMap::getCount( ) throw(RuntimeException) in getCount()
705 Any SAL_CALL SvUnoImageMap::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedT… in getByIndex()
720 Type SAL_CALL SvUnoImageMap::getElementType( ) throw(RuntimeException) in getElementType()
725 sal_Bool SAL_CALL SvUnoImageMap::hasElements( ) throw(RuntimeException) in hasElements()
731 ::rtl::OUString SAL_CALL SvUnoImageMap::getImplementationName( ) in getImplementationName()
737 sal_Bool SAL_CALL SvUnoImageMap::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()
751 Sequence< ::rtl::OUString > SAL_CALL SvUnoImageMap::getSupportedServiceNames( ) in getSupportedServiceNames()
758 sal_Bool SvUnoImageMap::fillImageMap( ImageMap& rMap ) const in fillImageMap()
799 return (XWeak*)new SvUnoImageMap( pSupportedMacroItems ); in SvUnoImageMap_createInstance()
804 return (XWeak*)new SvUnoImageMap( rMap, pSupportedMacroItems ); in SvUnoImageMap_createInstance()
809 SvUnoImageMap* pUnoImageMap = SvUnoImageMap::getImplementation( xImageMap ); in SvUnoImageMap_fillImageMap()