Lines Matching refs:InprocEmbedDocument_Impl

80 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()
524 STDMETHODIMP InprocEmbedDocument_Impl::InitNew( IStorage *pStg ) in InitNew()
557 STDMETHODIMP InprocEmbedDocument_Impl::Load( IStorage *pStg ) in Load()
594 STDMETHODIMP InprocEmbedDocument_Impl::Save( IStorage *pStgSave, BOOL fSameAsLoad ) in Save()
615 STDMETHODIMP InprocEmbedDocument_Impl::SaveCompleted( IStorage *pStgNew ) in SaveCompleted()
662 STDMETHODIMP InprocEmbedDocument_Impl::HandsOffStorage() in HandsOffStorage()
689 STDMETHODIMP InprocEmbedDocument_Impl::Load( LPCOLESTR pszFileName, DWORD dwMode ) in Load()
720 STDMETHODIMP InprocEmbedDocument_Impl::Save( LPCOLESTR pszFileName, BOOL fRemember ) in Save()
737 STDMETHODIMP InprocEmbedDocument_Impl::SaveCompleted( LPCOLESTR pszFileName ) in SaveCompleted()
767 STDMETHODIMP InprocEmbedDocument_Impl::GetCurFile( LPOLESTR *ppszFileName ) in GetCurFile()
785 STDMETHODIMP InprocEmbedDocument_Impl::SetClientSite( IOleClientSite* pSite ) in SetClientSite()
833 STDMETHODIMP InprocEmbedDocument_Impl::GetClientSite( IOleClientSite** pSite ) in GetClientSite()
850 STDMETHODIMP InprocEmbedDocument_Impl::SetHostNames( LPCOLESTR szContainerApp, LPCOLESTR szContaine… in SetHostNames()
871 STDMETHODIMP InprocEmbedDocument_Impl::Close( DWORD dwSaveOption ) in Close()
895 STDMETHODIMP InprocEmbedDocument_Impl::SetMoniker( DWORD dwWhichMoniker, IMoniker * pmk ) in SetMoniker()
912 STDMETHODIMP InprocEmbedDocument_Impl::GetMoniker( DWORD dwAssign, DWORD dwWhichMoniker, IMoniker *… in GetMoniker()
929 STDMETHODIMP InprocEmbedDocument_Impl::InitFromData( IDataObject * pDataObject, BOOL fCreation, DWO… in InitFromData()
946 STDMETHODIMP InprocEmbedDocument_Impl::GetClipboardData( DWORD dwReserved, IDataObject ** ppDataObj… in GetClipboardData()
963 STDMETHODIMP InprocEmbedDocument_Impl::DoVerb( in DoVerb()
1000 STDMETHODIMP InprocEmbedDocument_Impl::EnumVerbs( IEnumOLEVERB ** ppEnumOleVerb ) in EnumVerbs()
1017 STDMETHODIMP InprocEmbedDocument_Impl::Update() in Update()
1035 STDMETHODIMP InprocEmbedDocument_Impl::IsUpToDate() in IsUpToDate()
1052 STDMETHODIMP InprocEmbedDocument_Impl::GetUserClassID( CLSID *pClsid ) in GetUserClassID()
1062 STDMETHODIMP InprocEmbedDocument_Impl::GetUserType( DWORD dwFormOfType, LPOLESTR * pszUserType ) in GetUserType()
1079 STDMETHODIMP InprocEmbedDocument_Impl::SetExtent( DWORD dwDrawAspect, SIZEL *psizel ) in SetExtent()
1096 STDMETHODIMP InprocEmbedDocument_Impl::GetExtent( DWORD dwDrawAspect, SIZEL * psizel ) in GetExtent()
1113 STDMETHODIMP InprocEmbedDocument_Impl::Advise( IAdviseSink *pAdvSink, DWORD *pdwConnection ) in Advise()
1155 STDMETHODIMP InprocEmbedDocument_Impl::Unadvise( DWORD dwConnection ) in Unadvise()
1182 STDMETHODIMP InprocEmbedDocument_Impl::EnumAdvise( IEnumSTATDATA ** /*ppenumAdvise*/ ) in EnumAdvise()
1200 STDMETHODIMP InprocEmbedDocument_Impl::GetMiscStatus( DWORD dwAspect, DWORD * pdwStatus ) in GetMiscStatus()
1217 STDMETHODIMP InprocEmbedDocument_Impl::SetColorScheme( LOGPALETTE * pLogpal ) in SetColorScheme()
1235 STDMETHODIMP InprocEmbedDocument_Impl::GetData( FORMATETC * pFormatetc, STGMEDIUM * pMedium ) in GetData()
1252 STDMETHODIMP InprocEmbedDocument_Impl::GetDataHere( FORMATETC * pFormatetc, STGMEDIUM * pMedium ) in GetDataHere()
1269 STDMETHODIMP InprocEmbedDocument_Impl::QueryGetData( FORMATETC * pFormatetc ) in QueryGetData()
1286 STDMETHODIMP InprocEmbedDocument_Impl::GetCanonicalFormatEtc( FORMATETC * pFormatetcIn, FORMATETC *… in GetCanonicalFormatEtc()
1303 STDMETHODIMP InprocEmbedDocument_Impl::SetData( FORMATETC * pFormatetc, STGMEDIUM * pMedium, BOOL f… in SetData()
1320 STDMETHODIMP InprocEmbedDocument_Impl::EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC ** ppFormat… in EnumFormatEtc()
1337 STDMETHODIMP InprocEmbedDocument_Impl::DAdvise( FORMATETC * pFormatetc, DWORD advf, IAdviseSink * p… in DAdvise()
1379 STDMETHODIMP InprocEmbedDocument_Impl::DUnadvise( DWORD dwConnection ) in DUnadvise()
1407 STDMETHODIMP InprocEmbedDocument_Impl::EnumDAdvise( IEnumSTATDATA ** ppenumAdvise ) in EnumDAdvise()
1425 STDMETHODIMP InprocEmbedDocument_Impl::GetRunningClass( LPCLSID lpClsid ) in GetRunningClass()
1442 STDMETHODIMP InprocEmbedDocument_Impl::Run( LPBINDCTX pbc ) in Run()
1459 BOOL STDMETHODCALLTYPE InprocEmbedDocument_Impl::IsRunning() in IsRunning()
1477 STDMETHODIMP InprocEmbedDocument_Impl::LockRunning( BOOL fLock, BOOL fLastUnlockCloses ) in LockRunning()
1494 STDMETHODIMP InprocEmbedDocument_Impl::SetContainedObject( BOOL fContained) in SetContainedObject()
1513 STDMETHODIMP InprocEmbedDocument_Impl::Draw( DWORD dwDrawAspect, LONG lindex, void *pvAspect, DVTAR… in Draw()
1530 STDMETHODIMP InprocEmbedDocument_Impl::GetColorSet( DWORD dwDrawAspect, LONG lindex, void *pvAspect… in GetColorSet()
1547 STDMETHODIMP InprocEmbedDocument_Impl::Freeze( DWORD dwDrawAspect, LONG lindex, void *pvAspect, DWO… in Freeze()
1564 STDMETHODIMP InprocEmbedDocument_Impl::Unfreeze( DWORD dwFreeze ) in Unfreeze()
1581 STDMETHODIMP InprocEmbedDocument_Impl::SetAdvise( DWORD aspects, DWORD advf, IAdviseSink *pAdvSink ) in SetAdvise()
1614 STDMETHODIMP InprocEmbedDocument_Impl::GetAdvise( DWORD *pAspects, DWORD *pAdvf, IAdviseSink **ppAd… in GetAdvise()
1639 STDMETHODIMP InprocEmbedDocument_Impl::GetExtent( DWORD dwDrawAspect, LONG lindex, DVTARGETDEVICE *… in GetExtent()
1659 STDMETHODIMP InprocEmbedDocument_Impl::GetWindow( HWND *phwnd ) in GetWindow()
1676 STDMETHODIMP InprocEmbedDocument_Impl::ContextSensitiveHelp( BOOL fEnterMode ) in ContextSensitiveHelp()
1695 STDMETHODIMP InprocEmbedDocument_Impl::InPlaceDeactivate( void ) in InPlaceDeactivate()
1712 STDMETHODIMP InprocEmbedDocument_Impl::UIDeactivate( void ) in UIDeactivate()
1729 STDMETHODIMP InprocEmbedDocument_Impl::SetObjectRects( LPCRECT lprcPosRect, LPCRECT lprcClipRect ) in SetObjectRects()
1746 STDMETHODIMP InprocEmbedDocument_Impl::ReactivateAndUndo( void ) in ReactivateAndUndo()
1765 STDMETHODIMP InprocEmbedDocument_Impl::GetTypeInfoCount( UINT *pctinfo ) in GetTypeInfoCount()
1782 STDMETHODIMP InprocEmbedDocument_Impl::GetTypeInfo( UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo ) in GetTypeInfo()
1799 STDMETHODIMP InprocEmbedDocument_Impl::GetIDsOfNames( REFIID riid, LPOLESTR *rgszNames, UINT cNames… in GetIDsOfNames()
1816 STDMETHODIMP InprocEmbedDocument_Impl::Invoke( DISPID dispIdMember, REFIID riid, LCID lcid, WORD wF… in Invoke()
1839 STDMETHODIMP InprocEmbedDocument_Impl::InternalCacheWrapper::QueryInterface( REFIID riid, void FAR*… in QueryInterface()
1845 STDMETHODIMP_(ULONG) InprocEmbedDocument_Impl::InternalCacheWrapper::AddRef() in STDMETHODIMP_()
1851 STDMETHODIMP_(ULONG) InprocEmbedDocument_Impl::InternalCacheWrapper::Release() in STDMETHODIMP_()
1858 STDMETHODIMP InprocEmbedDocument_Impl::InternalCacheWrapper::Cache( FORMATETC *pformatetc, DWORD ad… in Cache()
1875 STDMETHODIMP InprocEmbedDocument_Impl::InternalCacheWrapper::Uncache( DWORD dwConnection ) in Uncache()
1892 STDMETHODIMP InprocEmbedDocument_Impl::InternalCacheWrapper::EnumCache( IEnumSTATDATA **ppenumSTATD… in EnumCache()
1909 STDMETHODIMP InprocEmbedDocument_Impl::InternalCacheWrapper::InitCache( IDataObject *pDataObject ) in InitCache()
1926 STDMETHODIMP InprocEmbedDocument_Impl::InternalCacheWrapper::SetData( FORMATETC *pformatetc, STGMED… in SetData()
1944 STDMETHODIMP InprocEmbedDocument_Impl::InternalCacheWrapper::UpdateCache( LPDATAOBJECT pDataObject,… in UpdateCache()
1961 STDMETHODIMP InprocEmbedDocument_Impl::InternalCacheWrapper::DiscardCache( DWORD dwDiscardOptions ) in DiscardCache()