Searched refs:superType (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 585 if ( !superType.isEmpty() ) in dumpGetCunoType() 706 if ( !superType.isEmpty() ) in dumpCGetCunoType() 731 if ( !superType.isEmpty() ) in dumpCGetCunoType() 769 if ( !superType.isEmpty() ) in dumpCGetCunoType() 871 if ( !superType.isEmpty() ) in checkInheritedMemberCount() 1594 if ( !superType.isEmpty() ) in dumpDeclaration() 1918 if ( !superType.isEmpty() && !superType.equals("com/sun/star/uno/XInterface")) in dumpGetCunoType() 1978 if ( !superType.isEmpty() ) in dumpCGetCunoType() 1999 if ( !superType.isEmpty() ) in dumpCGetCunoType() 2024 if ( !superType.isEmpty() ) in dumpCGetCunoType() [all …]
|
H A D | cunotype.hxx | 105 void dumpInheritedMembers(FileStream& o, rtl::OString& superType); 161 void dumpInheritedFunctions(FileStream& o, rtl::OString& superType);
|
/aoo4110/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 358 OString superType(pReader->getSuperTypeName()); in checkInheritedMemberCount() local 359 if ( !superType.isEmpty() ) in checkInheritedMemberCount() 783 OString superType(m_reader.getSuperTypeName()); in dumpHFile() local 784 if ( !superType.isEmpty() ) in dumpHFile() 982 if ( !superType.isEmpty() ) in checkInheritedMemberCount() 1269 if ( !superType.isEmpty() ) in dumpHFile() 1270 dumpSuperMember(o, superType); in dumpHFile() 1310 if ( !superType.isEmpty() ) in dumpSuperMember() 1388 if ( !superType.isEmpty() ) in dumpHFile() 1389 dumpSuperMember(o, superType); in dumpHFile() [all …]
|
/aoo4110/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 489 OString superType; in dumpNormalGetCppuType() local 604 OString superType; in dumpComprehensiveGetCppuType() local 753 OString superType; in checkInheritedMemberCount() local 758 if ( !superType.isEmpty() ) in checkInheritedMemberCount() 2470 OString superType; in dumpHxxFile() local 2476 if ( !superType.isEmpty() ) in dumpHxxFile() 2930 if ( !superType.isEmpty() ) in dumpSuperMember() 3125 OString superType; in dumpDeclaration() local 3130 if ( !superType.isEmpty() ) in dumpDeclaration() 3227 OString superType; in dumpHxxFile() local [all …]
|
/aoo4110/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 450 OString superType(pReader->getSuperTypeName()); in checkInheritedMemberCount() local 451 if ( !superType.isEmpty() ) in checkInheritedMemberCount() 1998 OString superType(pReader->getSuperTypeName()); in checkInheritedMemberCount() local 1999 if ( !superType.isEmpty() ) in checkInheritedMemberCount() 2133 OString superType(m_reader.getSuperTypeName()); in dumpFunctions() local 2165 if ( !superType.isEmpty() ) in dumpFunctions() 2213 if ( !superType.isEmpty() ) in dumpFunctions() 2271 if ( !superType.isEmpty() ) in dumpSuperMember() 2362 if ( !superType.isEmpty() ) in dumpFunctions() 2407 if ( !superType.isEmpty() ) in dumpFunctions() [all …]
|
/aoo4110/main/ridljar/test/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription_Test.java | 212 public TypeSignature(TypeSignature superType, String[] methodNames, in TypeSignature() argument 216 this._superType = superType; in TypeSignature() 219 methodOffset = superType == null ? 0 in TypeSignature() 220 : superType.methodOffset + superType.methodNames.length; in TypeSignature() 223 fieldOffset = superType == null ? 0 in TypeSignature() 224 : superType.fieldOffset + superType.fieldNames.length; in TypeSignature()
|
/aoo4110/main/rdbmaker/source/codemaker/ |
H A D | dependency.cxx | 261 OString superType(reader.getSuperTypeName(i)); in checkTypeDependencies() local 262 dependencies.insert(type, superType, TYPEUSE_SUPER); in checkTypeDependencies() 263 checkTypeDependencies(typeMgr, dependencies, superType); in checkTypeDependencies()
|
/aoo4110/main/ridljar/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription.java | 575 ITypeDescription superType = getSuperType(); in calculateFieldDescriptions() local 576 IFieldDescription[] superDescs = superType == null in calculateFieldDescriptions() 577 ? null : superType.getFieldDescriptions(); in calculateFieldDescriptions()
|
Completed in 113 milliseconds