Lines Matching refs:m_xCachedProps
1404 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()
2289 if ( !m_xCachedProps.get()) in open()
2290 m_xCachedProps.reset( in open()
2293 m_xCachedProps->addProperties( in open()
2989 if ( m_xCachedProps.get() ) in supportsExclusiveWriteLock()
2992 if ( m_xCachedProps->getValue( DAVProperties::SUPPORTEDLOCK ) in supportsExclusiveWriteLock()
3491 if ( m_xCachedProps.get() ) in getBaseURI()
3494 m_xCachedProps->getValue( rtl::OUString( in getBaseURI()
3569 m_xCachedProps.reset( in getResourceType()
3571 m_xCachedProps->containsAllNames( in getResourceType()