Home
last modified time | relevance | path

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

/aoo42x/main/codemaker/source/cunomaker/
H A Dcunotype.hxx126 { return m_nestedTypeNames; }; in getNestedTypeNames()
144 RegistryKeyNames m_nestedTypeNames; member in CunoType
H A Dcunotype.cxx69 key.getKeyNames(OUString(), m_nestedTypeNames); in CunoType()
96 if (m_nestedTypeNames.getLength() > 0) in hasNestedType()
100 for (sal_uInt32 i = 0; !ret && (i < m_nestedTypeNames.getLength()); i++) in hasNestedType()
101 ret = typeName.equals(m_nestedTypeNames.getElement(i).copy(5)); in hasNestedType()

Completed in 27 milliseconds