Searched refs:pBaseType (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/idl/source/objects/ |
H A D | types.cxx | 525 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 …]
|
/aoo4110/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 178 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 …]
|
/aoo4110/main/cppu/source/typelib/ |
H A D | static_types.cxx | 361 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()
|
/aoo4110/main/idlc/source/ |
H A D | astunion.cxx | 40 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 D | aststruct.cxx | 38 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 D | astscope.cxx | 270 AstBaseType* pBaseType = NULL; in lookupPrimitiveType() local 335 pBaseType = (AstBaseType*)pDecl; in lookupPrimitiveType() 337 if ( pBaseType->getExprType() == type ) in lookupPrimitiveType()
|
H A D | parser.y | 3059 AstBaseType* pBaseType = NULL; 3081 pBaseType = (AstBaseType*)pDecl; 3082 if ( pBaseType ) 3084 switch (pBaseType->getExprType()) 3095 $$ = pBaseType;
|
/aoo4110/main/idlc/inc/idlc/ |
H A D | astexception.hxx | 31 AstException(const ::rtl::OString& name, AstException* pBaseType, AstScope* pScope) in AstException() argument 32 : AstStruct(NT_exception, name, pBaseType, pScope) in AstException()
|
H A D | aststruct.hxx | 40 AstStruct* pBaseType, AstScope* pScope); 44 AstStruct* pBaseType,
|
/aoo4110/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | share.hxx | 115 explicit __si_class_type_info( const char* pRttiName, __class_type_info* pBaseType) 116 : __class_type_info( pRttiName), mpBaseType( pBaseType)
|
/aoo4110/main/cppu/inc/typelib/ |
H A D | typedescription.h | 1028 typelib_TypeDescriptionReference * pBaseType, 1049 typelib_TypeDescriptionReference * pBaseType, 1063 typelib_TypeDescriptionReference * pBaseType )
|
Completed in 577 milliseconds