Home
last modified time | relevance | path

Searched refs:rMyProp (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx491 Property& rMyProp = (*m_pProperties)[ nOrigProps - nDeleted ]; in CCRS_PropertySetInfo() local
492 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() local
506 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 …]