Searched refs:PROP_FLAG_DATA_PROPERTY (Results 1 – 6 of 6) sorted by relevance
99 #define PROP_FLAG_DATA_PROPERTY 0x00000020 // the property is to appear on the "Data" page macro
125 #define PROP_FLAG_DATA_PROPERTY 0x00000004 // the property is to appear on the "Data" page macro
229 if ( ( m_pInfoService->getPropertyUIFlags( nPropId ) & PROP_FLAG_DATA_PROPERTY ) != 0 ) in describePropertyLine()
1420 bool bIsDataProperty = ( nPropertyUIFlags & PROP_FLAG_DATA_PROPERTY ) != 0; in describePropertyLine()2302 if ( ( nPropertyUIFlags & PROP_FLAG_DATA_PROPERTY ) != 0 ) in impl_shouldExcludeProperty_nothrow()
302 … aOut.Category = ((m_pInfoService->getPropertyUIFlags(nId ) & PROP_FLAG_DATA_PROPERTY) != 0) ? in describePropertyLine()
846 … aOut.Category = ((m_pInfoService->getPropertyUIFlags(nId ) & PROP_FLAG_DATA_PROPERTY) != 0) ? in describePropertyLine()
Completed in 93 milliseconds