Searched refs:xCachedProps (Results 1 – 2 of 2) sorted by relevance
295 std::auto_ptr< ContentProperties > xCachedProps; in getProperties() local304 xCachedProps.reset( in getProperties()490 if ( xCachedProps.get() ) in getProperties()496 = xCachedProps->getProperties(); in getProperties()
1386 std::auto_ptr< ContentProperties > xCachedProps; in getPropertyValues() local1406 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 31 milliseconds