Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/container/
H A Denumhelper.cxx39 :m_aNames(_rxAccess->getElementNames()) in OEnumerationByName()
50 :m_aNames(_aNames) in OEnumerationByName()
69 if (m_xAccess.is() && m_aNames.getLength() > m_nPos) in hasMoreElements()
88 if (m_xAccess.is() && m_nPos < m_aNames.getLength()) in nextElement()
89 aRes = m_xAccess->getByName(m_aNames.getConstArray()[m_nPos++]); in nextElement()
91 if (m_xAccess.is() && m_nPos >= m_aNames.getLength()) in nextElement()
/trunk/main/comphelper/inc/comphelper/
H A Denumhelper.hxx65 staruno::Sequence< ::rtl::OUString > m_aNames; member in comphelper::OEnumerationByName