Home
last modified time | relevance | path

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

/aoo4110/main/sal/workben/clipboardwben/testcopy/
H A DXTDataObject.cxx304 m_cfFormats[0] = CF_UNICODETEXT; in CEnumFormatEtc()
305 m_cfFormats[1] = CF_TEXT; in CEnumFormatEtc()
385 while( ( m_nCurrentPos < sizeof( m_cfFormats ) ) && ( ulToFetch > 0 ) ) in Next()
389 rgelt->cfFormat = m_cfFormats[m_nCurrentPos]; in Next()
421 if ( ( m_nCurrentPos + celt ) < sizeof( m_cfFormats ) ) in Skip()
H A DXTDataObject.hxx122 CLIPFORMAT m_cfFormats[2]; member in CEnumFormatEtc

Completed in 19 milliseconds