Searched refs:m_aNames (Results 1 – 2 of 2) sorted by relevance
39 :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()
65 staruno::Sequence< ::rtl::OUString > m_aNames; member in comphelper::OEnumerationByName