Home
last modified time | relevance | path

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

/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx274 RegistryKeyNames nestedTypeNames; in dumpInclude() local
275 key.getKeyNames(OUString(), nestedTypeNames); in dumpInclude()
276 for (sal_uInt32 i = 0; i < nestedTypeNames.getLength(); i++) in dumpInclude()
278 … OString nTypeName(OUStringToOString(nestedTypeNames.getElement(i), RTL_TEXTENCODING_UTF8)); in dumpInclude()