Lines Matching refs:m_ulPropertyNum
110 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()
414 m_ulPropertyNum++; in GetChunk()
418 if ( m_ulPropertyNum == m_cAttributes) in GetChunk()
429 pStat->attribute.psProperty.propid = m_pAttributes[m_ulPropertyNum].GetPropertyPropid(); in GetChunk()
433 m_ulCurrentPropertyNum = m_ulPropertyNum; in GetChunk()
434 m_ulPropertyNum++; in GetChunk()
543 if ( m_cAttributes == 0 || ( m_ulCurrentPropertyNum == m_ulPropertyNum ) ) in GetValue()
562 m_ulCurrentPropertyNum = m_ulPropertyNum; in GetValue()