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()
1358 std::auto_ptr< ContentProperties > xCachedProps; in getPropertyValues() local1378 xCachedProps.reset( new ContentProperties( *m_xCachedProps.get() ) ); in getPropertyValues()1381 if ( xCachedProps->containsAllNames( rProperties, aMissingProps ) ) in getPropertyValues()1388 xProps.reset( new ContentProperties( *xCachedProps.get() ) ); in getPropertyValues()1409 xCachedProps.reset( in getPropertyValues()1413 if ( xCachedProps->containsAllNames( in getPropertyValues()1422 xProps.reset( new ContentProperties( *xCachedProps.get() ) ); in getPropertyValues()