Lines Matching refs:IdlAttributeFieldImpl
48 class IdlAttributeFieldImpl class
57 IdlAttributeFieldImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlAttributeFieldImpl() function in stoc_corefl::IdlAttributeFieldImpl
89 Any IdlAttributeFieldImpl::queryInterface( const Type & rType ) in queryInterface()
98 void IdlAttributeFieldImpl::acquire() throw() in acquire()
103 void IdlAttributeFieldImpl::release() throw() in release()
110 Sequence< Type > IdlAttributeFieldImpl::getTypes() in getTypes()
129 Sequence< sal_Int8 > IdlAttributeFieldImpl::getImplementationId() in getImplementationId()
147 Reference< XIdlClass > IdlAttributeFieldImpl::getDeclaringClass() in getDeclaringClass()
164 OUString IdlAttributeFieldImpl::getName() in getName()
172 Reference< XIdlClass > IdlAttributeFieldImpl::getType() in getType()
179 FieldAccessMode IdlAttributeFieldImpl::getAccessMode() in getAccessMode()
186 Any IdlAttributeFieldImpl::get( const Any & rObj ) in get()
219 void IdlAttributeFieldImpl::set( Any & rObj, const Any & rValue ) in set()
309 void IdlAttributeFieldImpl::set( const Any & rObj, const Any & rValue ) in set()
312 IdlAttributeFieldImpl::set( const_cast< Any & >( rObj ), rValue ); in set()
315 void IdlAttributeFieldImpl::checkException( in checkException()
913 new IdlAttributeFieldImpl( in getFields()
970 _aName2Field[rName] = xRet = new IdlAttributeFieldImpl( in getField()