Searched refs:nPropertyUIFlags (Results 1 – 2 of 2) sorted by relevance
884 sal_uInt32 nPropertyUIFlags = m_pInfoService->getPropertyUIFlags( nPropId ); in doDescribeSupportedProperties() local885 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() local1272 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() local2293 if ( ( nPropertyUIFlags & PROP_FLAG_EXPERIMENTAL ) != 0 ) in impl_shouldExcludeProperty_nothrow()2302 if ( ( nPropertyUIFlags & PROP_FLAG_DATA_PROPERTY ) != 0 ) in impl_shouldExcludeProperty_nothrow()
618 sal_uInt32 nPropertyUIFlags = m_rMetaData.getPropertyUIFlags( m_nPropertyId ); in getValueFromDescription() local624 if ( ( nPropertyUIFlags & PROP_FLAG_ENUM_ONE ) == PROP_FLAG_ENUM_ONE ) in getValueFromDescription()
Completed in 32 milliseconds