Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1376 if ( m_xCachedProps.get() ) in getPropertyValues()
1378 xCachedProps.reset( new ContentProperties( *m_xCachedProps.get() ) ); in getPropertyValues()
1407 if ( m_xCachedProps.get() ) in getPropertyValues()
1410 new ContentProperties( *m_xCachedProps.get() ) ); in getPropertyValues()
1686 if ( !m_xCachedProps.get() ) in getPropertyValues()
1687 m_xCachedProps.reset( new CachableContentProperties( *xProps.get() ) ); in getPropertyValues()
1689 m_xCachedProps->addProperties( *xProps.get() ); in getPropertyValues()
2213 if ( !m_xCachedProps.get()) in open()
2214 m_xCachedProps.reset( in open()
2217 m_xCachedProps->addProperties( aResource ); in open()
[all …]
H A Dwebdavcontentcaps.cxx303 if ( m_xCachedProps.get() ) in getProperties()
305 new ContentProperties( *m_xCachedProps.get() ) ); in getProperties()
H A Dwebdavcontent.hxx82 m_xCachedProps; // locally cached props member in http_dav_ucp::Content