Lines Matching refs:NameContainer_Impl
55 Type NameContainer_Impl::getElementType() in getElementType()
61 sal_Bool NameContainer_Impl::hasElements() in hasElements()
69 Any NameContainer_Impl::getByName( const OUString& aName ) in getByName()
82 Sequence< OUString > NameContainer_Impl::getElementNames() in getElementNames()
88 sal_Bool NameContainer_Impl::hasByName( const OUString& aName ) in hasByName()
98 void NameContainer_Impl::replaceByName( const OUString& aName, const Any& aElement ) in replaceByName()
125 void NameContainer_Impl::insertByName( const OUString& aName, const Any& aElement ) in insertByName()
153 void NameContainer_Impl::removeByName( const OUString& Name ) in removeByName()
188 void NameContainer_Impl::addContainerListener( const ::com::sun::star::uno::Reference< ::com::sun::… in addContainerListener()
193 void NameContainer_Impl::removeContainerListener( const ::com::sun::star::uno::Reference< ::com::su… in removeContainerListener()
202 : NameContainer_Impl( getCppuType( (ScriptEventDescriptor*) NULL ) ) in ScriptEventContainer()