Searched refs:TRNSFR_INETFLD (Results 1 – 2 of 2) sorted by relevance
413 eBufferType = TRNSFR_INETFLD; in GetData()443 eBufferType = TRNSFR_INETFLD; in GetData()563 if( (TRNSFR_INETFLD & eBufferType) && pBkmk ) in GetData()922 eBufferType = (TransferBufferType)( TRNSFR_INETFLD | eBufferType ); in PrepareForCopy()3140 eBufferType = (TransferBufferType)( TRNSFR_INETFLD | eBufferType ); in SetDataForDragAndDrop()3168 eBufferType = TRNSFR_INETFLD; in SetDataForDragAndDrop()3355 if( TRNSFR_INETFLD == eBufferType ) in PrivateDrop()3360 if( (TRNSFR_INETFLD & eBufferType) && pBkmk ) in PrivateDrop()3470 if( TRNSFR_INETFLD == eBufferType ) in PrivateDrop()
55 const sal_uInt16 TRNSFR_INETFLD = 0x0040; variable