Lines Matching refs:SvxUnoGluePointAccess

45 class SvxUnoGluePointAccess : public WeakImplHelper2< container::XIndexContainer, container::XIdent…  class
51 SvxUnoGluePointAccess( SdrObject* pObject ) throw();
52 virtual ~SvxUnoGluePointAccess() throw();
212 SvxUnoGluePointAccess::SvxUnoGluePointAccess( SdrObject* pObject ) throw() in SvxUnoGluePointAccess() function in SvxUnoGluePointAccess
217 SvxUnoGluePointAccess::~SvxUnoGluePointAccess() throw() in ~SvxUnoGluePointAccess()
222 sal_Int32 SAL_CALL SvxUnoGluePointAccess::insert( const uno::Any& aElement ) throw (lang::IllegalAr… in insert()
252 void SAL_CALL SvxUnoGluePointAccess::removeByIdentifier( sal_Int32 Identifier ) throw (container::N… in removeByIdentifier()
281 void SAL_CALL SvxUnoGluePointAccess::replaceByIdentifer( sal_Int32 Identifier, const uno::Any& aEle… in replaceByIdentifer()
315 uno::Any SAL_CALL SvxUnoGluePointAccess::getByIdentifier( sal_Int32 Identifier ) throw (container::… in getByIdentifier()
355 uno::Sequence< sal_Int32 > SAL_CALL SvxUnoGluePointAccess::getIdentifiers() throw (uno::RuntimeExce… in getIdentifiers()
385 void SAL_CALL SvxUnoGluePointAccess::insertByIndex( sal_Int32, const uno::Any& Element ) in insertByIndex()
416 void SAL_CALL SvxUnoGluePointAccess::removeByIndex( sal_Int32 Index ) in removeByIndex()
442 void SAL_CALL SvxUnoGluePointAccess::replaceByIndex( sal_Int32 Index, const uno::Any& Element ) in replaceByIndex()
469 sal_Int32 SAL_CALL SvxUnoGluePointAccess::getCount() in getCount()
490 uno::Any SAL_CALL SvxUnoGluePointAccess::getByIndex( sal_Int32 Index ) in getByIndex()
526 uno::Type SAL_CALL SvxUnoGluePointAccess::getElementType() in getElementType()
532 sal_Bool SAL_CALL SvxUnoGluePointAccess::hasElements() in hasElements()
543 return *new SvxUnoGluePointAccess(pObject); in SvxUnoGluePointAccess_createInstance()