Lines Matching refs:NamespaceMap
59 class NamespaceMap : public WeakImplHelper2< XNameAccess, XServiceInfo > class
66 NamespaceMap( sal_uInt16* pWhichIds, SfxItemPool* pPool );
67 virtual ~NamespaceMap();
86 return (XWeak*)new NamespaceMap( pWhichIds, pPool1 ); in NamespaceMap_createInstance()
91 return (XWeak*)new NamespaceMap( pWhichIds, pPool ); in NamespaceMap_createInstance()
202 NamespaceMap::NamespaceMap( sal_uInt16* pWhichIds, SfxItemPool* pPool ) in NamespaceMap() function in NamespaceMap
207 NamespaceMap::~NamespaceMap() in ~NamespaceMap()
212 Any SAL_CALL NamespaceMap::getByName( const ::rtl::OUString& aName ) throw (NoSuchElementException,… in getByName()
233 Sequence< ::rtl::OUString > SAL_CALL NamespaceMap::getElementNames() throw (RuntimeException) in getElementNames()
259 sal_Bool SAL_CALL NamespaceMap::hasByName( const ::rtl::OUString& aName ) throw (RuntimeException) in hasByName()
278 Type SAL_CALL NamespaceMap::getElementType() throw (RuntimeException) in getElementType()
283 sal_Bool SAL_CALL NamespaceMap::hasElements() throw (RuntimeException) in hasElements()
294 ::rtl::OUString SAL_CALL NamespaceMap::getImplementationName( ) in getImplementationName()
300 sal_Bool SAL_CALL NamespaceMap::supportsService( const ::rtl::OUString& ) in supportsService()
306 Sequence< ::rtl::OUString > SAL_CALL NamespaceMap::getSupportedServiceNames( ) in getSupportedServiceNames()