Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx532 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()
796 eBufferType = TRNSFR_GRAPHIC; in PrepareForCopy()
903 eBufferType = (TransferBufferType)( TRNSFR_GRAPHIC | eBufferType ); in PrepareForCopy()
2847 ((TRNSFR_DOCUMENT|TRNSFR_GRAPHIC|TRNSFR_OLE) & pClipboard->eBufferType )) in PasteFormat()
2947 else if( pClipboard->eBufferType & TRNSFR_GRAPHIC ) in PasteSpecial()
3012 else if( pClipboard->eBufferType & TRNSFR_GRAPHIC ) in FillClipFmtItem()
3071 eBufferType = TRNSFR_GRAPHIC; in SetDataForDragAndDrop()
3121 eBufferType = (TransferBufferType)( TRNSFR_GRAPHIC | eBufferType ); in SetDataForDragAndDrop()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dswdtflvr.hxx51 const sal_uInt16 TRNSFR_GRAPHIC = 0x0004; variable