Lines Matching refs:IdlCompFieldImpl
39 class IdlCompFieldImpl class
47 IdlCompFieldImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlCompFieldImpl() function in stoc_corefl::IdlCompFieldImpl
77 Any IdlCompFieldImpl::queryInterface( const Type & rType ) in queryInterface()
86 void IdlCompFieldImpl::acquire() throw() in acquire()
91 void IdlCompFieldImpl::release() throw() in release()
98 Sequence< Type > IdlCompFieldImpl::getTypes() in getTypes()
117 Sequence< sal_Int8 > IdlCompFieldImpl::getImplementationId() in getImplementationId()
135 Reference< XIdlClass > IdlCompFieldImpl::getDeclaringClass() in getDeclaringClass()
163 OUString IdlCompFieldImpl::getName() in getName()
171 Reference< XIdlClass > IdlCompFieldImpl::getType() in getType()
177 FieldAccessMode IdlCompFieldImpl::getAccessMode() in getAccessMode()
183 Any IdlCompFieldImpl::get( const Any & rObj ) in get()
216 void IdlCompFieldImpl::set( const Any & rObj, const Any & rValue ) in set()
253 void IdlCompFieldImpl::set( Any & rObj, const Any & rValue ) in set()
387 _aName2Field[aName] = pSeq[--nAll] = new IdlCompFieldImpl( in getFields()