Lines Matching refs:IdlReflectionServiceImpl

88 IdlReflectionServiceImpl::IdlReflectionServiceImpl(  in IdlReflectionServiceImpl()  function in stoc_corefl::IdlReflectionServiceImpl
100 IdlReflectionServiceImpl::~IdlReflectionServiceImpl() in ~IdlReflectionServiceImpl()
108 Any IdlReflectionServiceImpl::queryInterface( const Type & rType ) in queryInterface()
120 void IdlReflectionServiceImpl::acquire() throw() in acquire()
125 void IdlReflectionServiceImpl::release() throw() in release()
132 Sequence< Type > IdlReflectionServiceImpl::getTypes() in getTypes()
152 Sequence< sal_Int8 > IdlReflectionServiceImpl::getImplementationId() in getImplementationId()
170 void IdlReflectionServiceImpl::dispose() in dispose()
191 OUString IdlReflectionServiceImpl::getImplementationName() in getImplementationName()
197 sal_Bool IdlReflectionServiceImpl::supportsService( const OUString & rServiceName ) in supportsService()
210 Sequence< OUString > IdlReflectionServiceImpl::getSupportedServiceNames() in getSupportedServiceNames()
218 Reference< XIdlClass > IdlReflectionServiceImpl::getType( const Any & rObj ) in getType()
225 inline Reference< XIdlClass > IdlReflectionServiceImpl::constructClass( in constructClass()
277 Reference< XIdlClass > IdlReflectionServiceImpl::forName( const OUString & rTypeName ) in forName()
306 Any IdlReflectionServiceImpl::getByHierarchicalName( const OUString & rName ) in getByHierarchicalName()
353 sal_Bool IdlReflectionServiceImpl::hasByHierarchicalName( const OUString & rName ) in hasByHierarchicalName()
367 Reference< XIdlClass > IdlReflectionServiceImpl::forType( typelib_TypeDescription * pTypeDescr ) in forType()
388 Reference< XIdlClass > IdlReflectionServiceImpl::forType( typelib_TypeDescriptionReference * pRef ) in forType()
405 const Mapping & IdlReflectionServiceImpl::getCpp2Uno() in getCpp2Uno()
428 const Mapping & IdlReflectionServiceImpl::getUno2Cpp() in getUno2Cpp()
451 uno_Interface * IdlReflectionServiceImpl::mapToUno( in mapToUno()
469 return Reference< XInterface >( (XWeak *)(OWeakObject *)new IdlReflectionServiceImpl( xContext ) ); in IdlReflectionServiceImpl_create()