Home
last modified time | relevance | path

Searched refs:pFormatetcOut (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/embedserv/source/embed/
H A Ded_idataobj.cxx244 …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()
/aoo41x/main/dtrans/source/win32/dtobj/
H A DAPNDataObject.cxx249 …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 DAPNDataObject.hxx62 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
H A DXNotifyingDataObject.hxx79 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
H A DXTDataObject.hxx96 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
/aoo41x/main/dtrans/source/win32/clipb/
H A DAPNDataObject.hxx60 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
/aoo41x/main/dtrans/source/win32/workbench/
H A DXTDo.hxx87 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
/aoo41x/main/sal/workben/clipboardwben/testcopy/
H A DXTDataObject.hxx69 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
/aoo41x/main/embedserv/source/inc/
H A Dembeddoc.hxx98 STDMETHOD(GetCanonicalFormatEtc) ( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut );
/aoo41x/main/embedserv/source/inprocserv/
H A Dinprocembobj.h177 STDMETHOD(GetCanonicalFormatEtc) ( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut );
H A Dinprocembobj.cxx1286 …rocEmbedDocument_Impl::GetCanonicalFormatEtc( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut ) in GetCanonicalFormatEtc() argument
1296 return pIDataObject->GetCanonicalFormatEtc( pFormatetcIn, pFormatetcOut ); in GetCanonicalFormatEtc()

Completed in 36 milliseconds