Home
last modified time | relevance | path

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

/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx653 , m_pMyPropSetInfo( NULL ) in CachedContentResultSet()
901 if( m_pMyPropSetInfo ) in impl_initPropertySetInfo()
903 m_pMyPropSetInfo = new CCRS_PropertySetInfo( m_xPropertySetInfo ); in impl_initPropertySetInfo()
904 m_xMyPropertySetInfo = m_pMyPropSetInfo; in impl_initPropertySetInfo()
975 Property aProp = m_pMyPropSetInfo->getPropertyByName( aPropertyName ); in setPropertyValue()
1011 aEvt.PropertyHandle = m_pMyPropSetInfo-> in setPropertyValue()
1044 aEvt.PropertyHandle = m_pMyPropSetInfo-> in setPropertyValue()
1083 Property aProp = m_pMyPropSetInfo->getPropertyByName( rPropertyName ); in getPropertyValue()
H A Dcachedcontentresultset.hxx126 CCRS_PropertySetInfo* m_pMyPropSetInfo; member in CachedContentResultSet