Searched refs:PROP_FLAG_ENUM (Results 1 – 5 of 5) sorted by relevance
163 if ( ( m_pInfoService->getPropertyUIFlags( nPropId ) & PROP_FLAG_ENUM ) != 0 ) in convertToPropertyValue()184 if ( ( m_pInfoService->getPropertyUIFlags( nPropId ) & PROP_FLAG_ENUM ) != 0 ) in convertToControlValue()217 if ( ( m_pInfoService->getPropertyUIFlags( nPropId ) & PROP_FLAG_ENUM ) != 0 ) in describePropertyLine()
126 #define PROP_FLAG_ENUM 0x00000020 // the property is some kind of enum property, i.e.… macro
421 …OSL_ENSURE( ( ( getPropertyUIFlags( _nId ) & PROP_FLAG_ENUM ) != 0 ) || ( _nId == PROPERTY_ID_TARG… in getPropertyEnumRepresentations()
1272 bool bIsEnumProperty = ( nPropertyUIFlags & PROP_FLAG_ENUM ) != 0; in describePropertyLine()
90 #define PROP_FLAG_ENUM 0x00000002 // the property is some kind of enum property, i.e.… macro
Completed in 51 milliseconds