Home
last modified time | relevance | path

Searched refs:InprocEmbedDocument_Impl (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/embedserv/source/inprocserv/
H A Dinprocembobj.cxx80 HRESULT InprocEmbedDocument_Impl::Init() in Init()
86 void InprocEmbedDocument_Impl::SetName( LPCOLESTR pszNameFromOutside, wchar_t*& pOwnName ) in SetName()
109 BOOL InprocEmbedDocument_Impl::CheckDefHandler() in CheckDefHandler()
312 DWORD InprocEmbedDocument_Impl::InsertAdviseLinkToList( const ComSmart<OleWrapperAdviseSink>& pOwnA… in InsertAdviseLinkToList()
337 void InprocEmbedDocument_Impl::Clean() in Clean()
380 STDMETHODIMP InprocEmbedDocument_Impl::QueryInterface( REFIID riid, void FAR* FAR* ppv ) in QueryInterface()
472 STDMETHODIMP_(ULONG) InprocEmbedDocument_Impl::AddRef() in STDMETHODIMP_()
478 STDMETHODIMP_(ULONG) InprocEmbedDocument_Impl::Release() in STDMETHODIMP_()
495 STDMETHODIMP InprocEmbedDocument_Impl::GetClassID( CLSID* pClassId ) in GetClassID()
503 STDMETHODIMP InprocEmbedDocument_Impl::IsDirty() in IsDirty()
[all …]
H A Dinprocembobj.h59 class InprocEmbedDocument_Impl : public InprocCountedObject_Impl
96 InprocEmbedDocument_Impl& m_rOwnDocument;
99 InternalCacheWrapper( InprocEmbedDocument_Impl& rOwnDocument ) in InternalCacheWrapper()
125 InprocEmbedDocument_Impl( const GUID& guid ) in InprocEmbedDocument_Impl() function
136 virtual ~InprocEmbedDocument_Impl() in ~InprocEmbedDocument_Impl()
H A Ddllentry.cxx317 InprocEmbedDocument_Impl* pEmbedDocument = new InprocEmbedDocument_Impl( m_guid ); in CreateInstance()