Lines Matching refs:m_nPos
40 ,m_nPos(0) in OEnumerationByName()
51 ,m_nPos(0) 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()
154 :m_nPos(0) in OEnumerationByIndex()
172 if (m_xAccess.is() && m_xAccess->getCount() > m_nPos) in hasMoreElements()
193 aRes = m_xAccess->getByIndex(m_nPos++); in nextElement()
194 if (m_nPos >= m_xAccess->getCount()) in nextElement()
258 :m_nPos(0) in OAnyEnumeration()
273 return (m_lItems.getLength() > m_nPos); in hasMoreElements()
284 sal_Int32 nPos = m_nPos; in nextElement()
285 ++m_nPos; in nextElement()