Lines Matching refs:m_ulPropertyNum
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()
413 m_ulPropertyNum++; in GetChunk()
417 if ( m_ulPropertyNum == m_cAttributes) in GetChunk()
428 … pStat->attribute.psProperty.propid = m_pAttributes[m_ulPropertyNum].GetPropertyPropid(); in GetChunk()
432 m_ulCurrentPropertyNum = m_ulPropertyNum; in GetChunk()
433 m_ulPropertyNum++; in GetChunk()
542 if ( m_cAttributes == 0 || ( m_ulCurrentPropertyNum == m_ulPropertyNum ) ) in GetValue()
561 m_ulCurrentPropertyNum = m_ulPropertyNum; in GetValue()