Lines Matching refs:m_rOwnDocument

1841     return m_rOwnDocument.QueryInterface( riid, ppv );  in QueryInterface()
1847 return m_rOwnDocument.AddRef(); in STDMETHODIMP_()
1853 return m_rOwnDocument.Release(); in STDMETHODIMP_()
1861 if ( m_rOwnDocument.CheckDefHandler() ) in Cache()
1864 … HRESULT hr = m_rOwnDocument.GetDefHandler()->QueryInterface( IID_IOleCache, (void**)&pIOleCache ); in Cache()
1866 ULONGGuard aGuard( &m_rOwnDocument.m_nCallsOnStack ); // avoid reentrance problem in Cache()
1878 if ( m_rOwnDocument.CheckDefHandler() ) in Uncache()
1881 … HRESULT hr = m_rOwnDocument.GetDefHandler()->QueryInterface( IID_IOleCache, (void**)&pIOleCache ); in Uncache()
1883 ULONGGuard aGuard( &m_rOwnDocument.m_nCallsOnStack ); // avoid reentrance problem in Uncache()
1895 if ( m_rOwnDocument.CheckDefHandler() ) in EnumCache()
1898 … HRESULT hr = m_rOwnDocument.GetDefHandler()->QueryInterface( IID_IOleCache, (void**)&pIOleCache ); in EnumCache()
1900 ULONGGuard aGuard( &m_rOwnDocument.m_nCallsOnStack ); // avoid reentrance problem in EnumCache()
1912 if ( m_rOwnDocument.CheckDefHandler() ) in InitCache()
1915 … HRESULT hr = m_rOwnDocument.GetDefHandler()->QueryInterface( IID_IOleCache, (void**)&pIOleCache ); in InitCache()
1917 ULONGGuard aGuard( &m_rOwnDocument.m_nCallsOnStack ); // avoid reentrance problem in InitCache()
1929 if ( m_rOwnDocument.CheckDefHandler() ) in SetData()
1932 … HRESULT hr = m_rOwnDocument.GetDefHandler()->QueryInterface( IID_IOleCache, (void**)&pIOleCache ); in SetData()
1934 ULONGGuard aGuard( &m_rOwnDocument.m_nCallsOnStack ); // avoid reentrance problem in SetData()
1947 if ( m_rOwnDocument.CheckDefHandler() ) in UpdateCache()
1950 …HRESULT hr = m_rOwnDocument.GetDefHandler()->QueryInterface( IID_IOleCache2, (void**)&pIOleCache2 … in UpdateCache()
1952 ULONGGuard aGuard( &m_rOwnDocument.m_nCallsOnStack ); // avoid reentrance problem in UpdateCache()
1964 if ( m_rOwnDocument.CheckDefHandler() ) in DiscardCache()
1967 …HRESULT hr = m_rOwnDocument.GetDefHandler()->QueryInterface( IID_IOleCache2, (void**)&pIOleCache2 … in DiscardCache()
1969 ULONGGuard aGuard( &m_rOwnDocument.m_nCallsOnStack ); // avoid reentrance problem in DiscardCache()