Home
last modified time | relevance | path

Searched refs:pFormatetcIn (Results 1 – 4 of 4) sorted by relevance

/trunk/main/embedserv/source/embed/
H A Ded_idataobj.cxx244 STDMETHODIMP EmbedDocument_Impl::GetCanonicalFormatEtc( FORMATETC * pFormatetcIn, FORMATETC * pForm… in GetCanonicalFormatEtc() argument
246 if ( !pFormatetcIn || !pFormatetcOut ) in GetCanonicalFormatEtc()
250 pFormatetcOut->cfFormat = pFormatetcIn->cfFormat; in GetCanonicalFormatEtc()
253 if ( pFormatetcIn->cfFormat == CF_ENHMETAFILE ) in GetCanonicalFormatEtc()
258 else if ( pFormatetcIn->cfFormat == CF_METAFILEPICT ) in GetCanonicalFormatEtc()
267 if ( pFormatetcIn->cfFormat == cf_embSource || pFormatetcIn->cfFormat == cf_embObj ) in GetCanonicalFormatEtc()
/trunk/main/embedserv/source/inc/
H A Dembeddoc.hxx98 STDMETHOD(GetCanonicalFormatEtc) ( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut );
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.h177 STDMETHOD(GetCanonicalFormatEtc) ( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut );
H A Dinprocembobj.cxx1286 STDMETHODIMP InprocEmbedDocument_Impl::GetCanonicalFormatEtc( FORMATETC * pFormatetcIn, FORMATETC *… in GetCanonicalFormatEtc() argument
1296 return pIDataObject->GetCanonicalFormatEtc( pFormatetcIn, pFormatetcOut ); in GetCanonicalFormatEtc()

Completed in 33 milliseconds