Home
last modified time | relevance | path

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

/aoo41x/main/extensions/source/ole/
H A Doleobjw.cxx2210 cit itIndex= m_mapComFunc.find(sFuncName); in getFuncDesc()
2211 if (itIndex == m_mapComFunc.end()) in getFuncDesc()
2226 OSL_ASSERT(itOrg != m_mapComFunc.end()); in getFuncDesc()
2228 m_mapComFunc.insert( TLBFuncIndexMap::value_type in getFuncDesc()
2237 pair<cit, cit> p = m_mapComFunc.equal_range(sFuncName.toAsciiLowerCase()); in getFuncDesc()
2242 if( itIndex != m_mapComFunc.end()) in getFuncDesc()
2272 pair<cit, cit> p = m_mapComFunc.equal_range(sFuncName); in getPropDesc()
2273 if (p.first == m_mapComFunc.end()) in getPropDesc()
2287 …p = m_mapComFunc.equal_range(OUString(reinterpret_cast<const sal_Unicode*>(LPCOLESTR(memberName)))… in getPropDesc()
2429 m_mapComFunc.insert( TLBFuncIndexMap::value_type( usName, i)); in buildComTlbIndex()
[all …]
H A Doleobjw.hxx262 TLBFuncIndexMap m_mapComFunc; member in ole_adapter::IUnknownWrapper_Impl

Completed in 17 milliseconds