Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/runner/helper/
H A DAPIDescGetter.java273 DescEntry ifcDesc = null; in getSubEntries() local
325 if (ifcDesc != null) in getSubEntries()
327 ifcDesc.SubEntries = getDescArray(meth_names.toArray()); in getSubEntries()
328 ifcDesc.SubEntryCount = meth_names.size(); in getSubEntries()
333 for (int k = 0; k < ifcDesc.SubEntryCount; k++) in getSubEntries()
335 if (!ifcDesc.SubEntries[k].isOptional) in getSubEntries()
341 if (!ifcDesc.isOptional && allOptional) in getSubEntries()
343 ifcDesc.isOptional = allOptional; in getSubEntries()
347 ifc_names.add(ifcDesc); in getSubEntries()
350 ifcDesc = new DescEntry(); in getSubEntries()
[all …]