Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/container/
H A Dcontainer.cxx93 sal_Int32 nOldSearchChildIndex = m_arrChildIndizies[m_arrChildIndizies.size() - 1]; in Next() local
96 if (nOldSearchChildIndex < xContainerAccess->getCount() - 1) in Next()
98 ++nOldSearchChildIndex; in Next()
100 ::com::sun::star::uno::Any aElement(xContainerAccess->getByIndex(nOldSearchChildIndex)); in Next()
104 m_arrChildIndizies.push_back((sal_Int32)nOldSearchChildIndex); in Next()

Completed in 18 milliseconds