Searched refs:TRNSFR_GRAPHIC (Results 1 – 2 of 2) sorted by relevance
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()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 …]
51 const sal_uInt16 TRNSFR_GRAPHIC = 0x0004; variable