Home
last modified time | relevance | path

Searched refs:getPropertyUIFlags (Results 1 – 9 of 9) 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()
229 if ( ( m_pInfoService->getPropertyUIFlags( nPropId ) & PROP_FLAG_DATA_PROPERTY ) != 0 ) in describePropertyLine()
H A Dformmetadata.cxx412 sal_uInt32 OPropertyInfoService::getPropertyUIFlags(sal_Int32 _nId) const in getPropertyUIFlags() function in pcr::OPropertyInfoService
421 …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()
H A Dpropertyinfo.hxx48 virtual sal_uInt32 getPropertyUIFlags(sal_Int32 _nId) const = 0;
H A Dformmetadata.hxx60 virtual sal_uInt32 getPropertyUIFlags(sal_Int32 _nId) const;
H A Dformcomponenthandler.cxx884 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()
/trunk/main/reportdesign/source/ui/inspection/
H A Dmetadata.cxx206 sal_uInt32 OPropertyInfoService::getPropertyUIFlags(sal_Int32 _nId) const in getPropertyUIFlags() function in rptui::OPropertyInfoService
251 sal_uInt32 nFlags = getPropertyUIFlags( nId ); in isComposable()
H A DDataProviderHandler.cxx302 … aOut.Category = ((m_pInfoService->getPropertyUIFlags(nId ) & PROP_FLAG_DATA_PROPERTY) != 0) ? in describePropertyLine()
H A DGeometryHandler.cxx846 … aOut.Category = ((m_pInfoService->getPropertyUIFlags(nId ) & PROP_FLAG_DATA_PROPERTY) != 0) ? in describePropertyLine()
/trunk/main/reportdesign/source/ui/inc/
H A Dmetadata.hxx60 sal_uInt32 getPropertyUIFlags(sal_Int32 _nId) const;

Completed in 64 milliseconds