Lines Matching refs:ManagerImpl

123 class ManagerImpl;
128 ManagerImpl * _pMgr;
131 EventListenerImpl( ManagerImpl * pMgr ) in EventListenerImpl()
152 class ManagerImpl class
180 ManagerImpl( Reference< XComponentContext > const & xContext, sal_Int32 nCacheSize );
181 virtual ~ManagerImpl();
224 ManagerImpl * _pMgr;
228 EnumerationImpl( ManagerImpl * pManager );
261 EnumerationImpl::EnumerationImpl( ManagerImpl * pManager ) in EnumerationImpl()
298 ManagerImpl::ManagerImpl( in ManagerImpl() function in stoc_tdmgr::ManagerImpl
311 ManagerImpl::~ManagerImpl() in ~ManagerImpl()
318 void ManagerImpl::disposing() in disposing()
329 void ManagerImpl::initialize( in initialize()
358 OUString ManagerImpl::getImplementationName() in getImplementationName()
364 sal_Bool ManagerImpl::supportsService( const OUString & rServiceName ) in supportsService()
377 Sequence< OUString > ManagerImpl::getSupportedServiceNames() in getSupportedServiceNames()
385 Type ManagerImpl::getElementType() in getElementType()
391 sal_Bool ManagerImpl::hasElements() in hasElements()
400 Reference< XEnumeration > ManagerImpl::createEnumeration() in createEnumeration()
408 sal_Bool SAL_CALL ManagerImpl::has( const Any & rElement ) in has()
421 void SAL_CALL ManagerImpl::insert( const Any & rElement ) in insert()
532 void SAL_CALL ManagerImpl::remove( const Any & rElement ) in remove()
565 ManagerImpl::createTypeDescriptionEnumeration( in createTypeDescriptionEnumeration()
807 inline Any ManagerImpl::getSimpleType( const OUString & rName ) in getSimpleType()
967 Reference< XTypeDescription > ManagerImpl::getInstantiatedStruct( in getInstantiatedStruct()
1025 Any ManagerImpl::getByHierarchicalName( const OUString & rName ) in getByHierarchicalName()
1125 sal_Bool ManagerImpl::hasByHierarchicalName( const OUString & rName ) in hasByHierarchicalName()
1155 return Reference< XInterface >( *new stoc_tdmgr::ManagerImpl( xContext, nCacheSize ) ); in ManagerImpl_create()