Searched refs:pFormatetcOut (Results 1 – 11 of 11) sorted by relevance
/trunk/main/embedserv/source/embed/ |
H A D | ed_idataobj.cxx | 244 …MP EmbedDocument_Impl::GetCanonicalFormatEtc( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut ) in GetCanonicalFormatEtc() argument 246 if ( !pFormatetcIn || !pFormatetcOut ) in GetCanonicalFormatEtc() 249 pFormatetcOut->ptd = NULL; in GetCanonicalFormatEtc() 250 pFormatetcOut->cfFormat = pFormatetcIn->cfFormat; in GetCanonicalFormatEtc() 251 pFormatetcOut->dwAspect = DVASPECT_CONTENT; in GetCanonicalFormatEtc() 255 pFormatetcOut->tymed = TYMED_ENHMF; in GetCanonicalFormatEtc() 260 pFormatetcOut->tymed = TYMED_MFPICT; in GetCanonicalFormatEtc() 269 pFormatetcOut->tymed = TYMED_ISTORAGE; in GetCanonicalFormatEtc()
|
/trunk/main/dtrans/source/win32/dtobj/ |
H A D | APNDataObject.cxx | 249 …ETHODIMP CAPNDataObject::GetCanonicalFormatEtc(LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut) in GetCanonicalFormatEtc() argument 251 HRESULT hr = m_rIDataObjectOrg->GetCanonicalFormatEtc( pFormatectIn, pFormatetcOut ); in GetCanonicalFormatEtc() 259 hr = pIDOTmp->GetCanonicalFormatEtc(pFormatectIn, pFormatetcOut); in GetCanonicalFormatEtc()
|
H A D | APNDataObject.hxx | 61 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
|
H A D | XNotifyingDataObject.hxx | 79 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
|
H A D | XTDataObject.hxx | 95 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
|
/trunk/main/dtrans/source/win32/clipb/ |
H A D | APNDataObject.hxx | 60 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
|
/trunk/main/dtrans/source/win32/workbench/ |
H A D | XTDo.hxx | 87 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
|
/trunk/main/sal/workben/clipboardwben/testcopy/ |
H A D | XTDataObject.hxx | 69 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
|
/trunk/main/embedserv/source/inc/ |
H A D | embeddoc.hxx | 98 STDMETHOD(GetCanonicalFormatEtc) ( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut );
|
/trunk/main/embedserv/source/inprocserv/ |
H A D | inprocembobj.h | 177 STDMETHOD(GetCanonicalFormatEtc) ( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut );
|
H A D | inprocembobj.cxx | 1286 …rocEmbedDocument_Impl::GetCanonicalFormatEtc( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut ) in GetCanonicalFormatEtc() argument 1296 return pIDataObject->GetCanonicalFormatEtc( pFormatetcIn, pFormatetcOut ); in GetCanonicalFormatEtc()
|
Completed in 52 milliseconds