Home
last modified time | relevance | path

Searched refs:PROP_FLAG_ENUM (Results 1 – 5 of 5) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dpropertyhandler.cxx163 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()
H A Dformmetadata.hxx126 #define PROP_FLAG_ENUM 0x00000020 // the property is some kind of enum property, i.e.… macro
H A Dformmetadata.cxx421 …OSL_ENSURE( ( ( getPropertyUIFlags( _nId ) & PROP_FLAG_ENUM ) != 0 ) || ( _nId == PROPERTY_ID_TARG… in getPropertyEnumRepresentations()
H A Dformcomponenthandler.cxx1272 bool bIsEnumProperty = ( nPropertyUIFlags & PROP_FLAG_ENUM ) != 0; in describePropertyLine()
/trunk/main/reportdesign/source/ui/inc/
H A Dmetadata.hxx90 #define PROP_FLAG_ENUM 0x00000002 // the property is some kind of enum property, i.e.… macro

Completed in 51 milliseconds