Home
last modified time | relevance | path

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

/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx110 m_ulPropertyNum(0), in COooFilter()
261 m_ulPropertyNum = 0; in Init()
405 while( !( ( m_pAttributes[m_ulPropertyNum].IsPropertyPropid() ) && in GetChunk()
406 … ( m_pAttributes[m_ulPropertyNum].GetPropSet() == FMTID_SummaryInformation ) )|| in GetChunk()
407 ( ( m_pAttributes[m_ulPropertyNum].GetPropertyPropid() != PIDSI_AUTHOR ) && in GetChunk()
408 ( m_pAttributes[m_ulPropertyNum].GetPropertyPropid() != PIDSI_TITLE ) && in GetChunk()
409 ( m_pAttributes[m_ulPropertyNum].GetPropertyPropid() != PIDSI_SUBJECT ) && in GetChunk()
410 ( m_pAttributes[m_ulPropertyNum].GetPropertyPropid() != PIDSI_KEYWORDS ) && in GetChunk()
411 ( m_pAttributes[m_ulPropertyNum].GetPropertyPropid() != PIDSI_COMMENTS ) ) ) in GetChunk()
413 if ( m_ulPropertyNum < m_cAttributes ) in GetChunk()
[all …]
H A Dooofilt.hxx164 …ULONG m_ulPropertyNum; // Number of properties that has been processed member in COooFilter