Lines Matching refs:hAB
51 hAB = WinQueryAnchorBlock( HWND_DESKTOP ); in Os2Transferable()
54 if( UWinOpenClipbrd( hAB ) ) in Os2Transferable()
56 ULONG handle = UWinQueryClipbrdData( hAB, UCLIP_CF_UNICODETEXT); in Os2Transferable()
62 handle = UWinQueryClipbrdData( hAB, UCLIP_CF_BITMAP); in Os2Transferable()
68 UWinCloseClipbrd( hAB); in Os2Transferable()
97 if( UWinOpenClipbrd( hAB ) ) in getTransferData()
100 sal_Unicode* pszText = (sal_Unicode*) UWinQueryClipbrdData( hAB, UCLIP_CF_UNICODETEXT); in getTransferData()
106 UWinCloseClipbrd( hAB ); in getTransferData()
115 if( UWinOpenClipbrd( hAB ) ) in getTransferData()
118 ULONG handle = UWinQueryClipbrdData( hAB, UCLIP_CF_BITMAP); in getTransferData()
127 UWinCloseClipbrd( hAB ); in getTransferData()