Home
last modified time | relevance | path

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

/AOO41X/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx115 m_cAttributes(0), in COooFilter()
262 if ( m_cAttributes > 0 ) in Init()
266 m_cAttributes = 0; in Init()
274 m_cAttributes = cAttributes; in Init()
296 m_cAttributes = COUNT_ATTRIBUTES; in Init()
402 if ( m_cAttributes == 0 ) in GetChunk()
412 if ( m_ulPropertyNum < m_cAttributes ) in GetChunk()
417 if ( m_ulPropertyNum == m_cAttributes) in GetChunk()
542 if ( m_cAttributes == 0 || ( m_ulCurrentPropertyNum == m_ulPropertyNum ) ) in GetValue()
H A Dooofilt.hxx171 ULONG m_cAttributes; // Count of attributes member in COooFilter