Searched refs:rMyProp (Results 1 – 1 of 1) sorted by relevance
491 Property& rMyProp = (*m_pProperties)[ nOrigProps - nDeleted ]; in CCRS_PropertySetInfo() local492 rMyProp.Name = m_aPropertyNameForFetchSize; in CCRS_PropertySetInfo()493 rMyProp.Type = getCppuType( static_cast< const sal_Int32 * >( 0 ) ); in CCRS_PropertySetInfo()494 rMyProp.Attributes = PropertyAttribute::BOUND | PropertyAttribute::MAYBEDEFAULT; in CCRS_PropertySetInfo()501 rMyProp.Handle = m_nFetchSizePropertyHandle; in CCRS_PropertySetInfo()505 Property& rMyProp = (*m_pProperties)[ nOrigProps - nDeleted + 1 ]; in CCRS_PropertySetInfo() local506 rMyProp.Name = m_aPropertyNameForFetchDirection; in CCRS_PropertySetInfo()507 rMyProp.Type = getCppuType( static_cast< const sal_Bool * >( 0 ) ); in CCRS_PropertySetInfo()508 rMyProp.Attributes = PropertyAttribute::BOUND | PropertyAttribute::MAYBEDEFAULT; in CCRS_PropertySetInfo()515 m_nFetchDirectionPropertyHandle = rMyProp.Handle; in CCRS_PropertySetInfo()[all …]