Searched refs:pReflection (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/stoc/source/corereflection/ |
H A D | base.hxx | 180 IdlClassImpl( IdlReflectionServiceImpl * pReflection, 233 InterfaceIdlClassImpl( IdlReflectionServiceImpl * pReflection, in InterfaceIdlClassImpl() argument 236 : IdlClassImpl( pReflection, rName, eTypeClass, pTypeDescr ) in InterfaceIdlClassImpl() 268 CompoundIdlClassImpl( IdlReflectionServiceImpl * pReflection, in CompoundIdlClassImpl() argument 271 : IdlClassImpl( pReflection, rName, eTypeClass, pTypeDescr ) in CompoundIdlClassImpl() 293 ArrayIdlClassImpl( IdlReflectionServiceImpl * pReflection, in ArrayIdlClassImpl() argument 296 : IdlClassImpl( pReflection, rName, eTypeClass, pTypeDescr ) in ArrayIdlClassImpl() 331 EnumIdlClassImpl( IdlReflectionServiceImpl * pReflection, in EnumIdlClassImpl() argument 334 : IdlClassImpl( pReflection, rName, eTypeClass, pTypeDescr ) in EnumIdlClassImpl() 369 IdlMemberImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName,
|
H A D | crbase.cxx | 55 IdlClassImpl::IdlClassImpl( IdlReflectionServiceImpl * pReflection, in IdlClassImpl() argument 58 : _pReflection( pReflection ) in IdlClassImpl() 240 IdlMemberImpl::IdlMemberImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlMemberImpl() argument 243 : _pReflection( pReflection ) in IdlMemberImpl()
|
H A D | crenum.cxx | 41 IdlEnumFieldImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlEnumFieldImpl() argument 43 : IdlMemberImpl( pReflection, rName, pTypeDescr, pTypeDescr ) in IdlEnumFieldImpl()
|
H A D | criface.cxx | 57 IdlAttributeFieldImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlAttributeFieldImpl() argument 59 : IdlMemberImpl( pReflection, rName, pTypeDescr, pDeclTypeDescr ) in IdlAttributeFieldImpl() 358 IdlInterfaceMethodImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlInterfaceMethodImpl() argument 360 : IdlMemberImpl( pReflection, rName, pTypeDescr, pDeclTypeDescr ) in IdlInterfaceMethodImpl()
|
H A D | crcomp.cxx | 47 IdlCompFieldImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlCompFieldImpl() argument 50 : IdlMemberImpl( pReflection, rName, pTypeDescr, pDeclTypeDescr ) in IdlCompFieldImpl()
|
Completed in 36 milliseconds