Lines Matching refs:IdlInterfaceMethodImpl

346 class IdlInterfaceMethodImpl  class
358 IdlInterfaceMethodImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlInterfaceMethodImpl() function in stoc_corefl::IdlInterfaceMethodImpl
365 virtual ~IdlInterfaceMethodImpl();
388 IdlInterfaceMethodImpl::~IdlInterfaceMethodImpl() in ~IdlInterfaceMethodImpl()
397 Any IdlInterfaceMethodImpl::queryInterface( const Type & rType ) in queryInterface()
404 void IdlInterfaceMethodImpl::acquire() throw() in acquire()
409 void IdlInterfaceMethodImpl::release() throw() in release()
416 Sequence< Type > IdlInterfaceMethodImpl::getTypes() in getTypes()
434 Sequence< sal_Int8 > IdlInterfaceMethodImpl::getImplementationId() in getImplementationId()
452 Reference< XIdlClass > IdlInterfaceMethodImpl::getDeclaringClass() in getDeclaringClass()
469 OUString IdlInterfaceMethodImpl::getName() in getName()
477 Reference< XIdlClass > SAL_CALL IdlInterfaceMethodImpl::getReturnType() in getReturnType()
483 Sequence< Reference< XIdlClass > > IdlInterfaceMethodImpl::getExceptionTypes() in getExceptionTypes()
509 Sequence< Reference< XIdlClass > > IdlInterfaceMethodImpl::getParameterTypes() in getParameterTypes()
535 Sequence< ParamInfo > IdlInterfaceMethodImpl::getParameterInfos() in getParameterInfos()
595 MethodMode SAL_CALL IdlInterfaceMethodImpl::getMode() in getMode()
602 Any SAL_CALL IdlInterfaceMethodImpl::invoke( const Any & rObj, Sequence< Any > & rArgs ) in invoke()
893 /*_aName2Method[_pSortedMemberInit[nPos].first] = */pRet[nPos] = new IdlInterfaceMethodImpl( in getMethods()
940 _aName2Method[rName] = xRet = new IdlInterfaceMethodImpl( in getMethod()