Searched refs:IdlReflectionServiceImpl (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/stoc/source/corereflection/ |
| H A D | crefl.cxx | 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() [all …]
|
| H A D | base.hxx | 98 class IdlReflectionServiceImpl class 126 IdlReflectionServiceImpl( const Reference< XComponentContext > & xContext ); 127 virtual ~IdlReflectionServiceImpl(); 162 IdlReflectionServiceImpl * _pReflection; 172 IdlReflectionServiceImpl * getReflection() const in getReflection() 180 IdlClassImpl( IdlReflectionServiceImpl * pReflection, 233 InterfaceIdlClassImpl( IdlReflectionServiceImpl * pReflection, in InterfaceIdlClassImpl() 268 CompoundIdlClassImpl( IdlReflectionServiceImpl * pReflection, in CompoundIdlClassImpl() 293 ArrayIdlClassImpl( IdlReflectionServiceImpl * pReflection, in ArrayIdlClassImpl() 331 EnumIdlClassImpl( IdlReflectionServiceImpl * pReflection, in EnumIdlClassImpl() [all …]
|
| H A D | criface.cxx | 57 IdlAttributeFieldImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlAttributeFieldImpl() 358 IdlInterfaceMethodImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlInterfaceMethodImpl() 498 IdlReflectionServiceImpl * pRefl = getReflection(); in getExceptionTypes() 524 IdlReflectionServiceImpl * pRefl = getReflection(); in getParameterTypes() 572 IdlReflectionServiceImpl * pRefl = getReflection(); in getParameterInfos()
|
| H A D | crbase.cxx | 55 IdlClassImpl::IdlClassImpl( IdlReflectionServiceImpl * pReflection, in IdlClassImpl() 240 IdlMemberImpl::IdlMemberImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlMemberImpl()
|
| H A D | crenum.cxx | 41 IdlEnumFieldImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlEnumFieldImpl()
|
| H A D | crcomp.cxx | 47 IdlCompFieldImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlCompFieldImpl()
|