Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx208 pClpBitmap( 0 ), in SwTransferable()
274 delete pClpBitmap; in ~SwTransferable()
404 pClpBitmap = new Graphic; in GetData()
405 if( !pWrtShell->GetDrawObjGraphic( FORMAT_BITMAP, *pClpBitmap )) in GetData()
406 pOrigGrf = pClpBitmap; in GetData()
543 if( (eBufferType & TRNSFR_GRAPHIC) && (pClpBitmap != 0 || pClpGraphic != 0)) in GetData()
544 … bOK = SetBitmapEx( (pClpBitmap ? pClpBitmap : pClpGraphic)->GetBitmapEx(), rFlavor ); in GetData()
773 pClpBitmap = new Graphic; in PrepareForCopy()
774 if( !pWrtShell->GetDrawObjGraphic( FORMAT_BITMAP, *pClpBitmap )) in PrepareForCopy()
775 pOrigGrf = pClpBitmap; in PrepareForCopy()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dswdtflvr.hxx74 Graphic *pClpGraphic, *pClpBitmap, *pOrigGrf; member in SwTransferable