Home
last modified time | relevance | path

Searched refs:eBufferType (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx219 eBufferType( TRNSFR_NONE ) in SwTransferable()
286 eBufferType = TRNSFR_NONE; in ~SwTransferable()
421 eBufferType = TRNSFR_INETFLD; in GetData()
451 eBufferType = TRNSFR_INETFLD; in GetData()
471 if( TRNSFR_OLE == eBufferType ) in GetData()
540 if( eBufferType & TRNSFR_GRAPHIC && pOrigGrf ) in GetData()
545 if( eBufferType & TRNSFR_GRAPHIC ) in GetData()
551 if( (eBufferType & TRNSFR_GRAPHIC) && (pClpBitmap != 0 || pClpGraphic != 0)) in GetData()
571 if( (TRNSFR_INETFLD & eBufferType) && pBkmk ) in GetData()
728 xWrt->bWriteOnlyFirstTable = 0 != (TRNSFR_TABELLE & eBufferType); in WriteObject()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Dswdtflvr.hxx79 TransferBufferType eBufferType; member in SwTransferable