Home
last modified time | relevance | path

Searched refs:hClipMemory (Results 1 – 13 of 13) sorted by relevance

/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxpriv.cpp190 HANDLE hClipMemory=GetClipboardData(type); in clipboardGetData() local
191 if(hClipMemory){ in clipboardGetData()
192 size=(FXuint)GlobalSize(hClipMemory); in clipboardGetData()
194 void *pClipMemory=GlobalLock(hClipMemory); in clipboardGetData()
197 GlobalUnlock(hClipMemory); in clipboardGetData()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A Dfxpriv.cpp522 HANDLE hClipMemory=GetClipboardData(type); in clipboardGetData() local
523 if(hClipMemory){ in clipboardGetData()
524 size=(FXuint)GlobalSize(hClipMemory); in clipboardGetData()
526 void *pClipMemory=GlobalLock(hClipMemory); in clipboardGetData()
529 GlobalUnlock(hClipMemory); in clipboardGetData()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dfxpriv.cpp525 HANDLE hClipMemory=GetClipboardData(type);
526 if(hClipMemory){
527 size=(FXuint)GlobalSize(hClipMemory);
529 void *pClipMemory=GlobalLock(hClipMemory);
532 GlobalUnlock(hClipMemory);
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxpriv.cpp190 HANDLE hClipMemory=GetClipboardData(type); in clipboardGetData() local
191 if(hClipMemory){ in clipboardGetData()
192 size=(FXuint)GlobalSize(hClipMemory); in clipboardGetData()
194 void *pClipMemory=GlobalLock(hClipMemory); in clipboardGetData()
197 GlobalUnlock(hClipMemory); in clipboardGetData()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dfxpriv.cpp525 HANDLE hClipMemory=GetClipboardData(type);
526 if(hClipMemory){
527 size=(FXuint)GlobalSize(hClipMemory);
529 void *pClipMemory=GlobalLock(hClipMemory);
532 GlobalUnlock(hClipMemory);
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Ddwtext.c930 HGLOBAL hClipMemory; local
940 hClipMemory = GetClipboardData(CF_TEXT);
943 hClipMemory = GetClipboardData(CF_UNICODETEXT);
945 p = GlobalLock(hClipMemory);
984 GlobalUnlock(hClipMemory);
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Ddwtext.c930 HGLOBAL hClipMemory; local
940 hClipMemory = GetClipboardData(CF_TEXT);
943 hClipMemory = GetClipboardData(CF_UNICODETEXT);
945 p = GlobalLock(hClipMemory);
984 GlobalUnlock(hClipMemory);
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Ddwtext.c737 HGLOBAL hClipMemory; in text_paste_from_clipboard() local
742 hClipMemory = GetClipboardData(CF_TEXT); in text_paste_from_clipboard()
743 p = GlobalLock(hClipMemory); in text_paste_from_clipboard()
756 GlobalUnlock(hClipMemory); in text_paste_from_clipboard()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Ddwtext.c737 HGLOBAL hClipMemory; in text_paste_from_clipboard() local
742 hClipMemory = GetClipboardData(CF_TEXT); in text_paste_from_clipboard()
743 p = GlobalLock(hClipMemory); in text_paste_from_clipboard()
756 GlobalUnlock(hClipMemory); in text_paste_from_clipboard()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Ddwtext.c740 HGLOBAL hClipMemory; in text_paste_from_clipboard() local
745 hClipMemory = GetClipboardData(CF_TEXT); in text_paste_from_clipboard()
746 p = GlobalLock(hClipMemory); in text_paste_from_clipboard()
759 GlobalUnlock(hClipMemory); in text_paste_from_clipboard()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Ddwtext.c740 HGLOBAL hClipMemory; in text_paste_from_clipboard() local
745 hClipMemory = GetClipboardData(CF_TEXT); in text_paste_from_clipboard()
746 p = GlobalLock(hClipMemory); in text_paste_from_clipboard()
759 GlobalUnlock(hClipMemory); in text_paste_from_clipboard()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Ddwtext.c855 HGLOBAL hClipMemory; in text_paste_from_clipboard() local
860 hClipMemory = GetClipboardData(CF_UNICODETEXT); in text_paste_from_clipboard()
861 p = GlobalLock(hClipMemory); in text_paste_from_clipboard()
897 GlobalUnlock(hClipMemory); in text_paste_from_clipboard()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Ddwtext.c855 HGLOBAL hClipMemory; in text_paste_from_clipboard() local
860 hClipMemory = GetClipboardData(CF_UNICODETEXT); in text_paste_from_clipboard()
861 p = GlobalLock(hClipMemory); in text_paste_from_clipboard()
897 GlobalUnlock(hClipMemory); in text_paste_from_clipboard()