Searched refs:superCount (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 494 sal_uInt16 superCount=0; in getTypeBlob() local 498 ++superCount; in getTypeBlob() 505 superCount, memberCount, 0, in getTypeBlob() 509 if (superCount > 0) { in getTypeBlob() 549 sal_uInt16 superCount=0; in getTypeBlob() local 552 ++superCount; in getTypeBlob() 559 superCount, memberCount, 0, 0); in getTypeBlob() 562 if (superCount > 0) { in getTypeBlob()
|
/aoo4110/main/ridljar/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription.java | 578 int superCount = superDescs == null ? 0 : superDescs.length; in calculateFieldDescriptions() local 580 superCount + infoCount]; in calculateFieldDescriptions() 581 if (superCount != 0) { in calculateFieldDescriptions() 582 System.arraycopy(superDescs, 0, descs, 0, superCount); in calculateFieldDescriptions() 599 descs[i + superCount] = new FieldDescription( in calculateFieldDescriptions() 600 info.getName(), i + superCount, in calculateFieldDescriptions()
|
Completed in 19 milliseconds