Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/embed/
H A Ded_idataobj.cxx220 …MP EmbedDocument_Impl::GetCanonicalFormatEtc( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut ) in GetCanonicalFormatEtc() argument
222 if ( !pFormatetcIn || !pFormatetcOut ) in GetCanonicalFormatEtc()
225 pFormatetcOut->ptd = nullptr; in GetCanonicalFormatEtc()
226 pFormatetcOut->cfFormat = pFormatetcIn->cfFormat; in GetCanonicalFormatEtc()
227 pFormatetcOut->dwAspect = DVASPECT_CONTENT; in GetCanonicalFormatEtc()
231 pFormatetcOut->tymed = TYMED_ENHMF; in GetCanonicalFormatEtc()
236 pFormatetcOut->tymed = TYMED_MFPICT; in GetCanonicalFormatEtc()
245 pFormatetcOut->tymed = TYMED_ISTORAGE; in GetCanonicalFormatEtc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/embed/
H A Ded_idataobj.cxx220 …MP EmbedDocument_Impl::GetCanonicalFormatEtc( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut ) in GetCanonicalFormatEtc() argument
222 if ( !pFormatetcIn || !pFormatetcOut ) in GetCanonicalFormatEtc()
225 pFormatetcOut->ptd = nullptr; in GetCanonicalFormatEtc()
226 pFormatetcOut->cfFormat = pFormatetcIn->cfFormat; in GetCanonicalFormatEtc()
227 pFormatetcOut->dwAspect = DVASPECT_CONTENT; in GetCanonicalFormatEtc()
231 pFormatetcOut->tymed = TYMED_ENHMF; in GetCanonicalFormatEtc()
236 pFormatetcOut->tymed = TYMED_MFPICT; in GetCanonicalFormatEtc()
245 pFormatetcOut->tymed = TYMED_ISTORAGE; in GetCanonicalFormatEtc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dtrans/source/win32/dtobj/
H A DAPNDataObject.cxx212 …ETHODIMP CAPNDataObject::GetCanonicalFormatEtc(FORMATETC * pFormatectIn, FORMATETC * pFormatetcOut) in GetCanonicalFormatEtc() argument
214 HRESULT hr = m_rIDataObjectOrg->GetCanonicalFormatEtc( pFormatectIn, pFormatetcOut ); in GetCanonicalFormatEtc()
222 hr = pIDOTmp->GetCanonicalFormatEtc(pFormatectIn, pFormatetcOut); in GetCanonicalFormatEtc()
H A DAPNDataObject.hxx49 …STDMETHODIMP GetCanonicalFormatEtc( FORMATETC * pFormatectIn, FORMATETC * pFormatetcOut ) override;
H A DXNotifyingDataObject.hxx64 …STDMETHODIMP GetCanonicalFormatEtc( FORMATETC * pFormatectIn, FORMATETC * pFormatetcOut ) override;
H A DXTDataObject.hxx77 …STDMETHODIMP GetCanonicalFormatEtc( FORMATETC * pFormatectIn, FORMATETC * pFormatetcOut ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/dtrans/
H A DAPNDataObject.cxx212 …ETHODIMP CAPNDataObject::GetCanonicalFormatEtc(FORMATETC * pFormatectIn, FORMATETC * pFormatetcOut) in GetCanonicalFormatEtc() argument
214 HRESULT hr = m_rIDataObjectOrg->GetCanonicalFormatEtc( pFormatectIn, pFormatetcOut ); in GetCanonicalFormatEtc()
222 hr = pIDOTmp->GetCanonicalFormatEtc(pFormatectIn, pFormatetcOut); in GetCanonicalFormatEtc()
H A DAPNDataObject.hxx53 …STDMETHODIMP GetCanonicalFormatEtc( FORMATETC * pFormatectIn, FORMATETC * pFormatetcOut ) override;
H A DXNotifyingDataObject.hxx63 …STDMETHODIMP GetCanonicalFormatEtc( FORMATETC * pFormatectIn, FORMATETC * pFormatetcOut ) override;
H A DXTDataObject.hxx76 …STDMETHODIMP GetCanonicalFormatEtc( FORMATETC * pFormatectIn, FORMATETC * pFormatetcOut ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dtrans/source/win32/clipb/
H A DAPNDataObject.hxx47 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dtrans/source/win32/workbench/
H A DXTDo.hxx73 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/workben/win/dtrans/
H A DXTDo.hxx72 STDMETHODIMP GetCanonicalFormatEtc( LPFORMATETC pFormatectIn, LPFORMATETC pFormatetcOut );
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/ole/
H A Ddataobj.cpp600 FORMATETC *pFormatetcOut) in GetCanonicalFormatEtc() argument
605 if ( pFormatetcOut != NULL ) in GetCanonicalFormatEtc()
606 pFormatetcOut->ptd = NULL; in GetCanonicalFormatEtc()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/ole/
H A Ddataobj.cpp600 FORMATETC *pFormatetcOut) in GetCanonicalFormatEtc() argument
605 if ( pFormatetcOut != NULL ) in GetCanonicalFormatEtc()
606 pFormatetcOut->ptd = NULL; in GetCanonicalFormatEtc()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/ole/
H A Ddataobj.cpp600 FORMATETC *pFormatetcOut) in GetCanonicalFormatEtc() argument
605 if ( pFormatetcOut != NULL ) in GetCanonicalFormatEtc()
606 pFormatetcOut->ptd = NULL; in GetCanonicalFormatEtc()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/ole/
H A Ddataobj.cpp600 FORMATETC *pFormatetcOut) in GetCanonicalFormatEtc() argument
605 if ( pFormatetcOut != NULL ) in GetCanonicalFormatEtc()
606 pFormatetcOut->ptd = NULL; in GetCanonicalFormatEtc()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/ole/
H A Ddataobj.cpp865 FORMATETC *pFormatetcOut) in GetCanonicalFormatEtc() argument
870 if ( pFormatetcOut != NULL ) in GetCanonicalFormatEtc()
871 pFormatetcOut->ptd = NULL; in GetCanonicalFormatEtc()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/ole/
H A Ddataobj.cpp870 FORMATETC *pFormatetcOut) in GetCanonicalFormatEtc() argument
875 if ( pFormatetcOut != NULL ) in GetCanonicalFormatEtc()
876 pFormatetcOut->ptd = NULL; in GetCanonicalFormatEtc()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/ole/
H A Ddataobj.cpp870 FORMATETC *pFormatetcOut) in GetCanonicalFormatEtc() argument
875 if ( pFormatetcOut != NULL ) in GetCanonicalFormatEtc()
876 pFormatetcOut->ptd = NULL; in GetCanonicalFormatEtc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/inc/
H A Dembeddoc.hxx86 … STDMETHOD(GetCanonicalFormatEtc) ( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/inc/
H A Dembeddoc.hxx85 … STDMETHOD(GetCanonicalFormatEtc) ( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/inprocserv/
H A Dinprocembobj.h171 … STDMETHOD(GetCanonicalFormatEtc) ( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut ) override;
H A Dinprocembobj.cxx1122 …rocEmbedDocument_Impl::GetCanonicalFormatEtc( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut ) in GetCanonicalFormatEtc() argument
1131 return pIDataObject->GetCanonicalFormatEtc( pFormatetcIn, pFormatetcOut ); in GetCanonicalFormatEtc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/inprocserv/
H A Dinprocembobj.h171 … STDMETHOD(GetCanonicalFormatEtc) ( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut ) override;

12