Lines Matching refs:Property
390 Sequence< com::sun::star::beans::Property >*
409 , com::sun::star::beans::Property& rProp ) const;
429 virtual Sequence< com::sun::star::beans::Property > SAL_CALL
433 virtual com::sun::star::beans::Property SAL_CALL
461 Sequence<Property> aProps = xInfo->getProperties(); in CCRS_PropertySetInfo()
462 m_pProperties = new Sequence<Property> ( aProps ); in CCRS_PropertySetInfo()
467 m_pProperties = new Sequence<Property>; in CCRS_PropertySetInfo()
479 Sequence< Property >* pOrigProps = new Sequence<Property> ( *m_pProperties ); in CCRS_PropertySetInfo()
491 Property& rMyProp = (*m_pProperties)[ nOrigProps - nDeleted ]; in CCRS_PropertySetInfo()
505 Property& rMyProp = (*m_pProperties)[ nOrigProps - nDeleted + 1 ]; in CCRS_PropertySetInfo()
546 Sequence< Property > SAL_CALL CCRS_PropertySetInfo
553 Property SAL_CALL CCRS_PropertySetInfo
560 Property aProp; in getPropertyByName()
584 const Property& rMyProp = (*m_pProperties)[nN]; in impl_getPos()
592 ::impl_queryProperty( const OUString& rName, Property& rProp ) const in impl_queryProperty()
596 const Property& rMyProp = (*m_pProperties)[nN]; in impl_queryProperty()
996 Property aProp = m_pMyPropSetInfo->getPropertyByName( aPropertyName ); in setPropertyValue()
1107 Property aProp = m_pMyPropSetInfo->getPropertyByName( rPropertyName ); in getPropertyValue()