Home
last modified time | relevance | path

Searched refs:pReflection (Results 1 – 5 of 5) sorted by relevance

/trunk/main/stoc/source/corereflection/
H A Dbase.hxx180 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 Dcrbase.cxx55 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 Dcriface.cxx57 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 Dcrenum.cxx41 IdlEnumFieldImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlEnumFieldImpl() argument
43 : IdlMemberImpl( pReflection, rName, pTypeDescr, pTypeDescr ) in IdlEnumFieldImpl()
H A Dcrcomp.cxx47 IdlCompFieldImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName, in IdlCompFieldImpl() argument
50 : IdlMemberImpl( pReflection, rName, pTypeDescr, pDeclTypeDescr ) in IdlCompFieldImpl()

Completed in 65 milliseconds