Home
last modified time | relevance | path

Searched refs:pBaseType (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/idl/source/objects/
H A Dtypes.cxx525 if( pBaseType->GetType() == TYPE_STRUCT ) in WriteParam()
558 pBaseType->GetType() == TYPE_STRUCT || in WriteParam()
559 pBaseType->GetType() == TYPE_ENUM ) in WriteParam()
654 if( pBaseType->GetType() == TYPE_METHOD ) in WriteCSource()
667 if ( pBaseType->GetCName() == "double" ) in WriteCSource()
705 rOutStm << pBaseType->GetParserChar(); in WriteCSource()
796 int nBType = pBaseType->GetType(); in Write()
975 if( pBaseType->GetType() == TYPE_STRUCT ) in MakeSfx()
976 return pBaseType->MakeSfx( pAttrArray ); in MakeSfx()
2145 SvMetaType * pBaseType = GetBaseType(); in WriteTypePrefix() local
[all …]
/aoo42x/main/cppuhelper/source/
H A Dtdmgr.cxx178 typelib_TypeDescription * pBaseType = createCTD( in createCTD() local
180 if (pBaseType) in createCTD()
181 typelib_typedescription_register( &pBaseType ); in createCTD()
215 (pBaseType ? pBaseType->pWeakRef : 0), in createCTD()
223 if (pBaseType) in createCTD()
224 typelib_typedescription_release( pBaseType ); in createCTD()
236 typelib_TypeDescription * pBaseType = createCTD( in createCTD() local
238 if (pBaseType) in createCTD()
291 (pBaseType ? pBaseType->pWeakRef : 0), in createCTD()
299 if (pBaseType) in createCTD()
[all …]
/aoo42x/main/cppu/source/typelib/
H A Dstatic_types.cxx361 typelib_TypeDescriptionReference * pBaseType, in init() argument
383 if (pBaseType) in init()
386 (typelib_TypeDescription **)&pComp->pBaseTypeDescription, pBaseType ); in init()
444 typelib_TypeDescriptionReference * pBaseType, in typelib_static_compound_type_init() argument
448 init(ppRef, eTypeClass, pTypeName, pBaseType, nMembers, ppMembers, 0); in typelib_static_compound_type_init()
453 typelib_TypeDescriptionReference * pBaseType, in typelib_static_struct_type_init() argument
459 ppRef, typelib_TypeClass_STRUCT, pTypeName, pBaseType, nMembers, in typelib_static_struct_type_init()
467 typelib_TypeDescriptionReference * pBaseType ) in typelib_static_interface_type_init() argument
471 ppRef, pTypeName, pBaseType == 0 ? 0 : 1, &pBaseType); in typelib_static_interface_type_init()
/aoo42x/main/idlc/source/
H A Dastunion.cxx40 AstBaseType* pBaseType; in AstUnion() local
55 pBaseType = (AstBaseType*)pDiscType; in AstUnion()
56 if ( !pBaseType ) in AstUnion()
63 switch (pBaseType->getExprType()) in AstUnion()
71 m_discExprType = pBaseType->getExprType(); in AstUnion()
H A Daststruct.cxx38 AstStruct* pBaseType, AstScope* pScope) in AstStruct() argument
41 , m_pBaseType(pBaseType) in AstStruct()
53 AstStruct* pBaseType, in AstStruct() argument
57 , m_pBaseType(pBaseType) in AstStruct()
H A Dastscope.cxx270 AstBaseType* pBaseType = NULL; in lookupPrimitiveType() local
335 pBaseType = (AstBaseType*)pDecl; in lookupPrimitiveType()
337 if ( pBaseType->getExprType() == type ) in lookupPrimitiveType()
H A Dparser.y3059 AstBaseType* pBaseType = NULL;
3081 pBaseType = (AstBaseType*)pDecl;
3082 if ( pBaseType )
3084 switch (pBaseType->getExprType())
3095 $$ = pBaseType;
/aoo42x/main/idlc/inc/idlc/
H A Dastexception.hxx31 AstException(const ::rtl::OString& name, AstException* pBaseType, AstScope* pScope) in AstException() argument
32 : AstStruct(NT_exception, name, pBaseType, pScope) in AstException()
H A Daststruct.hxx40 AstStruct* pBaseType, AstScope* pScope);
44 AstStruct* pBaseType,
/aoo42x/main/cppu/inc/typelib/
H A Dtypedescription.h1028 typelib_TypeDescriptionReference * pBaseType,
1049 typelib_TypeDescriptionReference * pBaseType,
1063 typelib_TypeDescriptionReference * pBaseType )
/aoo42x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dshare.hxx103 explicit __si_class_type_info( const char* pRttiName, __class_type_info* pBaseType) in __si_class_type_info() argument
104 : __class_type_info( pRttiName), mpBaseType( pBaseType) in __si_class_type_info()

Completed in 118 milliseconds