Searched refs:getPropertyUIFlags (Results 1 – 9 of 9) 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()229 if ( ( m_pInfoService->getPropertyUIFlags( nPropId ) & PROP_FLAG_DATA_PROPERTY ) != 0 ) in describePropertyLine()
412 sal_uInt32 OPropertyInfoService::getPropertyUIFlags(sal_Int32 _nId) const in getPropertyUIFlags() function in pcr::OPropertyInfoService421 …OSL_ENSURE( ( ( getPropertyUIFlags( _nId ) & PROP_FLAG_ENUM ) != 0 ) || ( _nId == PROPERTY_ID_TARG… in getPropertyEnumRepresentations()549 sal_uInt32 nFlags = getPropertyUIFlags( nId ); in isComposeable()618 sal_uInt32 nPropertyUIFlags = m_rMetaData.getPropertyUIFlags( m_nPropertyId ); in getValueFromDescription()665 sal_uInt32 nUIFlags = m_rMetaData.getPropertyUIFlags( m_nPropertyId ); in getDescriptionForValue()
48 virtual sal_uInt32 getPropertyUIFlags(sal_Int32 _nId) const = 0;
60 virtual sal_uInt32 getPropertyUIFlags(sal_Int32 _nId) const;
884 sal_uInt32 nPropertyUIFlags = m_pInfoService->getPropertyUIFlags( nPropId ); in doDescribeSupportedProperties()1271 sal_uInt32 nPropertyUIFlags = m_pInfoService->getPropertyUIFlags( nPropId ); in describePropertyLine()2290 sal_uInt32 nPropertyUIFlags = m_pInfoService->getPropertyUIFlags( _rProperty.Handle ); in impl_shouldExcludeProperty_nothrow()
206 sal_uInt32 OPropertyInfoService::getPropertyUIFlags(sal_Int32 _nId) const in getPropertyUIFlags() function in rptui::OPropertyInfoService251 sal_uInt32 nFlags = getPropertyUIFlags( nId ); in isComposable()
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()
60 sal_uInt32 getPropertyUIFlags(sal_Int32 _nId) const;
Completed in 86 milliseconds