Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx884 sal_uInt32 nPropertyUIFlags = m_pInfoService->getPropertyUIFlags( nPropId ); in doDescribeSupportedProperties() local
885 bool bIsVisibleForForms = ( nPropertyUIFlags & PROP_FLAG_FORM_VISIBLE ) != 0; in doDescribeSupportedProperties()
886 bool bIsVisibleForDialogs = ( nPropertyUIFlags & PROP_FLAG_DIALOG_VISIBLE ) != 0; in doDescribeSupportedProperties()
1271 sal_uInt32 nPropertyUIFlags = m_pInfoService->getPropertyUIFlags( nPropId ); in describePropertyLine() local
1272 bool bIsEnumProperty = ( nPropertyUIFlags & PROP_FLAG_ENUM ) != 0; in describePropertyLine()
1420 bool bIsDataProperty = ( nPropertyUIFlags & PROP_FLAG_DATA_PROPERTY ) != 0; in describePropertyLine()
2290 sal_uInt32 nPropertyUIFlags = m_pInfoService->getPropertyUIFlags( _rProperty.Handle ); in impl_shouldExcludeProperty_nothrow() local
2293 if ( ( nPropertyUIFlags & PROP_FLAG_EXPERIMENTAL ) != 0 ) in impl_shouldExcludeProperty_nothrow()
2302 if ( ( nPropertyUIFlags & PROP_FLAG_DATA_PROPERTY ) != 0 ) in impl_shouldExcludeProperty_nothrow()
H A Dformmetadata.cxx618 sal_uInt32 nPropertyUIFlags = m_rMetaData.getPropertyUIFlags( m_nPropertyId ); in getValueFromDescription() local
624 if ( ( nPropertyUIFlags & PROP_FLAG_ENUM_ONE ) == PROP_FLAG_ENUM_ONE ) in getValueFromDescription()

Completed in 35 milliseconds