Home
last modified time | relevance | path

Searched refs:superType (Results 1 – 8 of 8) sorted by relevance

/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx585 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 Dcunotype.hxx105 void dumpInheritedMembers(FileStream& o, rtl::OString& superType);
161 void dumpInheritedFunctions(FileStream& o, rtl::OString& superType);
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx489 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 …]
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx358 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 …]
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx450 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 …]
/trunk/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java212 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()
/trunk/main/rdbmaker/source/codemaker/
H A Ddependency.cxx261 OString superType(reader.getSuperTypeName(i)); in checkTypeDependencies() local
262 dependencies.insert(type, superType, TYPEUSE_SUPER); in checkTypeDependencies()
263 checkTypeDependencies(typeMgr, dependencies, superType); in checkTypeDependencies()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java575 ITypeDescription superType = getSuperType(); in calculateFieldDescriptions() local
576 IFieldDescription[] superDescs = superType == null in calculateFieldDescriptions()
577 ? null : superType.getFieldDescriptions(); in calculateFieldDescriptions()

Completed in 74 milliseconds