Lines Matching refs:Property
502 Property aProperty( impl_getPropertyFromId_throw( nPropId ) ); in convertToPropertyValue()
640 Property aProperty( impl_getPropertyFromId_throw( nPropId ) ); in convertToControlValue()
857 … Sequence< Property > SAL_CALL FormComponentPropertyHandler::doDescribeSupportedProperties() const in doDescribeSupportedProperties()
860 return Sequence< Property >(); in doDescribeSupportedProperties()
862 ::std::vector< Property > aProperties; in doDescribeSupportedProperties()
864 Sequence< Property > aAllProperties( m_xComponentPropertyInfo->getProperties() ); in doDescribeSupportedProperties()
871 Property* pProperty = aAllProperties.getArray(); in doDescribeSupportedProperties()
872 Property* pPropertiesEnd = pProperty + aAllProperties.getLength(); in doDescribeSupportedProperties()
929 return Sequence< Property >(); in doDescribeSupportedProperties()
930 return Sequence< Property >( &(*aProperties.begin()), aProperties.size() ); in doDescribeSupportedProperties()
979 Property aProperty( impl_getPropertyFromId_throw( nPropId ) ); in describePropertyLine()
2216 …bool FormComponentPropertyHandler::impl_shouldExcludeProperty_nothrow( const Property& _rProperty … in impl_shouldExcludeProperty_nothrow()
3318 uno::Sequence< beans::Property > aProps; in createArrayHelper()