Home
last modified time | relevance | path

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

/AOO41X/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx109 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 …]
H A Dooofilt.hxx164 …ULONG m_ulPropertyNum; // Number of properties that has been processed member in COooFilter