Home
last modified time | relevance | path

Searched refs:dwAspect (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/dports/editors/libreoffice6/libreoffice-6.4.7.2/dtrans/source/win32/dtobj/
H A DFetc.cxx28 m_FormatEtc.dwAspect = 0; in CFormatEtc()
45 CFormatEtc::CFormatEtc( CLIPFORMAT cf, DWORD tymed, DVTARGETDEVICE* ptd, DWORD dwAspect, LONG linde… in CFormatEtc() argument
49 m_FormatEtc.dwAspect = dwAspect; in CFormatEtc()
58 m_FormatEtc.dwAspect = theOther.m_FormatEtc.dwAspect; in CFormatEtc()
71 m_FormatEtc.dwAspect = theOther.m_FormatEtc.dwAspect; in operator =()
120 return m_FormatEtc.dwAspect; in getDvAspect()
146 void CFormatEtc::setDvAspect( DWORD dwAspect ) in setDvAspect() argument
148 m_FormatEtc.dwAspect = dwAspect; in setDvAspect()
H A DFetc.hxx44 …T cf, DWORD tymed = TYMED_HGLOBAL, DVTARGETDEVICE* ptd = nullptr, DWORD dwAspect = DVASPECT_CONTEN…
64 void setDvAspect( DWORD dwAspect );
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/dtrans/
H A DFetc.cxx28 m_FormatEtc.dwAspect = 0; in CFormatEtc()
45 CFormatEtc::CFormatEtc( CLIPFORMAT cf, DWORD tymed, DVTARGETDEVICE* ptd, DWORD dwAspect, LONG linde… in CFormatEtc() argument
49 m_FormatEtc.dwAspect = dwAspect; in CFormatEtc()
58 m_FormatEtc.dwAspect = theOther.m_FormatEtc.dwAspect; in CFormatEtc()
71 m_FormatEtc.dwAspect = theOther.m_FormatEtc.dwAspect; in operator =()
120 return m_FormatEtc.dwAspect; in getDvAspect()
146 void CFormatEtc::setDvAspect( DWORD dwAspect ) in setDvAspect() argument
148 m_FormatEtc.dwAspect = dwAspect; in setDvAspect()
H A DImplHelper.cxx250 petcDest->dwAspect = petcSrc->dwAspect; in CopyFormatEtc()
286 else if ( pFetcLhs->dwAspect == pFetcRhs->dwAspect ) in CompareFormatEtc()
289 else if ( ( pFetcLhs->dwAspect & ~pFetcRhs->dwAspect ) != 0 ) in CompareFormatEtc()
H A DFetc.hxx43 …T cf, DWORD tymed = TYMED_HGLOBAL, DVTARGETDEVICE* ptd = nullptr, DWORD dwAspect = DVASPECT_CONTEN…
63 void setDvAspect( DWORD dwAspect );
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/embed/
H A Ded_idataobj.cxx75 if ( pFormatetc->dwAspect == DVASPECT_THUMBNAIL in GetData()
76 || pFormatetc->dwAspect == DVASPECT_ICON in GetData()
77 || pFormatetc->dwAspect == DVASPECT_DOCPRINT ) in GetData()
152 if ( pFormatetc->dwAspect == DVASPECT_THUMBNAIL in GetDataHere()
153 || pFormatetc->dwAspect == DVASPECT_ICON in GetDataHere()
154 || pFormatetc->dwAspect == DVASPECT_DOCPRINT ) in GetDataHere()
183 if ( pFormatetc->dwAspect == DVASPECT_THUMBNAIL in QueryGetData()
184 || pFormatetc->dwAspect == DVASPECT_ICON in QueryGetData()
185 || pFormatetc->dwAspect == DVASPECT_DOCPRINT ) in QueryGetData()
227 pFormatetcOut->dwAspect = DVASPECT_CONTENT; in GetCanonicalFormatEtc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/embed/
H A Ded_idataobj.cxx75 if ( pFormatetc->dwAspect == DVASPECT_THUMBNAIL in GetData()
76 || pFormatetc->dwAspect == DVASPECT_ICON in GetData()
77 || pFormatetc->dwAspect == DVASPECT_DOCPRINT ) in GetData()
152 if ( pFormatetc->dwAspect == DVASPECT_THUMBNAIL in GetDataHere()
153 || pFormatetc->dwAspect == DVASPECT_ICON in GetDataHere()
154 || pFormatetc->dwAspect == DVASPECT_DOCPRINT ) in GetDataHere()
183 if ( pFormatetc->dwAspect == DVASPECT_THUMBNAIL in QueryGetData()
184 || pFormatetc->dwAspect == DVASPECT_ICON in QueryGetData()
185 || pFormatetc->dwAspect == DVASPECT_DOCPRINT ) in QueryGetData()
227 pFormatetcOut->dwAspect = DVASPECT_CONTENT; in GetCanonicalFormatEtc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dtrans/source/win32/misc/
H A DImplHelper.cxx250 petcDest->dwAspect = petcSrc->dwAspect; in CopyFormatEtc()
286 else if ( pFetcLhs->dwAspect == pFetcRhs->dwAspect ) in CompareFormatEtc()
289 else if ( ( pFetcLhs->dwAspect & ~pFetcRhs->dwAspect ) != 0 ) in CompareFormatEtc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/inprocserv/
H A Dadvisesink.cxx68 m_pFormatEtc->dwAspect = pFormatEtc->dwAspect; in OleWrapperAdviseSink()
131 STDMETHODIMP_(void) OleWrapperAdviseSink::OnViewChange( DWORD dwAspect, LONG lindex ) in STDMETHODIMP_()
135 m_pListener->OnViewChange( dwAspect, lindex ); in STDMETHODIMP_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/inprocserv/
H A Dadvisesink.cxx68 m_pFormatEtc->dwAspect = pFormatEtc->dwAspect; in OleWrapperAdviseSink()
131 STDMETHODIMP_(void) OleWrapperAdviseSink::OnViewChange( DWORD dwAspect, LONG lindex ) in STDMETHODIMP_()
135 m_pListener->OnViewChange( dwAspect, lindex ); in STDMETHODIMP_()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/
H A DIViewObject2.java23 public int GetExtent(int dwAspect, int lindex, long ptd, SIZE lpsizel) { in GetExtent() argument
24 return COM.VtblCall(9, address, dwAspect, lindex, ptd, lpsizel); in GetExtent()
H A DFORMATETC.java21 public int dwAspect; field in FORMATETC
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/
H A DTransferData.java117 data1.formatetc.dwAspect == data2.formatetc.dwAspect && in sameType()
H A DByteArrayTransfer.java135 data[i].formatetc.dwAspect = COM.DVASPECT_CONTENT; in getSupportedTypes()
148 (format.dwAspect & COM.DVASPECT_CONTENT) == COM.DVASPECT_CONTENT && in isSupportedType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embeddedobj/source/msole/
H A Dadvisesink.cxx82 STDMETHODIMP_(void) OleWrapperAdviseSink::OnViewChange(DWORD dwAspect, LONG) in STDMETHODIMP_()
93 xLockComponent->OnViewChange_Impl( dwAspect ); in STDMETHODIMP_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embeddedobj/source/msole/
H A Dadvisesink.cxx82 STDMETHODIMP_(void) OleWrapperAdviseSink::OnViewChange(DWORD dwAspect, LONG) in STDMETHODIMP_()
93 xLockComponent->OnViewChange_Impl( dwAspect ); in STDMETHODIMP_()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_win32_DragAndDrop.cpp141 && pFormatEtc->dwAspect == format->dwAspect) in GetData()
171 && f->dwAspect == format->dwAspect) in QueryGetData()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/
H A Djuce_win32_DragAndDrop.cpp141 && pFormatEtc->dwAspect == format->dwAspect) in GetData()
171 && f->dwAspect == format->dwAspect) in QueryGetData()
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_dnd_win32.cxx223 fmt.dwAspect = DVASPECT_CONTENT; in fillCurrentDragData()
272 fmt.dwAspect = DVASPECT_CONTENT; in fillCurrentDragData()
389 rgelt->dwAspect = DVASPECT_CONTENT; in Next()
455 if ((pformatetcIn->dwAspect & DVASPECT_CONTENT) && in GetData()
502 if ((pformatetc->dwAspect & DVASPECT_CONTENT) && in QueryGetData()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_dnd_win32.cxx230 fmt.dwAspect = DVASPECT_CONTENT; in fillCurrentDragData()
279 fmt.dwAspect = DVASPECT_CONTENT; in fillCurrentDragData()
397 rgelt->dwAspect = DVASPECT_CONTENT; in Next()
464 if ((pformatetcIn->dwAspect & DVASPECT_CONTENT) && in GetData()
511 if ((pformatetc->dwAspect & DVASPECT_CONTENT) && in QueryGetData()
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_dnd_win32.cxx223 fmt.dwAspect = DVASPECT_CONTENT; in fillCurrentDragData()
272 fmt.dwAspect = DVASPECT_CONTENT; in fillCurrentDragData()
389 rgelt->dwAspect = DVASPECT_CONTENT; in Next()
455 if ((pformatetcIn->dwAspect & DVASPECT_CONTENT) && in GetData()
502 if ((pformatetc->dwAspect & DVASPECT_CONTENT) && in QueryGetData()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/win32/
H A Dwin32_dragdrop.cpp80 fmtetc.dwAspect = DVASPECT_CONTENT; in DragEnter()
134 fmtetc.dwAspect = DVASPECT_CONTENT; in Drop()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dwindrag.cc83 fetc.dwAspect = DVASPECT_CONTENT; in DragEnter()
184 fetc.dwAspect = DVASPECT_CONTENT; in Drop()
237 fetc.dwAspect = DVASPECT_CONTENT; in is_valid()
/dports/devel/efl/efl-1.25.1/src/lib/ecore_win32/
H A Decore_win32_dnd_data_object.cpp184 (format_etc_[i].dwAspect == pFormatEtc->dwAspect)) in lookup_format_etc()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/
H A Dformatetc.cs13 public DVASPECT dwAspect; field

12345678910>>...20