Home
last modified time | relevance | path

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

/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx117 m_pAttributes(0), in COooFilter()
136 delete [] m_pAttributes; in ~COooFilter()
265 delete[] m_pAttributes; in Init()
266 m_pAttributes = 0; in Init()
274 m_pAttributes = new CFullPropSpec[cAttributes]; in Init()
288 m_pAttributes[ulNumAttr] = pAttrib[ulNumAttr]; in Init()
296 m_pAttributes = new CFullPropSpec[COUNT_ATTRIBUTES]; in Init()
298 m_pAttributes[0].SetPropSet( FMTID_SummaryInformation ); in Init()
299 m_pAttributes[0].SetProperty( PIDSI_AUTHOR ); in Init()
300 m_pAttributes[1].SetPropSet( FMTID_SummaryInformation ); in Init()
[all …]
H A Dooofilt.hxx172 CFullPropSpec * m_pAttributes; // Attributes to filter member in COooFilter