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.cxx277 RegistryKeyNames nestedTypeNames; in dumpInclude() local
278 key.getKeyNames(OUString(), nestedTypeNames); in dumpInclude()
279 for (sal_uInt32 i = 0; i < nestedTypeNames.getLength(); i++) in dumpInclude()
281 … OString nTypeName(OUStringToOString(nestedTypeNames.getElement(i), RTL_TEXTENCODING_UTF8)); in dumpInclude()