Searched refs:eBufferType (Results 1 – 2 of 2) sorted by relevance
213 eBufferType( TRNSFR_NONE ) in SwTransferable()279 eBufferType = TRNSFR_NONE; in ~SwTransferable()413 eBufferType = TRNSFR_INETFLD; in GetData()443 eBufferType = TRNSFR_INETFLD; in GetData()463 if( TRNSFR_OLE == eBufferType ) in GetData()532 if( eBufferType & TRNSFR_GRAPHIC && pOrigGrf ) in GetData()537 if( eBufferType & TRNSFR_GRAPHIC ) in GetData()543 if( (eBufferType & TRNSFR_GRAPHIC) && (pClpBitmap != 0 || pClpGraphic != 0)) in GetData()563 if( (TRNSFR_INETFLD & eBufferType) && pBkmk ) in GetData()719 xWrt->bWriteOnlyFirstTable = 0 != (TRNSFR_TABELLE & eBufferType); in WriteObject()[all …]
79 TransferBufferType eBufferType; member in SwTransferable