Lines Matching refs:NamedPropertyValuesContainer

45 class NamedPropertyValuesContainer : public cppu::WeakImplHelper2< container::XNameContainer, lang:…  class
48 NamedPropertyValuesContainer() throw();
49 virtual ~NamedPropertyValuesContainer() throw();
93 NamedPropertyValuesContainer::NamedPropertyValuesContainer() throw() in NamedPropertyValuesContainer() function in NamedPropertyValuesContainer
97 NamedPropertyValuesContainer::~NamedPropertyValuesContainer() throw() in ~NamedPropertyValuesContainer()
102 void SAL_CALL NamedPropertyValuesContainer::insertByName( const rtl::OUString& aName, const uno::An… in insertByName()
116 void SAL_CALL NamedPropertyValuesContainer::removeByName( const ::rtl::OUString& Name ) in removeByName()
128 void SAL_CALL NamedPropertyValuesContainer::replaceByName( const ::rtl::OUString& aName, const ::co… in replaceByName()
144 ::com::sun::star::uno::Any SAL_CALL NamedPropertyValuesContainer::getByName( const ::rtl::OUString&… in getByName()
159 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL NamedPropertyValuesContainer::getElemen… in getElementNames()
176 sal_Bool SAL_CALL NamedPropertyValuesContainer::hasByName( const ::rtl::OUString& aName ) in hasByName()
184 ::com::sun::star::uno::Type SAL_CALL NamedPropertyValuesContainer::getElementType( ) in getElementType()
190 sal_Bool SAL_CALL NamedPropertyValuesContainer::hasElements( ) in hasElements()
197 ::rtl::OUString SAL_CALL NamedPropertyValuesContainer::getImplementationName( ) throw(::com::sun::… in getImplementationName()
202 ::rtl::OUString SAL_CALL NamedPropertyValuesContainer::getImplementationName_static( ) in getImplementationName_static()
207 sal_Bool SAL_CALL NamedPropertyValuesContainer::supportsService( const ::rtl::OUString& ServiceName… in supportsService()
213 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL NamedPropertyValuesContainer::getSuppor… in getSupportedServiceNames()
219 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL NamedPropertyValuesContainer::getSuppor… in getSupportedServiceNames_static()
226 uno::Reference< uno::XInterface > SAL_CALL NamedPropertyValuesContainer::Create( in Create()
229 return (cppu::OWeakObject*)new NamedPropertyValuesContainer(); in Create()
234 static ::comphelper::module::OAutoRegistration< NamedPropertyValuesContainer > aAutoRegistration; in createRegistryInfo_NamedPropertyValuesContainer()