Searched refs:m_ulPropertyNum (Results 1 – 2 of 2) sorted by relevance
109 m_ulPropertyNum(0), in COooFilter()260 m_ulPropertyNum = 0; in Init()404 while( !( ( m_pAttributes[m_ulPropertyNum].IsPropertyPropid() ) && in GetChunk()405 … ( m_pAttributes[m_ulPropertyNum].GetPropSet() == FMTID_SummaryInformation ) )|| in GetChunk()406 ( ( m_pAttributes[m_ulPropertyNum].GetPropertyPropid() != PIDSI_AUTHOR ) && in GetChunk()407 ( m_pAttributes[m_ulPropertyNum].GetPropertyPropid() != PIDSI_TITLE ) && in GetChunk()408 ( m_pAttributes[m_ulPropertyNum].GetPropertyPropid() != PIDSI_SUBJECT ) && in GetChunk()409 ( m_pAttributes[m_ulPropertyNum].GetPropertyPropid() != PIDSI_KEYWORDS ) && in GetChunk()410 ( m_pAttributes[m_ulPropertyNum].GetPropertyPropid() != PIDSI_COMMENTS ) ) ) in GetChunk()412 if ( m_ulPropertyNum < m_cAttributes ) in GetChunk()[all …]
164 …ULONG m_ulPropertyNum; // Number of properties that has been processed member in COooFilter