Lines Matching refs:NameContainer

49     return new NameContainer( rType, rServicename, rImplementationName );  in createNameContainer()
52 NameContainer::NameContainer( const ::com::sun::star::uno::Type& rType, const OUString& rServicenam… in NameContainer() function in chart::NameContainer
60 NameContainer::NameContainer( in NameContainer() function in chart::NameContainer
61 const NameContainer & rOther ) in NameContainer()
70 NameContainer::~NameContainer() in ~NameContainer()
75 OUString SAL_CALL NameContainer::getImplementationName() in getImplementationName()
81 sal_Bool SAL_CALL NameContainer::supportsService( const OUString& ServiceName ) in supportsService()
94 Sequence< OUString > SAL_CALL NameContainer::getSupportedServiceNames() in getSupportedServiceNames()
107 void SAL_CALL NameContainer::insertByName( const OUString& rName, const Any& rElement ) in insertByName()
117 void SAL_CALL NameContainer::removeByName( const OUString& Name ) in removeByName()
127 void SAL_CALL NameContainer::replaceByName( const OUString& rName, const Any& rElement ) in replaceByName()
137 Any SAL_CALL NameContainer::getByName( const OUString& rName ) in getByName()
146 Sequence< OUString > SAL_CALL NameContainer::getElementNames() in getElementNames()
157 sal_Bool SAL_CALL NameContainer::hasByName( const OUString& rName ) in hasByName()
164 sal_Bool SAL_CALL NameContainer::hasElements() in hasElements()
170 uno::Type SAL_CALL NameContainer::getElementType() in getElementType()
177 uno::Reference< util::XCloneable > SAL_CALL NameContainer::createClone() in createClone()
180 return uno::Reference< util::XCloneable >( new NameContainer( *this )); in createClone()