Home
last modified time | relevance | path

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

/AOO41X/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1404 if ( m_xCachedProps.get() ) in getPropertyValues()
1406 xCachedProps.reset( new ContentProperties( *m_xCachedProps.get() ) ); in getPropertyValues()
1435 if ( m_xCachedProps.get() ) in getPropertyValues()
1438 new ContentProperties( *m_xCachedProps.get() ) ); in getPropertyValues()
1714 if ( !m_xCachedProps.get() ) in getPropertyValues()
1715 m_xCachedProps.reset( new CachableContentProperties( *xProps.get() ) ); in getPropertyValues()
1717 m_xCachedProps->addProperties( *xProps.get() ); in getPropertyValues()
2243 if ( !m_xCachedProps.get()) in open()
2244 m_xCachedProps.reset( in open()
2247 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