Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontentcaps.cxx295 std::auto_ptr< ContentProperties > xCachedProps; in getProperties() local
304 xCachedProps.reset( in getProperties()
490 if ( xCachedProps.get() ) in getProperties()
496 = xCachedProps->getProperties(); in getProperties()
H A Dwebdavcontent.cxx1386 std::auto_ptr< ContentProperties > xCachedProps; in getPropertyValues() local
1406 xCachedProps.reset( new ContentProperties( *m_xCachedProps.get() ) ); in getPropertyValues()
1409 if ( xCachedProps->containsAllNames( rProperties, aMissingProps ) ) in getPropertyValues()
1416 xProps.reset( new ContentProperties( *xCachedProps.get() ) ); in getPropertyValues()
1437 xCachedProps.reset( in getPropertyValues()
1441 if ( xCachedProps->containsAllNames( in getPropertyValues()
1450 xProps.reset( new ContentProperties( *xCachedProps.get() ) ); in getPropertyValues()

Completed in 54 milliseconds