Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Ddragdropimpl.cpp260 m_pFmtEtc.push_back(*it); in EnumFormatEtcImpl()
269 m_pFmtEtc.push_back(*it->_format); in EnumFormatEtcImpl()
279 if (celt <= 0 || lpFormatEtc == NULL || m_iCur >= m_pFmtEtc.size()) in Next()
285 while (m_iCur < m_pFmtEtc.size() && cReturn > 0) in Next()
287 *lpFormatEtc++ = m_pFmtEtc[m_iCur++]; in Next()
298 if ((m_iCur + int(celt)) >= m_pFmtEtc.size()) in Skip()
316 EnumFormatEtcImpl* newEnum = new EnumFormatEtcImpl(m_pFmtEtc); in Clone()
H A Ddragdropimpl.h34 FormatArray m_pFmtEtc; variable