Home
last modified time | relevance | path

Searched refs:cfFormat (Results 51 – 75 of 488) sorted by relevance

12345678910>>...20

/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d49 short cfFormat; member
66 short cfFormat; variable
90 short cfFormat;
110 short cfFormat;
129 short cfFormat;
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Ddde.d50 short cfFormat; member
67 short cfFormat; variable
91 short cfFormat;
111 short cfFormat;
130 short cfFormat;
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d49 short cfFormat; member
66 short cfFormat; variable
90 short cfFormat;
110 short cfFormat;
129 short cfFormat;
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Ddde.d49 short cfFormat; member
66 short cfFormat; variable
90 short cfFormat;
110 short cfFormat;
129 short cfFormat;
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Ddde.d49 short cfFormat; member
66 short cfFormat; variable
90 short cfFormat;
110 short cfFormat;
129 short cfFormat;
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d49 short cfFormat; member
66 short cfFormat; variable
90 short cfFormat;
110 short cfFormat;
129 short cfFormat;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d50 short cfFormat; member
67 short cfFormat; variable
91 short cfFormat;
111 short cfFormat;
130 short cfFormat;
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d49 short cfFormat; member
66 short cfFormat; variable
90 short cfFormat;
110 short cfFormat;
129 short cfFormat;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dtrans/source/win32/dtobj/
H A DDOTransferable.cxx286 if ( CF_LOCALE == fetc.cfFormat ) in initFlavorList()
292 if ( CDataFormatTranslator::isOemOrAnsiTextFormat( fetc.cfFormat ) && in initFlavorList()
297 m_TxtFormatOnClipboard = fetc.cfFormat; in initFlavorList()
305 else if ( (CF_UNICODETEXT == fetc.cfFormat) && !m_bUnicodeRegistered ) in initFlavorList()
340 if ( (CF_TEXT == aFormatEtc.cfFormat) || (CF_OEMTEXT == aFormatEtc.cfFormat) ) in formatEtcToDataFlavor()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/win32/
H A Dwin32dragging.cpp383 if (format->cfFormat == CF_TEXT || format->cfFormat == CF_UNICODETEXT) in GetData()
395 if (format->cfFormat == CF_UNICODETEXT) in GetData()
422 else if (format->cfFormat == CF_HDROP) in GetData()
476 else if (format->cfFormat == CF_PRIVATEFIRST) in GetData()
513 if (format->cfFormat == CF_TEXT || format->cfFormat == CF_UNICODETEXT) in QueryGetData()
521 else if (format->cfFormat == CF_PRIVATEFIRST) in QueryGetData()
529 else if (format->cfFormat == CF_HDROP) in QueryGetData()
597 rgelt->cfFormat = CF_UNICODETEXT; in Next()
609 rgelt->cfFormat = CF_HDROP; in Next()
/dports/editors/focuswriter/focuswriter-1.7.6/src/fileformats/
H A Dclipboard_windows.cpp36 return (format.cfFormat == CF_RTF) && mime_data->hasFormat(QLatin1String("text/rtf")); in canConvertFromMime()
136 if (format.cfFormat == CF_RTF) { in mimeForFormat()
147 format.cfFormat = CF_RTF; in initFormat()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DAssertions.cpp60 CFStringRef cfFormat = CFStringCreateWithCString(NULL, format, kCFStringEncodingUTF8); in vprintf_stderr_common() local
61 CFStringRef str = CFStringCreateWithFormatAndArguments(NULL, NULL, cfFormat, args); in vprintf_stderr_common()
72 CFRelease(cfFormat); in vprintf_stderr_common()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DAssertions.cpp60 CFStringRef cfFormat = CFStringCreateWithCString(NULL, format, kCFStringEncodingUTF8); in vprintf_stderr_common() local
61 CFStringRef str = CFStringCreateWithFormatAndArguments(NULL, NULL, cfFormat, args); in vprintf_stderr_common()
72 CFRelease(cfFormat); in vprintf_stderr_common()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DAssertions.cpp60 CFStringRef cfFormat = CFStringCreateWithCString(NULL, format, kCFStringEncodingUTF8); in vprintf_stderr_common() local
61 CFStringRef str = CFStringCreateWithFormatAndArguments(NULL, NULL, cfFormat, args); in vprintf_stderr_common()
72 CFRelease(cfFormat); in vprintf_stderr_common()
/dports/editors/lazarus/lazarus/components/virtualtreeview/units/win32/
H A Dvirtualdragmanager.pas390 Format.cfFormat := CF_VTREFERENCE;
534 StgMedium := FindInternalStgMedium(FormatEtcArray[I].cfFormat);
567 Result := (FormatEtc1.cfFormat = FormatEtc2.cfFormat) and (FormatEtc1.ptd = FormatEtc2.ptd) and
649 InternalMedium := FindInternalStgMedium(FormatEtcIn.cfFormat);
813 if FormatEtcIn.cfFormat = CF_VTREFERENCE then
874 if FormatEtc.cfFormat = FFormatEtcArray[I].cfFormat then
916 LocalStgMedium := FindInternalStgMedium(FormatEtcArray[Index].cfFormat);
932 InternalStgMediumArray[High(InternalStgMediumArray)].Format := FormatEtc.cfFormat;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/units/win32/
H A Dlaz.virtualdragmanager.pas390 Format.cfFormat := CF_VTREFERENCE;
534 StgMedium := FindInternalStgMedium(FormatEtcArray[I].cfFormat);
567 Result := (FormatEtc1.cfFormat = FormatEtc2.cfFormat) and (FormatEtc1.ptd = FormatEtc2.ptd) and
649 InternalMedium := FindInternalStgMedium(FormatEtcIn.cfFormat);
813 if FormatEtcIn.cfFormat = CF_VTREFERENCE then
874 if FormatEtc.cfFormat = FFormatEtcArray[I].cfFormat then
916 LocalStgMedium := FindInternalStgMedium(FormatEtcArray[Index].cfFormat);
932 InternalStgMediumArray[High(InternalStgMediumArray)].Format := FormatEtc.cfFormat;
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/units/win32/
H A Dlaz.virtualdragmanager.pas390 Format.cfFormat := CF_VTREFERENCE;
534 StgMedium := FindInternalStgMedium(FormatEtcArray[I].cfFormat);
567 Result := (FormatEtc1.cfFormat = FormatEtc2.cfFormat) and (FormatEtc1.ptd = FormatEtc2.ptd) and
649 InternalMedium := FindInternalStgMedium(FormatEtcIn.cfFormat);
813 if FormatEtcIn.cfFormat = CF_VTREFERENCE then
874 if FormatEtc.cfFormat = FFormatEtcArray[I].cfFormat then
916 LocalStgMedium := FindInternalStgMedium(FormatEtcArray[Index].cfFormat);
932 InternalStgMediumArray[High(InternalStgMediumArray)].Format := FormatEtc.cfFormat;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/units/win32/
H A Dlaz.virtualdragmanager.pas390 Format.cfFormat := CF_VTREFERENCE;
534 StgMedium := FindInternalStgMedium(FormatEtcArray[I].cfFormat);
567 Result := (FormatEtc1.cfFormat = FormatEtc2.cfFormat) and (FormatEtc1.ptd = FormatEtc2.ptd) and
649 InternalMedium := FindInternalStgMedium(FormatEtcIn.cfFormat);
813 if FormatEtcIn.cfFormat = CF_VTREFERENCE then
874 if FormatEtc.cfFormat = FFormatEtcArray[I].cfFormat then
916 LocalStgMedium := FindInternalStgMedium(FormatEtcArray[Index].cfFormat);
932 InternalStgMediumArray[High(InternalStgMediumArray)].Format := FormatEtc.cfFormat;
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/units/win32/
H A Dvirtualdragmanager.pas390 Format.cfFormat := CF_VTREFERENCE;
534 StgMedium := FindInternalStgMedium(FormatEtcArray[I].cfFormat);
567 Result := (FormatEtc1.cfFormat = FormatEtc2.cfFormat) and (FormatEtc1.ptd = FormatEtc2.ptd) and
649 InternalMedium := FindInternalStgMedium(FormatEtcIn.cfFormat);
813 if FormatEtcIn.cfFormat = CF_VTREFERENCE then
874 if FormatEtc.cfFormat = FFormatEtcArray[I].cfFormat then
916 LocalStgMedium := FindInternalStgMedium(FormatEtcArray[Index].cfFormat);
932 InternalStgMediumArray[High(InternalStgMediumArray)].Format := FormatEtc.cfFormat;
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_dnd_win32.cxx225 fmt.cfFormat = CF_UNICODETEXT; in fillCurrentDragData()
243 fmt.cfFormat = CF_TEXT; in fillCurrentDragData()
274 fmt.cfFormat = CF_HDROP; in fillCurrentDragData()
388 rgelt->cfFormat = CF_HDROP; in Next()
457 (pformatetcIn->cfFormat == CF_UNICODETEXT)) in GetData()
504 (pformatetc->cfFormat == CF_UNICODETEXT)) in QueryGetData()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_dnd_win32.cxx232 fmt.cfFormat = CF_UNICODETEXT; in fillCurrentDragData()
250 fmt.cfFormat = CF_TEXT; in fillCurrentDragData()
281 fmt.cfFormat = CF_HDROP; in fillCurrentDragData()
396 rgelt->cfFormat = CF_HDROP; in Next()
466 (pformatetcIn->cfFormat == CF_UNICODETEXT)) in GetData()
513 (pformatetc->cfFormat == CF_UNICODETEXT)) in QueryGetData()
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_dnd_win32.cxx225 fmt.cfFormat = CF_UNICODETEXT; in fillCurrentDragData()
243 fmt.cfFormat = CF_TEXT; in fillCurrentDragData()
274 fmt.cfFormat = CF_HDROP; in fillCurrentDragData()
388 rgelt->cfFormat = CF_HDROP; in Next()
457 (pformatetcIn->cfFormat == CF_UNICODETEXT)) in GetData()
504 (pformatetc->cfFormat == CF_UNICODETEXT)) in QueryGetData()
/dports/graphics/klatexformula/klatexformula-4.0.0/src/mswin/
H A Dklfwinclipboard.cpp112 if (KLFWinClipboardPrivate::getStdWinFormatConstant(wfmt) == formatetc.cfFormat) { in canConvertFromMime()
118 if (wfmt == rf.fmt && rf.id == formatetc.cfFormat) { in canConvertFromMime()
243 winformat.cfFormat = fmt_id; in formatsForMime()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/ole/
H A Ddataobj.cpp270 if ( formatEtc->cfFormat == format ) in GetSystemData()
288 if ( formatEtc->cfFormat == format ) in HasSystemData()
311 pformatetc->cfFormat == (*it)->pformatetc->cfFormat ) in SaveSystemData()
445 format.cfFormat = m_formats[m_nCurrent++]; in Next()
546 wxDataFormat format = (wxDataFormat::NativeFormat)pformatetcIn->cfFormat; in GetData()
644 wxDataFormat format = pformatetc->cfFormat; in GetDataHere()
682 if ( !m_pDataObject->IsSupported(pformatetc->cfFormat, in SetData()
695 wxDataFormat format = pformatetc->cfFormat; in SetData()
825 wxDataFormat format = pformatetc->cfFormat; in QueryGetData()
902 format = entry->pformatetc->cfFormat; in EnumFormatEtc()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/ole/
H A Ddataobj.cpp273 if ( formatEtc->cfFormat == format ) in GetSystemData()
291 if ( formatEtc->cfFormat == format ) in HasSystemData()
314 pformatetc->cfFormat == (*it)->pformatetc->cfFormat ) in SaveSystemData()
434 format.cfFormat = m_formats[m_nCurrent++]; in Next()
535 wxDataFormat format = (wxDataFormat::NativeFormat)pformatetcIn->cfFormat; in GetData()
638 wxDataFormat format = pformatetc->cfFormat; in GetDataHere()
682 if ( !m_pDataObject->IsSupported(pformatetc->cfFormat, in SetData()
695 wxDataFormat format = pformatetc->cfFormat; in SetData()
830 wxDataFormat format = pformatetc->cfFormat; in QueryGetData()
907 format = entry->pformatetc->cfFormat; in EnumFormatEtc()

12345678910>>...20