Lines Matching refs:SvUnoAttributeContainer

49 	return *(new SvUnoAttributeContainer);  in SvUnoAttributeContainer_CreateInstance()
52 SvUnoAttributeContainer::SvUnoAttributeContainer( SvXMLAttrContainerData* pContainer) in SvUnoAttributeContainer() function in SvUnoAttributeContainer
59 SvUnoAttributeContainer::~SvUnoAttributeContainer() in ~SvUnoAttributeContainer()
65 uno::Type SAL_CALL SvUnoAttributeContainer::getElementType(void) in getElementType()
71 sal_Bool SAL_CALL SvUnoAttributeContainer::hasElements(void) in hasElements()
77 sal_uInt16 SvUnoAttributeContainer::getIndexByName(const OUString& aName ) const in getIndexByName()
107 const ::com::sun::star::uno::Sequence< sal_Int8 > & SvUnoAttributeContainer::getUnoTunnelId() throw… in getUnoTunnelId()
123 SvUnoAttributeContainer* SvUnoAttributeContainer::getImplementation( uno::Reference< uno::XInterfac… in getImplementation()
129 reinterpret_cast<SvUnoAttributeContainer*>( in getImplementation()
131 xUT->getSomething( SvUnoAttributeContainer::getUnoTunnelId()))); in getImplementation()
137 sal_Int64 SAL_CALL SvUnoAttributeContainer::getSomething( const ::com::sun::star::uno::Sequence< sa… in getSomething()
148 uno::Any SAL_CALL SvUnoAttributeContainer::getByName(const OUString& aName) in getByName()
166 uno::Sequence< OUString > SAL_CALL SvUnoAttributeContainer::getElementNames(void) throw( uno::Runti… in getElementNames()
185 sal_Bool SAL_CALL SvUnoAttributeContainer::hasByName(const OUString& aName) throw( uno::RuntimeExce… in hasByName()
191 void SAL_CALL SvUnoAttributeContainer::replaceByName(const OUString& aName, const uno::Any& aElemen… in replaceByName()
233 void SAL_CALL SvUnoAttributeContainer::insertByName(const OUString& aName, const uno::Any& aElement) in insertByName()
272 void SAL_CALL SvUnoAttributeContainer::removeByName(const OUString& Name) in removeByName()
283 OUString SAL_CALL SvUnoAttributeContainer::getImplementationName(void) throw( uno::RuntimeException… in getImplementationName()
288 uno::Sequence< OUString > SvUnoAttributeContainer::getSupportedServiceNames(void) in getSupportedServiceNames()
296 sal_Bool SvUnoAttributeContainer::supportsService(const OUString& ServiceName) in supportsService()