Home
last modified time | relevance | path

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

/AOO41X/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx668 m_nInheritedInterfaces(0) in CliProxy()
701 m_nInheritedInterfaces = arInheritedIfaces->get_Length(); in makeMethodInfos()
704 m_arInterfaceMethodCount = new int __gc [m_nInheritedInterfaces + 1]; in makeMethodInfos()
708 for (int i= 0; i < m_nInheritedInterfaces; i++) in makeMethodInfos()
764 m_arInterfaceMethodCount[m_nInheritedInterfaces] = nArLength; in makeMethodInfos()
H A Dcli_proxy.h233 int m_nInheritedInterfaces; member